How to automatically resubmit an R script to Torque/Moab after hitting the wall-clock time limit? R Torque -
i have r script run using torque/moab. however, wall-clock time limit shorter time required script finish. script cannot parallelized anymore because of nature of problem solved.
i modified script make backups of workspace on specific intervals, , resumes backup continue calculations.
however, need solution automatically resubmit script torque/moab scheduler after hitting wall-clock time limit long required.
thanks.
do have power increase walltime @ submit? if can in submit script:
#pbs -l walltime='00:00:00:00" #( dd:hh:min:ss)
if not agree manetheran have write small client check.
Comments
Post a Comment