Hello, please pardon me for this off-topic posting, but I guess many of the readers of this list deal with batch-queueing systems on a daily basis so it's probably the quickest way to gather the info I need.
I'm trying to update the test suite of GC3Pie; in particular, I would like to be sure that parsing of the output of batch-system commands is correct. Many of the examples used in the test suite date back to 2012 so they might be out of date with recent versions of the software. If you have access to a batch system of the kind listed below, could you please send me the output of the given commands and the version of the batch-system software in use? Thank you very much in advance! Grid Engine family ------------------ I'd need examples for: * Univa Grid Engine (any version) * Son of Grid Engine 8.* * Open Grid Scheduler (any version) The outputs I need are: * qsub -N some_name script.sh * qstat | egrep "^ *$JOBID" # where $JOBID is a running job -- also without the `| egrep` part * qstat | egrep "^ *$JOBID" # where $JOBID is a finished job -- also without the `| egrep` part * qacct -j $JOBID # where $JOBID is a finished job * qacct -j $JOBID # where $JOBID is invalid (i.e., non job with that ID was ever run) * qstat -U $USER * qstat -F -U $USER PBS/TORQUE family ----------------- I would need examples for: * PBS Pro (any version) * TORQUE 3.*/4.*/5.* The commands whose output I need are: * qsub script.sh * qstat $JOBID # where $JOBID is a running job * qstat $JOBID # where $JOBID is a finished job * tracejob $JOBID # TORQUE only; where $JOBID is a finished job * tracejob $JOBID # TORQUE only; where $JOBID is invalid (i.e., no job by that ID was ever run) * qstat -x -f $JOBID # PBSPro only; where $JOBID is a finished job * qstat -x -f $JOBID # PBSPro only; where $JOBID is invalid (i.e., no job by that ID was ever run) * qstat -a LSF / OpenLava -------------- I would need examples for LSF and OpenLava, any version. The commands whose output I need are: * bsub script.sh * bjobs -l $JOBID # where $JOBID is a running job * bjobs -l $JOBID # where $JOBID is a finished job * bacct -l $JOBID # where $JOBID is a running job * bacct -l $JOBID # where $JOBID is a finished job * lshosts -w * bjobs -u all -w Thank you for any contribution! Ciao, R -- Riccardo Murri http://www.s3it.uzh.ch/about/team/#Riccardo.Murri S3IT: Services and Support for Science IT University of Zurich Winterthurerstrasse 190, CH-8057 Zürich (Switzerland) Tel: +41 44 635 4297 Fax: +41 44 635 6888

