File: t3d.config

package info (click to toggle)
pact 980714-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 13,096 kB
  • ctags: 26,034
  • sloc: ansic: 109,076; lisp: 9,645; csh: 7,147; fortran: 1,050; makefile: 136; lex: 95; sh: 32
file content (44 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
#
# T3D.CONFIG - Cray T3D configuration
#            - this is for the back end ALPHA farm only
#            - use UNICOS.CONFIG for the front end YMP
#

CCompiler  = cc
CFLAGS     = -T cray-t3d
CDebug     = -Gn
FCompiler  = cf77 
FFLAGS     = -C cray-t3d
LXFLAGS    = -T cray-t3d
#LDFLAGS    = -X 1
FrontEnd   = mppexec
BackEnd    = -npes 1

IPCSupport = NOIPC
UseX       = FALSE

.c.i:
	${CC} -P $<

.c.o:
	${CC} -c $<

.c.a:
	${CC} -c $<
	@ar r ${TGTLib} $*.o 2> /dev/null
	@${RM} $*.o 2> /dev/null

.f.o:
	${FC} ${LDFLAGS} -c $<

.f.a:
	${FC} ${LDFLAGS} -c $<
	@ar r ${TGTLib} $*.o 2> /dev/null
	@${RM} $*.o 2> /dev/null

CEnvironment
   ANSI_F77
   HAVE_NO_RUSAGE
   CRAY_T3D
   POW PM_pow
end