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
Rob Latham
mpich-CVS
Commits
7ea89cd7
Commit
7ea89cd7
authored
Oct 12, 2007
by
chan
Browse files
added a script to run cross_cc/cross_f2c using cqsub/cqwait on BG.
parent
fa489bfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpe2/cross_spec/bg_run
0 → 100755
View file @
7ea89cd7
#! /bin/sh
QUEUE
=
jobid
=
`
cqsub
$QUEUE
-n
1
-t
5 ./cross_cc
`
cqwait
$jobid
jobid
=
`
cqsub
$QUEUE
-n
1
-t
5 ./cross_f2c
`
cqwait
$jobid
./cross_env
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