Skip to content
Snippets Groups Projects
Commit 0866b3ef authored by Felix Kleinert's avatar Felix Kleinert
Browse files

add HPC run script for develgpus

parent 1bae8f2e
Branches
Tags
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #33873 passed
#!/bin/bash -x
#SBATCH --account=deepafc
#SBATCH --nodes=1
#SBATCH --output=mlt-out.%j
#SBATCH --error=mlt-err.%j
#SBATCH --time=02:00:00
#SBATCH --partition=develgpus
#SBATCH --gres=gpu:2
#SBATCH --mail-type=ALL
#SBATCH --mail-user=f.kleinert@fz-juelich.de
source mlt_modules.sh
source venv/bin/activate
export PYTHONPATH=${PWD}/venv/lib/python3.6/site-packages:${PYTHONPATH}
srun python run.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment