Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
8f4d1e21
Commit
8f4d1e21
authored
Jan 09, 2018
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
propagate dxt env setting on bgq tests
parent
e0051df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
darshan-test/regression/bg-profile-conf-alcf/runjob.sh
darshan-test/regression/bg-profile-conf-alcf/runjob.sh
+6
-1
No files found.
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