You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gpu_run2.sh 879B

3 months ago
12345678910111213141516171819
  1. #!/bin/bash
  2. #SBATCH --job-name=gputest # Name of job
  3. #SBATCH --output=out/%x_%j.out # stdout
  4. #SBATCH --error=out/%x_%j.err # stderr
  5. #SBATCH --partition=gpu # partition to use (check with sinfo)
  6. #SBATCH --gres=gpu:v100:1
  7. #SBATCH --nodes=1 # Number of nodes
  8. #SBATCH --ntasks=1 # Number of tasks | Alternative: --ntasks-per-node
  9. #SBATCH --threads-per-core=1 # Ensure we only get one logical CPU per core
  10. #SBATCH --cpus-per-task=1 # Number of cores per task
  11. #SBATCH --mem=16G # Memory per node | Alternative: --mem-per-cpu
  12. #SBATCH --time=24:00:00 # wall time limit (HH:MM:SS)
  13. #SBATCH --mail-type=ALL
  14. #SBATCH [email protected]
  15. #SBATCH --clusters=bioinf
  16. export SAD_PYTHON=/home/msadraei/miniconda3/envs/deep/bin/python
  17. export SAD_PRJ_PATH=/home/msadraei/developer/Thesis/09_Cluster
  18. $SAD_PYTHON $SAD_PRJ_PATH/train.py $SAD_PRJ_PATH/config2.yaml