aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)