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/02/05 10:49] – [for parallel job (shell bash)] cpetiten:documentation:tutorials:submit [2020/08/25 15:58] – créée - modification externe 127.0.0.1
Ligne 2: Ligne 2:
  
  
-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:sge|dans la F.A.Q.]].+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.]].
  
  
Ligne 70: 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 82: 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]].