finish deprecating CRAY-T3E (and T3D)

This commit is contained in:
Jeff Hammond 2015-02-19 06:24:59 +00:00
parent e58ad0c760
commit a0bfe6da12
4 changed files with 0 additions and 25 deletions

View file

@ -164,12 +164,6 @@ sngl_to_dbl dbl_to_sngl 64_to_32 32_to_64:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@ || exit 1 ; \
done
ifeq ($(TARGET),CRAY-T3E)
$(MAKE) cleanDEP
endif
ifeq ($(TARGET),CRAY-T3D)
$(MAKE) cleanDEP
endif
touch $@
clear_64_to_32:

View file

@ -17,12 +17,6 @@ include ../config/makefile.h
#ifeq ($(TARGET),KSR)
# PRECISION = single
#endif
#ifeq ($(TARGET),CRAY-T3D)
# PRECISION = single
#endif
#ifeq ($(TARGET),CRAY-T3E)
# PRECISION = single
#endif
#
#
#ifndef PRECISION

View file

@ -134,15 +134,6 @@ OBJ_OPTIMIZE = sbdsqr.o sgebd2.o sgebrd.o sgelq2.o \
clatrs.o ctrevc.o cunghr.o slabad.o claswp.o \
sgebak.o sgebal.o sgehrd.o shseqr.o sorghr.o strevc.o
endif
CRAYS = CRAY-T3E CRAY-T3D CRAY-YMP
ifeq ($(TARGET),$(findstring $(TARGET),$(CRAYS)))
PRECISION = single
OBJ_OPTIMIZE = slagtf.o slagts.o lsamen.o slaset.o \
ssyev.o slansy.o ssteqr.o ssterf.o slae2.o \
slaev2.o slasr.o slanst.o slascl.o slasrt.o \
ssygv.o ssygst.o ssygs2.o slas2.o slapy2.o slassq.o
endif
include ../config/makelib.h

View file

@ -46,10 +46,6 @@ include ../config/makefile.h
include ../config/makelib.h
ifeq ($(TARGET),CRAY-T3E)
# vector 3 breaks code in this directory only
FOPTIMIZE = -O scalar3,aggress,unroll2,vector2
endif
ifeq ($(_IFCV81),Y)
FOPTIMIZE=-O3
COPTIONS=-O0 -g