Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!
You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".Pages: 1
Hello,
is it possible to generate openmolcas with both Mpi and openmp (-DMPI=ON -DOPENMP=ON)? the choice of Mpi or openmp is then made when launching openmolcas.
or compile/link both serial version and openMP? The choice of serial or openMP.......
thank you for your help
Offline
I've seen in an other topic that the two: MPI and OpenMP was used together to generate openMolcas.
So my question won't be necessary, sorry
Offline
OpenMP is only supported on the external linear algebra library you use (or other external packages like QCMaquis). Be careful if you use both OpenMP and MPI, since very likely the number of (OpenMP) threads specified is per (MPI) process, so make sure you don't have more total threads than cores.
Offline
Pages: 1