Skip to content

Commit

Permalink
ADD: Cluster setup for Blues
Browse files Browse the repository at this point in the history
  • Loading branch information
scollis committed Jun 9, 2015
1 parent f3ecbeb commit 786e46b
Show file tree
Hide file tree
Showing 11 changed files with 5,339 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cluster/my_sub_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#PBS -l nodes=4:ppn=12
#PBS -l walltime=00:10:00
#PBS -j oe
#PBS -V
#PBS -N IPythonMPI0

ipcluster start --n=48 --profile=mpi0

Loading

0 comments on commit 786e46b

Please sign in to comment.