Skip to content
Snippets Groups Projects
Select Git revision
  • cfd8ebca3888dfadeb424858d9a2a9646a120c9d
  • master default protected
2 results

openmp

user avatar
Xinzhe Wu authored
cfd8ebca
History

OpenMP

OpenMP test codes

To run with hpxMP on JUWELS

  1. load the modules
module load GCC
module load ParaStationMPI/5.2.2-1
module load jemalloc
module load CMake/3.14.0
module load Boost/1.69.0-Python-2.7.16
module load CUDA/10.1.105
module load hwloc/2.1.0
module load imkl
  1. compile the code with normal openMP flags by GCC or others
gcc -fopenmp my_application.c -o my_application
  1. run the application with corresponding hpxMP library
LD_PRELOAD=/p/project/cslai/wu/source/hpxMP/hpxMP-0.3.0/build/gcc_juwels/libhpxmp.so ./my_application