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
Carl Schreck
OLR CDR
Commits
fe4dd6fd
Commit
fe4dd6fd
authored
Sep 26, 2015
by
Carl Schreck
Browse files
Automated Nightly Commit - Sat Sep 26 00:00:12 EDT 2015
parent
6c203e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
compare/qsub_meanvar.sh
View file @
fe4dd6fd
...
...
@@ -12,13 +12,15 @@ do
NCL_OPTION
=
"varName=
\"
$VAR_NAME
\"
"
JOB_NAME
=
"map.
$VAR_NAME
"
qsub
\
-N
$JOB_NAME
\
-o
$NCL_DIR
/log/
$JOB_NAME
.log
-j
oe
\
-q
san
\
-l
walltime
=
12:00:00,nodes
=
1:ppn
=
1
\
-v
NCL_DIR
=
$NCL_DIR
,NCL_SCRIPT
=
$NCL_SCRIPT
,NCL_OPTION
=
"
$NCL_OPTION
"
\
$NCL_DIR
/run_ncl.pbs
rm
$LOG_FILE
bsub
\
-J
$JOB_NAME
\
-N
\
-o
$LOG_FILE
\
-q
$QUEUE
\
-n
1
-W
1:00
\
-sp
50
\
~/template/run_ncl.sh
$NCL_DIR
$NCL_SCRIPT
"
$NCL_OPTION
"
done
...
...
Write
Preview
Supports
Markdown
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