X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD-M%2FCMakeLists.txt;h=b5b9c055a6d18eed6803784ce4b1af288f35605a;hb=0159dffb0c6ab8021f45dc01794d77b091499a4d;hp=4251303addc0216fc86e0e79b44c4550be845fc2;hpb=e3a8e8d61d7f6f11117e3b4b70e551f04f198b1c;p=unres.git diff --git a/source/unres/src_MD-M/CMakeLists.txt b/source/unres/src_MD-M/CMakeLists.txt index 4251303..b5b9c05 100644 --- a/source/unres/src_MD-M/CMakeLists.txt +++ b/source/unres/src_MD-M/CMakeLists.txt @@ -97,6 +97,8 @@ set(UNRES_MDM_SRC0 if (Fortran_COMPILER_NAME STREQUAL "ifort") set(UNRES_MDM_SRC0 ${UNRES_MDM_SRC0} prng.f ) +elseif(Fortran_COMPILER_NAME STREQUAL "mpif90") + set(UNRES_MDM_SRC0 ${UNRES_MDM_SRC0} prng.f ) else() set(UNRES_MDM_SRC0 ${UNRES_MDM_SRC0} prng_32.F ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")