job_runlimit default to one month

This commit is contained in:
CombustionLab.POSTECH 2017-01-24 14:08:15 +09:00 committed by ignis
parent 9ca98f758c
commit cfe19ffb17

View file

@ -19,8 +19,8 @@ contains
! make the default job runlimit to be 6 months
job_runlimit = 6 * 30 * 24 * 60
! make the default job runlimit to be 12 hours
job_runlimit = 12 * 60
! make the default job runlimit to be 12 hours -> one month
job_runlimit = 12 * 60 * 30 * 2
write(out,'(a30,3x,i20)') 'job_runlimit (default):',job_runlimit