Skip to content

Commit

Permalink
update calib script
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jan 31, 2024
1 parent 3bb5daf commit fc01dd6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/main/sh/runCalib.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash --login
#$ -l h_rt=790000
#$ -j y
#$ -m a
#$ -cwd
#$ -pe mp 8
#$ -l mem_free=6G
#$ -N calib-scenario
#SBATCH --time=200:00:00
#SBATCH --output=logfile_%x-%j.log
#SBATCH --partition=smp
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=16
#SBATCH --mem=64G
#SBATCH --job-name=calib-berlin

date
hostname
Expand Down

0 comments on commit fc01dd6

Please sign in to comment.