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
Sudheer Chunduri
darshan
Commits
8f4d1e21
Commit
8f4d1e21
authored
Jan 09, 2018
by
Shane Snyder
Browse files
propagate dxt env setting on bgq tests
parent
e0051df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-test/regression/bg-profile-conf-alcf/runjob.sh
View file @
8f4d1e21
#!/bin/bash
# convert DXT env setting
if
[
-n
$DXT_ENABLE_IO_TRACE
]
;
then
DXT_ENV
=
"--env DXT_ENABLE_IO_TRACE="
fi
# submit job and get job id
jobid
=
`
qsub
--env
DARSHAN_LOGFILE
=
$DARSHAN_LOGFILE
--mode
c16
--proccount
$DARSHAN_DEFAULT_NPROCS
-A
radix-io
-t
10
-n
1
--output
$DARSHAN_TMP
/
$$
-tmp
.out
--error
$DARSHAN_TMP
/
$$
-tmp
.err
--debuglog
$DARSHAN_TMP
/
$$
-tmp
.debuglog
"
$@
"
`
jobid
=
`
qsub
--env
DARSHAN_LOGFILE
=
$DARSHAN_LOGFILE
$DXT_ENV
--mode
c16
--proccount
$DARSHAN_DEFAULT_NPROCS
-A
radix-io
-t
10
-n
1
--output
$DARSHAN_TMP
/
$$
-tmp
.out
--error
$DARSHAN_TMP
/
$$
-tmp
.err
--debuglog
$DARSHAN_TMP
/
$$
-tmp
.debuglog
"
$@
"
`
if
[
$?
-ne
0
]
;
then
echo
"Error: failed to qsub
$@
"
exit
1
...
...
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