summaryrefslogtreecommitdiff
path: root/ace/config-cray.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 03:29:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 03:29:23 +0000
commit70132600749672a80fa77002d17a0f090e69a94c (patch)
treec22846d5659fd16f2cccbef67e101b57cac3f02e /ace/config-cray.h
parent5d9fc2e091488f7da1d236524f0a9cfe7f5fd7c9 (diff)
downloadATCD-70132600749672a80fa77002d17a0f090e69a94c.tar.gz
ChangeLogTag: Wed Jul 14 22:23:10 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/config-cray.h')
-rw-r--r--ace/config-cray.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/ace/config-cray.h b/ace/config-cray.h
index 5ad6d571449..50ae3e2336f 100644
--- a/ace/config-cray.h
+++ b/ace/config-cray.h
@@ -5,12 +5,12 @@
#define ACE_CONFIG_CRAY_H
/*
- The following predefined macros are used within ACE ifdefs.
+ The following predefined macros are used within ACE ifdefs.
These are defined when using the Cray compilers. _CRAYMPP
is defined, for example, if you are running on a Cray T3E
massively parallel machine. Moreover, in the case of the T3E,
_CRAYT3E will be defined. This is used to determine the
- ACE_SIZEOF defines for primitive types.
+ ACE_SIZEOF defines for primitive types.
_UNICOS is defined as either the major version of UNICOS being run,
e.g. 9 or 10 on the vector machines (e.g. C90, T90, J90, YMP, ...)
@@ -46,7 +46,7 @@
#define ACE_HAS_CPLUSPLUS_HEADERS
// using cray's autoinstantiation gives C++ prelinker: error: instantiation loop
-#define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA
+#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
#define ACE_HAS_TEMPLATE_SPECIALIZATION
@@ -69,7 +69,7 @@
// UNICOS versions sport Draft 7 threads.
#if _UNICOS > 9
-# define ACE_HAS_PTHREADS_STD
+# define ACE_HAS_PTHREADS_STD
#else
# define ACE_HAS_PTHREADS_DRAFT7
# define ACE_LACKS_THREAD_STACK_SIZE
@@ -206,27 +206,27 @@
#ifndef _CRAYMPP
-# define ACE_SIZEOF_CHAR 1
-# define ACE_SIZEOF_SHORT 8
-# define ACE_SIZEOF_INT 8
-# define ACE_SIZEOF_LONG 8
-# define ACE_SIZEOF_LONG_LONG 8
-# define ACE_SIZEOF_FLOAT 8
-# define ACE_SIZEOF_DOUBLE 8
-# define ACE_SIZEOF_LONG_DOUBLE 16
-# define ACE_SIZEOF_VOID_P 8
+# define ACE_SIZEOF_CHAR 1
+# define ACE_SIZEOF_SHORT 8
+# define ACE_SIZEOF_INT 8
+# define ACE_SIZEOF_LONG 8
+# define ACE_SIZEOF_LONG_LONG 8
+# define ACE_SIZEOF_FLOAT 8
+# define ACE_SIZEOF_DOUBLE 8
+# define ACE_SIZEOF_LONG_DOUBLE 16
+# define ACE_SIZEOF_VOID_P 8
#elif defined(_CRAYT3E)
-# define ACE_SIZEOF_CHAR 1
-# define ACE_SIZEOF_SHORT 4
-# define ACE_SIZEOF_INT 8
-# define ACE_SIZEOF_LONG 8
-# define ACE_SIZEOF_LONG_LONG 8
-# define ACE_SIZEOF_FLOAT 4
-# define ACE_SIZEOF_DOUBLE 8
-# define ACE_SIZEOF_LONG_DOUBLE 8
-# define ACE_SIZEOF_VOID_P 8
+# define ACE_SIZEOF_CHAR 1
+# define ACE_SIZEOF_SHORT 4
+# define ACE_SIZEOF_INT 8
+# define ACE_SIZEOF_LONG 8
+# define ACE_SIZEOF_LONG_LONG 8
+# define ACE_SIZEOF_FLOAT 4
+# define ACE_SIZEOF_DOUBLE 8
+# define ACE_SIZEOF_LONG_DOUBLE 8
+# define ACE_SIZEOF_VOID_P 8
#endif