blob: 19dceef6bb298ee1b54bd8d093bc1574f79aa41e (
plain)
1
2
3
4
5
6
7
|
#!/bin/tcsh
# ray.llnl.gov requires a '<' with bsub for submitting .lsf batch jobs.
# CMake is reluctant to pass the '<', so we put it in this script and use
# the script to submit the bsub command on ray.
bsub < $1
|