summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/unicos
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-04-30 14:20:24 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-04-30 14:20:24 +0000
commit4b185e7f372afed4c33fca2293b15f87c2f62de5 (patch)
treeec32f51500c9c55d30d19324e11d8773d33787bb /lib/make/known-architectures/unicos
parent6da68b54316dba9a67ea88f7d61d2db5d74de3b2 (diff)
Rename CCTK_L2_CACHE_SIZE to CCTK_CACHE_SIZE and
CCTK_L2_CACHELINE_BYTES to CCTK_CACHELINE_BYTES to reflect the fact that for now we set these up to be the most appropriate cache size to track (usually either L2 or L3) This is hopefully added such that people don't need to reconfigure right away, but the old macros will be removed in Beta 14. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3204 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/unicos')
-rw-r--r--lib/make/known-architectures/unicos14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/make/known-architectures/unicos b/lib/make/known-architectures/unicos
index 1bd5cbfb..d1e9f5d4 100644
--- a/lib/make/known-architectures/unicos
+++ b/lib/make/known-architectures/unicos
@@ -6,7 +6,7 @@
# @desc
#
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicos,v 1.13 2001-06-25 11:21:35 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicos,v 1.14 2003-04-30 14:20:24 allen Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -40,14 +40,14 @@ else
CCTK_WriteLine cctk_Archdefs.h "#define T3E 1"
# Cache stuff
- if test -z "$L2_CACHELINE_BYTES" ; then
- L2_CACHELINE_BYTES=64
- echo "Setting L2_CACHELINE_BYTES to $L2_CACHELINE_BYTES"
+ if test -z "$CACHELINE_BYTES" ; then
+ CACHELINE_BYTES=64
+ echo "Setting CACHELINE_BYTES to $CACHELINE_BYTES"
fi
- if test -z "$L2_CACHE_SIZE" ; then
- L2_CACHE_SIZE="96*1024"
- echo "Setting L2_CACHE_SIZE to $L2_CACHE_SIZE bytes"
+ if test -z "$CACHE_SIZE" ; then
+ CACHE_SIZE="96*1024"
+ echo "Setting CACHE_SIZE to $CACHE_SIZE bytes"
fi
# MPI stuff