Open epmikida opened 4 years ago
Here is the PR for merging in the Charm++ backend to FleCSI.
To build and test the Charm++ backend:
./build charm++ mpi-linux-x86_64 --build-shared
FLECSI_RUNTIME_MODEL charm CMAKE_CXX_COMPILER <path_to_charm/bin/charmc> CMAKE_CXX_FLAGS -c++-option --std=gnu++17 CMAKE_C_COMPILER <path_to_charm/bin/charmc> CMAKE_C_FLAGS -c++-option --std=gnu++17
Closed due to lack of (discontinued) funding for this line of work.
Here is the PR for merging in the Charm++ backend to FleCSI.
To build and test the Charm++ backend:
./build charm++ mpi-linux-x86_64 --build-shared
from within the top level charm directoryFLECSI_RUNTIME_MODEL charm CMAKE_CXX_COMPILER <path_to_charm/bin/charmc> CMAKE_CXX_FLAGS -c++-option --std=gnu++17 CMAKE_C_COMPILER <path_to_charm/bin/charmc> CMAKE_C_FLAGS -c++-option --std=gnu++17