We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following was tested with https://github.com/SCOREC/omega_h/releases/tag/kokkos3100.
module load gcc/7.4.0/1 spectrum-mpi/10.3 cmake/3.20.2 cuda/10.2
cmake ../omega_h \ -DCMAKE_INSTALL_PREFIX=$oh \ -DBUILD_SHARED_LIBS=OFF \ -DOmega_h_USE_Kokkos=off \ -DOmega_h_USE_CUDA=on \ -DOmega_h_CUDA_ARCH=70 \ -DOmega_h_USE_MPI=on \ -DBUILD_TESTING=on \ -DCMAKE_CXX_COMPILER=g++ \ -DMPIEXEC_EXECUTABLE=`which mpiexec`
If there are no errors, then run:
make -j8 install ctest
to build and run tests.