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
faq:chimie:amber [2021/10/08 13:45] – [Submission script] tjiangfaq:chimie:amber [2022/03/03 16:27] (Version actuelle) – [Submission script] tjiang
Ligne 61: Ligne 61:
     SCRATCHDIR="/scratch/E5N/${USER}/${JOB_ID}/"     SCRATCHDIR="/scratch/E5N/${USER}/${JOB_ID}/"
 else else
-    echo "/scratch not found, cannot create ${SCRATCHDIR}+    echo "/scratch not found, cannot create ${SCRATCHDIR}"
     exit 1     exit 1
 fi fi
Ligne 67: Ligne 67:
 # SCRATCHDIR="/tmp/${USER}/${JOB_ID}/" # SCRATCHDIR="/tmp/${USER}/${JOB_ID}/"
  
-echo "${SCRATCHDIR}"+echo "Creating scratch for this job: ${SCRATCHDIR}"
 /bin/mkdir -p "${SCRATCHDIR}" /bin/mkdir -p "${SCRATCHDIR}"
 ################### ###################
Ligne 102: Ligne 102:
                   echo "done at"                   echo "done at"
                   date                   date
-                  cp -rf -- "${HOMEDIR}"+                  cp -rf -- outputfiles_only "${HOMEDIR}"
                   rm -rf "${SCRATCHDIR}"                   rm -rf "${SCRATCHDIR}"
  
  
 </code> </code>
faq/chimie/amber.1633700758.txt.gz · Dernière modification : 2021/10/08 13:45 de tjiang