GPU to openmpi
Hi,
I am working on this validation test and need to run quite few numbers of data. My university provide access to supercomputer as long the code is written in openMPI. I know that DualSPHysics used GPU instead of openMPI but I would like to know is it possible/difficult to arrange the code for openmpi to run an queue for supercomputer.
Kindly regards
I am working on this validation test and need to run quite few numbers of data. My university provide access to supercomputer as long the code is written in openMPI. I know that DualSPHysics used GPU instead of openMPI but I would like to know is it possible/difficult to arrange the code for openmpi to run an queue for supercomputer.
Kindly regards
Comments
1) C++ + OpenMP for CPU runs (or multi-core CPU)
2) CUDA for GPU
You will have to extend option 1) to your case.