Skip to content

Commit 630313d

Browse files
committed
Revert a part of "[AIX] [test-suite] Enable standard compatable mode on
AIX" This reverts a part of 000c7b8. The change to the miniFE C++ benchmark caused failures on Darwin due to compatability issues.
1 parent 0bfeb65 commit 630313d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiSource/Benchmarks/DOE-ProxyApps-C++/miniFE/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
list(APPEND CXXFLAGS -I. -DMINIFE_SCALAR=double -DMINIFE_LOCAL_ORDINAL=int -DMINIFE_GLOBAL_ORDINAL=int -DMINIFE_CSR_MATRIX -DREDSTORM -D_XOPEN_SOURCE=700) # -DREDSTORM for mkdir
1+
list(APPEND CXXFLAGS -I. -DMINIFE_SCALAR=double -DMINIFE_LOCAL_ORDINAL=int -DMINIFE_GLOBAL_ORDINAL=int -DMINIFE_CSR_MATRIX -DREDSTORM) # -DREDSTORM for mkdir
22
list(APPEND LDFLAGS -lm)
33
set(RUN_OPTIONS -nx 64 -ny 64 -nz 64)
44
llvm_multisource(miniFE)

0 commit comments

Comments
 (0)