CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

[debug] doesn't run on obelix using qsub #4

Closed dsgoll123 closed 3 years ago

dsgoll123 commented 3 years ago

I can successfully launch the job in batch mode, but not with qsub using the command indicated in the README: qsub -q long job

I ran in batch mode by doing the following in job:

#QSUB -eo
#QSUB -s /bin/tcsh

replaced with #!/bin/tcsh Then chmod +x job ./job

YilongWang commented 3 years ago

I can run it both interactively (./job) and using qsub. Don't know why... maybe we need to ask the IT team... I think the "qsub" way is still important not occupying obelix heavily...

dsgoll123 commented 3 years ago

The header should be `#PBS -eo

PBS -S /bin/tcsh`

I changed the job file in github