Skip to content
GitLab
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
fd0a9413
Commit
fd0a9413
authored
Mar 24, 2016
by
Shane Snyder
Browse files
update regression scripts to use .darshan output
parent
63512a55
Changes
4
Hide whitespace changes
Inline
Side-by-side
darshan-test/regression/test-cases/cxxpi.sh
View file @
fd0a9413
...
...
@@ -3,7 +3,7 @@
PROG
=
cxxpi
# set log file path; remove previous log if present
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
.gz
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
rm
-f
${
DARSHAN_LOGFILE
}
# compile
...
...
darshan-test/regression/test-cases/fperf-f77.sh
View file @
fd0a9413
...
...
@@ -3,7 +3,7 @@
PROG
=
fperf-f77
# set log file path; remove previous log if present
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
.gz
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
rm
-f
${
DARSHAN_LOGFILE
}
# compile
...
...
darshan-test/regression/test-cases/fperf-f90.sh
View file @
fd0a9413
...
...
@@ -3,7 +3,7 @@
PROG
=
fperf-f90
# set log file path; remove previous log if present
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
.gz
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
rm
-f
${
DARSHAN_LOGFILE
}
# compile
...
...
darshan-test/regression/test-cases/mpi-io-test.sh
View file @
fd0a9413
...
...
@@ -3,7 +3,7 @@
PROG
=
mpi-io-test
# set log file path; remove previous log if present
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
.gz
export
DARSHAN_LOGFILE
=
$DARSHAN_TMP
/
${
PROG
}
.darshan
rm
-f
${
DARSHAN_LOGFILE
}
# compile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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