aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
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
Diffstat (limited to 'src')
-rw-r--r--src/RecoverGH.c1
1 files changed, 0 insertions, 1 deletions
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)