Skip to content
Snippets Groups Projects
Commit 2b0921d7 authored by ch1u20's avatar ch1u20
Browse files

-Added a run_on_iridis_gpu.sh file. For, surprisingly... running on gpu nodes ;)

parent 68f2b95d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
###Run on iridis
#
# Before you run this, make sure your environment is set up correctly (env1).
# To run:
# sbatch run_on_iridis.sh
#
# Modification: make sure your line endings are unix based before you push. (bottom right of PyCharm)
#
# Other Info:
# squeue -lu [username] to keep track of your job
# scancel [jobID] to cancel your job
# ssh [NodeName] to ssh onto the node where your job is running
#SBATCH --partition=gpu
#SBATCH --gres=gpu:2
#SBATCH --time=24:00:00
module load cuda/10.1
source activate ~/.conda/envs/env3
conda info --envs
python Model_CH_12.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment