aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@4825ed28-b72c-4eae-9704-e50c059e567d>2012-07-21 10:44:09 +0000
committereschnett <eschnett@4825ed28-b72c-4eae-9704-e50c059e567d>2012-07-21 10:44:09 +0000
commit7a19b93481941bc89b1384585ce64a9efcf298fb (patch)
treee87b9c2c115d112b43bc1b82bb7c4ce9ae4ccea9
parent5477a7c98023dc1ccd95e565fa184fc893d5ed25 (diff)
Move MPI support from flesh to a thorn
Move MPI support from flesh to thorn ExternalLibraries/MPI. This also requires thorns that call MPI directly to declare this in their configuration.ccl. Existing configurations using MPI need to include ExternalLibraries/MPI into their thorn list. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@262 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--configuration.ccl6
-rw-r--r--src/RecoverGH.c1
2 files changed, 4 insertions, 3 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 5562358..fa0f31f 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -3,8 +3,6 @@
REQUIRES IOHDF5Util HDF5 IOUtil PUGH
-REQUIRES THORNS: IOHDF5Util IOUtil PUGH
-
OPTIONAL FlexIO
{
}
@@ -12,3 +10,7 @@ OPTIONAL FlexIO
OPTIONAL SDF
{
}
+
+OPTIONAL MPI
+{
+}
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 4ceb67c..3a48ade 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -24,7 +24,6 @@
#include "CactusBase/IOUtil/src/ioutil_CheckpointRecovery.h"
#include "ioHDF5GH.h"
-
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_RecoverGH_c)