summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/unicos
blob: b524e144cb23856eb7bc747ffd74e3c49b1c8595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#! /bin/sh
# /*@@
#   @file      unicos
#   @date      Thu Feb 25 09:53:22 1999
#   @author    Tom Goodale
#   @desc 
#   
#   @enddesc 
#   @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicos,v 1.4 1999-10-11 13:49:09 goodale Exp $
# @@*/

if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then

:

else

  # The T3E F90 compiler uses -b if you want to supply a name for a .o file.
  : ${FCOMPILEONLY="-b"}

  # The T3E fortran compiler puts module info in .o files by default.
  : ${F90FLAGS="-O scalar3,noieeeconform,unroll2,inline3 -dp -em"}

  : ${LIBS="_ereg _perf_mjp _util _vect"}

  : ${LIBDIRS='$(CCTK_HOME)/lib/archlibs/t3e'}

  cat >> cctk_archdefs.h <<EOF

/* T3E stuff */

#define T3E

EOF


fi