pycasso-queue-qsub.rc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. !
  2. ! settings for QSUB queue
  3. !
  4. ! queue system (bsub,loadleveler)
  5. queue : qsub
  6. ! passed directly:
  7. queue.qsub.submit.options :
  8. ! list of queue options (same for each step):
  9. queue.qsub.options : N A cwd pe r l S j
  10. ! job name:
  11. queue.qsub.option.N : ${job.name}
  12. ! account:
  13. !
  14. ! This "-A co2" is specific to NOAA jet "co2" project
  15. !
  16. queue.qsub.option.A : co2
  17. ! Execute from current working directory
  18. queue.qsub.option.cwd :
  19. ! queue and number of processors
  20. !
  21. ! These queue names (serial, hcompnew) specific to NOAA jet system.
  22. ! See function QueueOptions_QSub in base/trunk/bin/submit_tm5_tools.py
  23. ! to see for how init/run/done steps are implemented.
  24. !
  25. queue.qsub.option.pe.init : nserial 1
  26. queue.qsub.option.pe.run : ncomp ${par.ntask}
  27. queue.qsub.option.pe.done : nserial 1
  28. ! run time:
  29. !
  30. ! Modify as appropriate for your particular run.
  31. ! See function QueueOptions_QSub in base/trunk/bin/submit_tm5_tools.py
  32. ! to see for how init/run/done steps are implemented.
  33. !
  34. queue.qsub.option.l.init : h_rt=00:05:00
  35. !queue.qsub.option.l.run : h_rt=01:30:00
  36. queue.qsub.option.l.run : h_rt=00:25:00
  37. queue.qsub.option.l.done : h_rt=00:05:00
  38. ! Job is restartable.
  39. queue.qsub.option.r : y
  40. ! the created scripts are in python:
  41. queue.qsub.option.S : /usr/bin/python
  42. ! Join stderr and stdout into one output file.
  43. queue.qsub.option.j : y
  44. ! email strategy and mail address:
  45. !
  46. ! If you want to use this, add m and M to queue.qsub.options
  47. !
  48. queue.qsub.option.m :
  49. queue.qsub.option.M :