correction for idihconstr_end_homo, no differ in wham now
[unres.git] / source / unres / src_MD-M / CMakeLists.txt
index f878e6c..0e602c0 100644 (file)
@@ -516,6 +516,9 @@ $UNRES_BIN
   if (UNRES_SRUN)
    set (np "-n")
    set (mpiexec "srun")
+  elseif(UNRES_MPIRUN)
+   set (np "-np")
+   set (mpiexec "mpirun")
   else()
    set (np "-np")
    set (mpiexec "mpiexec")