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/06/19 12:39] cicalugaen: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 [[documentation:tools:sge|on this page]] as well as [[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
  
Ligne 83: Ligne 84:
 ====== Surveiller un job ====== ====== Surveiller un job ======
  
-See [[documentation:tools:sge#surveiller_les_jobs|the documentation]] which corresponds and [[documentation:examples:qstat_cli| the exemples]].+See corresponding [[documentation:tools:sge#surveiller_les_jobs|the documentation]]  and [[documentation:examples:qstat_cli| the examples]].