Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flexpart
Flex Extract
Commits
0eeeb58d
Commit
0eeeb58d
authored
2 years ago
by
Anne Tipka
Browse files
Options
Downloads
Patches
Plain Diff
modified template files for Reading servers to use env vars for HOME and SCRATCH too
parent
01bd8aac
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Templates/installscript.template.reading
+3
-2
3 additions, 2 deletions
Templates/installscript.template.reading
Templates/jobscript.template.reading
+2
-2
2 additions, 2 deletions
Templates/jobscript.template.reading
with
5 additions
and
4 deletions
Templates/installscript.template.reading
+
3
−
2
View file @
0eeeb58d
...
...
@@ -4,19 +4,20 @@
# start with ecaccess-job-submit -queueName ecgb NAME_OF_THIS_FILE on gateway server
# start with sbatch NAME_OF_THIS_FILE directly on machine
#SBATCH --workdir=
/scratch/ms/$usergroup/$username
#SBATCH --workdir=
$${SCRATCH}
#SBATCH --qos=normal
#SBATCH --job-name=flex_ecmwf
#SBATCH --output=flex_ecmwf.%j.out
#SBATCH --error=flex_ecmwf.%j.out
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=$username
#SBATCH --time=12:00:00
## CRAY specific batch requests
##PBS -N flex_ecmwf
##PBS -q ns
##PBS -S /usr/bin/ksh
##PBS -o
/scratch/ms/$usergroup/$username
/flex_ecmwf.$${Jobname}.$${Job_ID}.out
##PBS -o
$${SCRATCH}
/flex_ecmwf.$${Jobname}.$${Job_ID}.out
# job output is in .ecaccess_DO_NOT_REMOVE
##PBS -j oe
##PBS -V
...
...
This diff is collapsed.
Click to expand it.
Templates/jobscript.template.reading
+
2
−
2
View file @
0eeeb58d
...
...
@@ -4,7 +4,7 @@
# start with ecaccess-job-submit -queueName ecgb NAME_OF_THIS_FILE on gateway server
# start with sbatch NAME_OF_THIS_FILE directly on machine
#SBATCH --workdir=
/scratch/ms/$usergroup/$username
#SBATCH --workdir=
$$$$SCRATCH
#SBATCH --qos=normal
#SBATCH --job-name=flex_ecmwf
#SBATCH --output=flex_ecmwf.%j.out
...
...
@@ -16,7 +16,7 @@
##PBS -N flex_ecmwf
##PBS -q np
##PBS -S /usr/bin/ksh
## -o
/scratch/ms/$usergroup/$username
/flex_ecmwf.$$$${PBS_JOBID}.out
## -o
$$$${SCRATCH}
/flex_ecmwf.$$$${PBS_JOBID}.out
## job output is in .ecaccess_DO_NOT_REMOVE
##PBS -j oe
##PBS -V
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment