job 797 B

123456789101112131415161718192021222324252627282930
  1. #!/bin/bash
  2. ##################
  3. ## CURIE CEA ##
  4. ##################
  5. #MSUB -r remap # nom de la requete
  6. #MSUB -o remap.out # nom du fichier de sortie
  7. #MSUB -e remap.err
  8. #MSUB -n 64 # reservation des processeurs pour le job
  9. ##MSUB -c 1 # reservation des processeurs pour le job
  10. #MSUB -x # exclusif
  11. #MSUB -T 1800 # Limite temps (en secondes)
  12. #MSUB -p gen7357
  13. ##MSUB -Q test # QoS test
  14. #MSUB -q standard # Choosing standard nodes
  15. #MSUB -X # X11 forwarding
  16. cd $BRIDGE_MSUB_PWD
  17. ulimit -a
  18. ulimit -aH
  19. module load mpiprofile/bullxmpi/performance
  20. module load ddt
  21. ccc_mprun -d tv ../test
  22. #ccc_mprun ../test
  23. #ddt -start -n 64 ../test
  24. #ccc_mprun -d tv ../bin/main.exe < in_t740
  25. #ccc_mprun ../bin/main.exe < in_t740