summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/unicos
blob: 9749c5b518b772e4b050947ba6c9ef21a22268b2 (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
#! /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.3 1999-07-06 20:19:13 goodale Exp $
# @@*/

# 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