From a3f74c23283a01e4823c761b40b89972330e8937 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Fri, 7 Aug 2015 00:32:10 +0200
Subject: [PATCH] Info test

---
 build_pdata.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build_pdata.sh b/build_pdata.sh
index 2feef9c8..0600b29c 100644
--- a/build_pdata.sh
+++ b/build_pdata.sh
@@ -29,6 +29,9 @@ then
  module load gcc/4.9.2
  ./install
  make
+
+ ldd src/pdata
+
  if [ $? -ne 0 ]; then exit 1 ; fi
  mpirun -np 2 ./src/pdata
  if [ $? -ne 0 ]; then exit 1 ; fi
-- 
GitLab