script.babyblue 740 B

1234567891011121314151617181920212223242526272829
  1. #! /usr/bin/csh -f
  2. ####################################################
  3. #
  4. # Example run script for LoadLeveler, the queue
  5. # system used on most IBM's.
  6. #
  7. # Your site may require different options.
  8. #
  9. ####################################################
  10. # @ output = utmct.stdout.$(jobid).$(stepid)
  11. # @ error = utmct.stderr.$(jobid).$(stepid)
  12. # @ job_name = mctsimple
  13. # @ job_type = parallel
  14. # @ node = 4,4
  15. # @ tasks_per_node = 4
  16. # @ checkpoint = no
  17. # @ node_usage = not_shared
  18. # @ network.MPI = csss,not_shared,us
  19. # @ class = share
  20. # @ notification = never
  21. # @ queue
  22. setenv MP_STDOUTMODE ordered
  23. setenv MP_INFOLEVEL 2
  24. echo "`date` -- UTMCT EXECUTION BEGINS HERE"
  25. poe twocon
  26. echo "`date` -- UTMCT EXECUTION finishes HERE"