Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blue-waters
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWTools-BWCI
blue-waters
Commits
8e1df892
Commit
8e1df892
authored
8 years ago
by
Reuben D. Budiardja
Browse files
Options
Downloads
Patches
Plain Diff
Fixed minor error in retest script.
parent
1d3cce8d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hdf5Benchmark/1.0/cle5.2_cray8.3.4/retest
+2
-2
2 additions, 2 deletions
hdf5Benchmark/1.0/cle5.2_cray8.3.4/retest
with
2 additions
and
2 deletions
hdf5Benchmark/1.0/cle5.2_cray8.3.4/retest
+
2
−
2
View file @
8e1df892
...
...
@@ -39,7 +39,6 @@ fi
############################## app specific section
#
set
-o
verbose
#clear out status file since re-testing
rm
-f
status
...
...
@@ -97,7 +96,8 @@ qsub ${PACKAGE}.pbs 2>&1 > ${SW_BLDDIR}/.running
# qsub returns 0 on successful job launch, so if failure return 1
if
[
$?
-ne
0
]
;
then
echo
"Error submitting job"
rm
-f
.running
cat
${
SW_BLDDIR
}
/.running
rm
-f
${
SW_BLDDIR
}
/.running
exit
1
else
echo
"Job submitted"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment