Skip to content

Commit

Permalink
singularity-based interactive job not working as expected, removed fo…
Browse files Browse the repository at this point in the history
…r now -- use regularInteractive
  • Loading branch information
Ali Khan committed Feb 7, 2018
1 parent f6b518f commit 97bc3bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions neurogliaInteractive

This file was deleted.

2 changes: 1 addition & 1 deletion regularInteractive
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name=neuroglia_interactive
if [ ${host:0:3} == "gra" ]
then
echo running on graham
salloc -J $name -D `pwd` --time=1:00:00 --cpus-per-task=8 --ntasks=1 --mem=32000 --account=rrg-akhanf bash # neurogliaShell #singularity shell $SINGULARITY_OPTS $SINGULARITY_IMG $@
salloc -J $name -D `pwd` --time=1:00:00 --cpus-per-task=32 --ntasks=1 --mem=128000 --account=rrg-akhanf
else

echo "Please ssh to graham.sharcnet.ca before using $0"
Expand Down

0 comments on commit 97bc3bb

Please sign in to comment.