summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 13:34:06 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 13:34:06 +0000
commit8584eb9badab01edfa3edd723e4275582f417115 (patch)
treea2ed685a23f7555b9122cc0463b473c75381bba6 /lib
parent1cc2391682aea7654bb8cbe30ce6781e9a9d074a (diff)
Renaming include files to new names so that MPI works again
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1269 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/configure.in2
-rwxr-xr-xlib/make/extras/DEBUG/setup.sh2
-rwxr-xr-xlib/make/extras/HDF5/setup.sh2
-rwxr-xr-xlib/make/extras/MPI/setup.sh2
-rw-r--r--lib/sbin/Runtest.pl2
-rw-r--r--lib/sbin/SystemInfo.pl2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/make/configure.in b/lib/make/configure.in
index 4506112e..12e701bc 100644
--- a/lib/make/configure.in
+++ b/lib/make/configure.in
@@ -141,7 +141,7 @@ do
fi
done
-# Finish the cctk_extradefs.h file
+# Finish the cctk_Extradefs.h file
cat >> cctk_Extradefs.h <<EOF
#endif /*_CCTK_EXTRADEFS_H_*/
EOF
diff --git a/lib/make/extras/DEBUG/setup.sh b/lib/make/extras/DEBUG/setup.sh
index 7ff94211..4ed07c2c 100755
--- a/lib/make/extras/DEBUG/setup.sh
+++ b/lib/make/extras/DEBUG/setup.sh
@@ -12,7 +12,7 @@ if test -n "$DEBUG" ; then
echo "Configuring with DEBUG. Blocks with #ifdef CCTK_DEBUG will be activated"
-CCTK_WriteLine cctk_extradefs.h "#define CCTK_DEBUG"
+CCTK_WriteLine cctk_Extradefs.h "#define CCTK_DEBUG"
# Work out which variation of DEBUG
diff --git a/lib/make/extras/HDF5/setup.sh b/lib/make/extras/HDF5/setup.sh
index 96e7ea5a..7759edd2 100755
--- a/lib/make/extras/HDF5/setup.sh
+++ b/lib/make/extras/HDF5/setup.sh
@@ -12,7 +12,7 @@ if test -n "$HDF5" ; then
echo "Configuring with HDF5. Blocks with #ifdef HDF5 will be activated"
-CCTK_WriteLine cctk_extradefs.h "#define HDF5"
+CCTK_WriteLine cctk_Extradefs.h "#define HDF5"
# Work out which variation of HDF5 lib
diff --git a/lib/make/extras/MPI/setup.sh b/lib/make/extras/MPI/setup.sh
index abc054af..decf07df 100755
--- a/lib/make/extras/MPI/setup.sh
+++ b/lib/make/extras/MPI/setup.sh
@@ -13,7 +13,7 @@ if test -n "$MPI" ; then
echo "Configuring with MPI"
-CCTK_WriteLine cctk_extradefs.h "#define MPI"
+CCTK_WriteLine cctk_Extradefs.h "#define MPI"
# Work out which variation of MPI is installed
diff --git a/lib/sbin/Runtest.pl b/lib/sbin/Runtest.pl
index d0a11cbf..7305c6c5 100644
--- a/lib/sbin/Runtest.pl
+++ b/lib/sbin/Runtest.pl
@@ -30,7 +30,7 @@ $current_directory =~ s,^//([^/]+)/,$1:/,;
&print_header;
# Look to see if MPI is defined
-$extra = "$current_directory${sep}configs${sep}$config${sep}config-data${sep}cctk_extradefs.h";
+$extra = "$current_directory${sep}configs${sep}$config${sep}config-data${sep}cctk_Extradefs.h";
$mpi = 0;
if (-e "$extra")
diff --git a/lib/sbin/SystemInfo.pl b/lib/sbin/SystemInfo.pl
index e7e2f7c5..6024c184 100644
--- a/lib/sbin/SystemInfo.pl
+++ b/lib/sbin/SystemInfo.pl
@@ -24,7 +24,7 @@ $current_directory =~ s,^//([^/]+)/,$1:/,;
# Look to see if MPI is defined
-$extra = "$current_directory${sep}configs${sep}$config${sep}config-data${sep}cctk_extradefs.h";
+$extra = "$current_directory${sep}configs${sep}$config${sep}config-data${sep}cctk_Extradefs.h";
$mpi = 0;
if (-e "$extra")