can't build charm4py build with clang #3809
Labels
Build & test automation
Buildold
The old non-CMake build system.
Charm4py
Issues affecting the integration with Charm4py
CMake
The CMake build system
Compiler
Cray
documentation
When attempting to build the charm4py version of charm++ using the clang compiler, I get an error because one of the clang commands uses a flag that is gcc-specific.
I tried this build using Frontier.
Build command:
./build charm4py mpi-linux-x86_64 --with-production -j8
Error:
Modules:
The current workaround is to switch to the gcc compiler with:
but this error may show up on other platforms when using clang. I think the build process needs to be changed to use the appropriate flag based on the compiler.
The text was updated successfully, but these errors were encountered: