Ignore:
Timestamp:
02/07/13 11:13:22 (11 years ago)
Author:
sdipsl
Message:

bugfix : need to specify poe when executing MPI code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r789 r790  
    17871787      eval ExeNameOut=\${config_Executable_${comp}[1]} 
    17881788      if ( [ "X${ExeNameOut}" != X\"\" ] && [ "X${ExeNameOut}" != "Xinca.dat" ] ) ; then 
    1789         EXECUTION="./${ExeNameOut}" 
     1789        EXECUTION="${HOST_MPIRUN_COMMAND} ./${ExeNameOut}" 
    17901790      fi 
    17911791 
Note: See TracChangeset for help on using the changeset viewer.