mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
5352bf4971
Update permissions for raybsub to 755.
8 lines
218 B
Tcsh
Executable File
8 lines
218 B
Tcsh
Executable File
#!/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
|