Skip to content
Snippets Groups Projects
Commit 33a076f1 authored by Peter Alexander's avatar Peter Alexander
Browse files

Cluster script change for extra memory

parent ff1b7c3e
No related branches found
No related tags found
No related merge requests found
#!/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=6G #$ -l h_vmem=8G
#$ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment