mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
finish deprecating CRAY-T3E (and T3D)
This commit is contained in:
parent
e58ad0c760
commit
a0bfe6da12
4 changed files with 0 additions and 25 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue