diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-12-31 15:20:27 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-12-31 15:20:27 (GMT) |
commit | 72124031ec497c0bccf5b9f89dc500a266e21dcf (patch) | |
tree | e5cb71953c937ad07ff831ddbac475bc817e325e /bin/batch | |
parent | 715272eeb74f0b3e51c865e4139e1a295d156371 (diff) | |
download | hdf5-72124031ec497c0bccf5b9f89dc500a266e21dcf.zip hdf5-72124031ec497c0bccf5b9f89dc500a266e21dcf.tar.gz hdf5-72124031ec497c0bccf5b9f89dc500a266e21dcf.tar.bz2 |
Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files.
Set ctest*.lsf.in.cmake scripts for sierra.
Correct src/CMakelists.txt syntax error.
Diffstat (limited to 'bin/batch')
-rw-r--r-- | bin/batch/ctestP.lsf.in.cmake | 2 | ||||
-rw-r--r-- | bin/batch/ctestS.lsf.in.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/batch/ctestP.lsf.in.cmake b/bin/batch/ctestP.lsf.in.cmake index c410a1d..2777f39 100644 --- a/bin/batch/ctestP.lsf.in.cmake +++ b/bin/batch/ctestP.lsf.in.cmake @@ -1,6 +1,6 @@ #!/bin/tcsh ### LSF syntax -#BSUB -n 1 #number of nodes +#BSUB -nnodes 1 #number of nodes #BSUB -W 30 #walltime in minutes #BSUB -G guests #account #BSUB -e ctestPerrors.txt #stderr diff --git a/bin/batch/ctestS.lsf.in.cmake b/bin/batch/ctestS.lsf.in.cmake index a6f4ff8..5692574 100644 --- a/bin/batch/ctestS.lsf.in.cmake +++ b/bin/batch/ctestS.lsf.in.cmake @@ -1,6 +1,6 @@ #!/bin/tcsh ### LSF syntax -#BSUB -n 1 #number of nodes +#BSUB -nnodes 1 #number of nodes #BSUB -W 29 #walltime in minutes #BSUB -G guests #account #BSUB -e ctestSerrors.txt #stderr |