Changeset 17dc83a in flex_extract.git


Ignore:
Timestamp:
Oct 20, 2022, 10:46:11 PM (18 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
7c4bd59
Parents:
94d3227
Message:

switched to Bologna jobscript and adapted jobscript to Bologna environment

Location:
Templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Templates/jobscript.template

    r373b74e r17dc83a  
    1 jobscript.template.reading
     1jobscript.template.bologna
  • Templates/jobscript.template.bologna

    r373b74e r17dc83a  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# ON ECS or HPC:
     
    55# start with srun <NAME_OF_THIS_FILE> directly on machine
    66
    7 #SBATCH --chdir=$$$$SCRATCH
     7#SBATCH --chdir=/scratch/$username
    88#SBATCH --qos=el
    99#SBATCH --job-name=flex_extract
    1010#SBATCH --output=flex_extract.%j.out
    11 #SBATCH --error=flex_error.%j.out
     11#SBATCH --error=flex_extract.%j.out
    1212#SBATCH --mail-type=FAIL
    13 #SBATCH --mail-user=$username
    1413#SBATCH --time=24:00:00
    1514
     
    6261      if [ $$$${l} -gt 0 ] ; then
    6362         mail -s flex.$$$${HOST}.$$$$$$$$ $$$${muser} <prot
     63         sleep 1
    6464      fi
    6565      l=$(($$$${l}+1))
     
    7070      if [ $$$${l} -gt 0 ] ; then
    7171         mail -s "ERROR! flex.$$$${HOST}.$$$$$$$$" $$$${muser} <prot
     72         sleep 1
    7273      fi
    7374      l=$(($$$${l}+1))
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG