Parent Directory
|
Revision Log
|
Revision Graph
o the LoadLeveler configuraton has changed so we now have to explicitly copy the STDOUT.xxx file
| 1 | #!/bin/csh |
| 2 | |
| 3 | # LoadLeveler batch commands that are used if this script is submitted to |
| 4 | # the share batch queue: |
| 5 | #@output=out |
| 6 | #@error=err |
| 7 | #@class=share |
| 8 | |
| 9 | #@job_type=parallel |
| 10 | #@node=1 |
| 11 | #@network.MPI=csss,shared,us |
| 12 | #@queue |
| 13 | |
| 14 | cd /ptmp/edhill/tmp_bf/MITgcm/verification |
| 15 | |
| 16 | cat <<EOF > tr_run_command |
| 17 | #! /usr/bin/env bash |
| 18 | |
| 19 | make output.txt |
| 20 | cp -f STDOUT.0000 output.txt |
| 21 | |
| 22 | EOF |
| 23 | |
| 24 | chmod a+x ./tr_run_command |
| 25 | |
| 26 | ./testreport -command ../../tr_run_command -make gmake -of=../tools/build_options/sp4 -a edhill@mitgcm.org |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |