From 7a19b93481941bc89b1384585ce64a9efcf298fb Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 21 Jul 2012 10:44:09 +0000 Subject: 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 --- configuration.ccl | 6 ++++-- src/RecoverGH.c | 1 - 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) -- cgit v1.2.3