OpenMP
OpenMP test codes
To run with hpxMP on JUWELS
- 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
- compile the code with normal openMP flags by GCC or others
gcc -fopenmp my_application.c -o my_application
- 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