oar.example.sh 536 B

123456789101112131415
  1. #!/bin/sh
  2. #OAR --array-param-file params.txt
  3. #OAR -l /nodes=1,walltime=6:00:00
  4. #OAR -p host="orval02"
  5. #OAR -t besteffort
  6. #OAR --notify mail:jerome.buisine@univ-littoral.fr
  7. #OAR -O /nfs/home/lisic/jbuisine/projects/launchers/logs/Thesis-NoiseDetection-CNN.%jobid%.out
  8. #OAR -E /nfs/home/lisic/jbuisine/projects/launchers/logs/Thesis-NoiseDetection-CNN.%jobid%.err
  9. # Activiate venv used by python
  10. . ~/opt/venvs/thesis-venv/bin/activate
  11. # run command
  12. python ~/projects/Thesis-NoiseDetection-CNN/generate/generate_reconstructed_data.py $@