Update Building MFIX with CSG EB on Spock authored by Jordan Musser's avatar Jordan Musser
...@@ -7,7 +7,7 @@ The Cray compiler on Spock is based on Clang and uses the `hipcc` compiler wrapp ...@@ -7,7 +7,7 @@ The Cray compiler on Spock is based on Clang and uses the `hipcc` compiler wrapp
Building MFIX on Spock with the Cray compiler and CSG-EB support enabled has problems, because: Building MFIX on Spock with the Cray compiler and CSG-EB support enabled has problems, because:
- Building with the compiler `CXX=hipcc` fails to build. - Building with the compiler `CXX=hipcc` fails to build.
- Building with the compiler `CXX=$ROCM_PATH/llvm/bin/clang` builds successfully, but the resulting executable crashes. - Building with the compiler `CXX=$ROCM_PATH/llvm/bin/clang++` builds successfully, but the resulting executable crashes.
# Procedure # Procedure
... ...
......