Skip to content
Snippets Groups Projects
Commit a6f57fc7 authored by Kerstin Kaspar's avatar Kerstin Kaspar
Browse files

msub

parent 1ee21c3d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
#!/bin/bash
#MSUB -S /bin/bash
#MSUB -o msub/log/train_unet.$PBS_JOBID
#MSUB -o msub/log/TIMESTAMP.train_unet.$PBS_JOBID
#MSUB -j oe
#MSUB -N train_unet
#MSUB -q gpu
#MSUB -l nodes=1:ppn=1:gpus=1
#MSUB -l walltime=04:00:00:00
#MSUB -l walltime=02:12:00:00
#MSUB -d /home/kaspar01/projects/unet
cd $PBS_O_WORKDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment