Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#$ -cwd
#$ -pe gpusingle 4

module load tensorflow/1-12-0-gpu

mpirun -np $NSLOTS -bind-to none cuda-wrapper.sh python3.5 moj_program.py

...

Code Block
#$ -cwd
#$ -pe gpu 6

module load tensorflow/1-12-0-gpu

mpirun -np $NSLOTS -bind-to none cuda-wrapper.sh python3.5 moj_program.py

...

Code Block
#$ -cwd
#$ -pe gpufull 8

module load tensorflow/1-12-0-gpu

mpirun -np $NSLOTS -bind-to none cuda-wrapper.sh python3.5 moj_program.py

...