Skip to content

Commit b6700a4

Browse files
Merge pull request #5658 from PrometheusPi/fix_delta_tpl
fix wrong variable name in tpl
2 parents 132454c + 51a619e commit b6700a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

etc/picongpu/delta-ncsa/gpuA100x4.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
## calculations will be performed by tbg ##
5050
.TBG_queue=${TBG_partition:-"gpuA100x4"}
51-
.TBG_account=${DELTA_account:-"default"}
51+
.TBG_account=${proj:-"default"}
5252
# configure if the output file should be appended or overwritten
5353
.TBG_keepOutputFileOpen="SBATCH --open-mode=append"
5454

@@ -110,5 +110,5 @@ fi
110110

111111
if [ $? -eq 0 ] ; then
112112
# Run PIConGPU
113-
srun --kill-on-bad-exit !TBG_dstPath/input/bin/picongpu --mpiDirect !TBG_author !TBG_programParams
113+
srun --kill-on-bad-exit !TBG_dstPath/input/bin/picongpu !TBG_author !TBG_programParams
114114
fi
File renamed without changes.

0 commit comments

Comments
 (0)