Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eudat-prace-2019
forward
Commits
29d02f79
Commit
29d02f79
authored
Sep 23, 2019
by
Giuseppe Fiameni
Browse files
Update setup.sh
parent
a9966611
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.sh
View file @
29d02f79
...
...
@@ -26,8 +26,16 @@ echo
echo
"Next, pick the
${
RESOURCE
}
partition on which you will be running your
notebooks. Default partition (gll_all_serial). To specify gpu partition use gll_usr_gpuprod --gres=gpu:kepler:1"
echo
read
-p
"
${
RESOURCE
}
partition (default: gll_all_serial) > "
PARTITION
PARTITION
=
${
PARTITION
:-
gll_all_serial
}
read
-p
"
${
RESOURCE
}
partition (default: gll_usr_prod) > "
PARTITION
PARTITION
=
${
PARTITION
:-
gll_usr_prod
}
echo
echo
"Next, pick the
${
RESOURCE
}
reservation which you will be using"
echo
read
-p
"
${
RESOURCE
}
partition (default: s_tra_eudat) > "
RESERVATION
RESERVATION
=
${
RESERVATION
:-
s_tra_eudat
}
PARTITION
=
"
${
PARTITION
}
--reservation=
${
RESERVATION
}
--ntasks-per-node=18 --nodes=1"
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment