summaryrefslogtreecommitdiff
path: root/lib/sbin/SystemInfo.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 10:02:11 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 10:02:11 +0000
commiteacfa5cf3b7e740ea9eafe51bc48cfbc94814fc6 (patch)
tree2f2529cb41647a8da9bd2fec4f6432cf7ea1afa7 /lib/sbin/SystemInfo.pl
parentc076204888260ba70574cdff2664e386436e45f3 (diff)
Use CCTK_MPI instead of MPI
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1515 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/SystemInfo.pl')
-rw-r--r--lib/sbin/SystemInfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/SystemInfo.pl b/lib/sbin/SystemInfo.pl
index 6024c184..3af1eede 100644
--- a/lib/sbin/SystemInfo.pl
+++ b/lib/sbin/SystemInfo.pl
@@ -32,7 +32,7 @@ if (-e "$extra")
open(EXTRA,"<$extra");
while(<EXTRA>)
{
- if (/\#define MPI/)
+ if (/\#define CCTK_MPI/)
{
$mpi = "MPI"
}