Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
en:documentation:tutorials:submit [2018/09/04 12:00] cpetiten:documentation:tutorials:submit [2020/08/25 15:58] – créée - modification externe 127.0.0.1
Ligne 3: Ligne 3:
  
 The batch system currently used at the PSMN is Sun Grid Engine (SGE).  The batch system currently used at the PSMN is Sun Grid Engine (SGE). 
 +
 Its documentation is [[en:documentation:tools:sge|on this page]] as well as [[en:faq:accueil|in the F.A.Q.]]. Its documentation is [[en:documentation:tools:sge|on this page]] as well as [[en:faq:accueil|in the F.A.Q.]].
  
Ligne 71: Ligne 72:
 ### program execution (to change with your executable) ### program execution (to change with your executable)
 ###EXECDIR=${HOME}/Formations/Parallel ###EXECDIR=${HOME}/Formations/Parallel
-###${MPIRUN} -v -prefix ${PREFIX} -mca btl sm,openib,self -hostfile ${HOSTFILE} -np ${NSLOTS} ${EXECDIR}/SommeVecVecPAR.exe +###${MPIRUN} -v -prefix ${PREFIX} -mca btl vader,openib,self -hostfile ${HOSTFILE} -np ${NSLOTS} ${EXECDIR}/SommeVecVecPAR.exe 
-#mpirun -v -np ${NSLOTS} ${EXECDIR}/SommeVecVecPAR.exe+
 ${MPIRUN} -v -prefix ${PREFIX} -mca btl vader,openib,self -np ${NSLOTS} SommeVecVecPAR.exe ${MPIRUN} -v -prefix ${PREFIX} -mca btl vader,openib,self -np ${NSLOTS} SommeVecVecPAR.exe