Przeglądaj źródła

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

Michele Orrù 11 lat temu
rodzic
commit
5da1e5cd06
1 zmienionych plików z 11 dodań i 0 usunięć
  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