Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This file includes the main settings for the simulation and is called at the beginning of each script in the job chain.

Environment VariableDescription
ITYPE_ARCH_SLK

= 0 no archiving to the tape archive
= 1 
archiving to the tape archive

ARCH_SLK_SLKDIRBase directory under which the data are stored in the tape archive. Data are stored under ${ARCH_SLK_SLKDIR}/${EXPID}/${YYYY_MM}  
ARCH_SLK_ITYPE_CHECKFILESIZE= 0 no check
= 1 compare bytes of the files
= 2 compare MD5 checksums of the files
ARCH_SLK_SLEEPIn case the archiving does not work or the MD5 checksum of the archive is not yet ready
try
the jobs re-tries again after ARCH_SLK_SLEEP seconds
(only relevant for ARCH_SLK_ITYPE_CHECKFILESIZE=2)
ARCH_SLK_RETRY_MAXMaximum
naumber
number of re-tries in case the archiving does not work or the MD5 checksum of the archive is not yet ready
(only relevant for ARCH_SLK_ITYPE_CHECKFILESIZE=2)
ARCH_SLK_DELETE_ARCHFILES= 0 tar files on disk will be kept
= 1 tar files on disk will be deleted