Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLUM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Land Use Lab
PLUM
Commits
33a076f1
"git@git.ecdf.ed.ac.uk:lul/plumv2.git" did not exist on "fc368c7824df6f4f68139f8c2ac541b7f89d4b24"
Commit
33a076f1
authored
7 years ago
by
Peter Alexander
Browse files
Options
Downloads
Patches
Plain Diff
Cluster script change for extra memory
parent
ff1b7c3e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/runPlum.sh
+1
-7
1 addition, 7 deletions
scripts/runPlum.sh
with
1 addition
and
7 deletions
scripts/runPlum.sh
+
1
−
7
View file @
33a076f1
#!/bin/sh
#!/bin/sh
#$ -o /exports/csce/eddie/geos/groups/LURG/models/PLUM/output/qlogs
#$ -o /exports/csce/eddie/geos/groups/LURG/models/PLUM/output/qlogs
#$ -e /exports/csce/eddie/geos/groups/LURG/models/PLUM/output/qlogs
#$ -e /exports/csce/eddie/geos/groups/LURG/models/PLUM/output/qlogs
#$ -l h_vmem=
6
G
#$ -l h_vmem=
8
G
#$ -R y
#$ -R y
if
[
$#
-ne
1
]
;
then
if
[
$#
-ne
1
]
;
then
...
@@ -16,11 +15,6 @@ module load java
...
@@ -16,11 +15,6 @@ module load java
PATH
=
$PATH
:/exports/csce/eddie/geos/groups/LURG/models/gams/gams24.7_linux_x64_64_sfx
PATH
=
$PATH
:/exports/csce/eddie/geos/groups/LURG/models/gams/gams24.7_linux_x64_64_sfx
export
PATH
export
PATH
MALLOC_ARENA_MAX
=
1
export
MALLOC_ARENA_MAX
echo
MALLOC_ARENA_MAX is
$MALLOC_ARENA_MAX
buildver
=
"
$(
cat
/exports/csce/eddie/geos/groups/LURG/models/PLUM/classes/buildver
)
"
buildver
=
"
$(
cat
/exports/csce/eddie/geos/groups/LURG/models/PLUM/classes/buildver
)
"
echo
"starting"
echo
"starting"
...
...
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