Browse Source

Add run_stranamore.c, the script for running stranamore on cluster.

Michele Orrù 10 years ago
parent
commit
5da1e5cd06
1 changed files with 11 additions and 0 deletions
  1. 11 0
      run_stranamore.sh

+ 11 - 0
run_stranamore.sh

@@ -0,0 +1,11 @@
+#!/bin/sh
+#PBS -V
+#PBS -N stranamore
+#PBS -l nodes=200:ppn=4
+#PBS -l walltime=10:00:00
+#PBS -m bea
+#PBS -M michele.orru Ⓐ  studenti.unitn.it
+cd /home/michele.orru/bachelor-master/
+
+mpirun -loadbalance -hostfile $PBS_HOSTFILE ./src/stranamore modules
+exit