Skip to content

Commit

Permalink
Fix slurm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Ilic committed Jan 14, 2023
1 parent 8dd156a commit becce1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions install.sh

This file was deleted.

6 changes: 5 additions & 1 deletion install_and_run_all.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
#SBATCH --mem=100G
#SBATCH --time="1-12"

./install.sh
# To be scheduled via slurm. Call this script from within the directory that you want to install rmg-sort into.
pip install matplotlib
pip install pandas
git clone https://github.com/hpides/rmg-sort.git
cd rmg-sort
./run_all.sh

0 comments on commit becce1d

Please sign in to comment.