Skip to content
Permalink
92224037cc
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (13 sloc) 237 Bytes
#!/bin/sh
#SBATCH -A yunlin
#SBATCH -N 1
#SBATCH -n 1
#SBATCH -t 4:00:00
#SBATCH --job-name=runs
#
# Loads modules
module load anaconda
source activate tf
# Runs
cd /home/current/a/rizkiokt/RL-BWR
python3 BWR_optimization.py>output.txt