瀏覽代碼

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

Michele Orrù 11 年之前
父節點
當前提交
5da1e5cd06
共有 1 個文件被更改,包括 11 次插入0 次删除
  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