From adc57a42a68c32193fde43b60a54a03f0ca7f065 Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Tue, 19 Aug 2008 07:06:43 +0000
Subject: [PATCH] * added script for compilation of MPI-AMDiS on deimos

---
 AMDiS/other/scripts/compile_on_deimos | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100755 AMDiS/other/scripts/compile_on_deimos

diff --git a/AMDiS/other/scripts/compile_on_deimos b/AMDiS/other/scripts/compile_on_deimos
new file mode 100755
index 00000000..76b94af0
--- /dev/null
+++ b/AMDiS/other/scripts/compile_on_deimos
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+module load openmpi
+cd lib/ParMetis-3.1
+make
+cd ../..
+./configure --prefix=`pwd` --with-mpi=/licsoft/libraries/openmpi/1.2.6/64bit --enable-parmetis
+make install
+
+
-- 
GitLab