mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Proper arch file for DEC
svn-origin-rev: 21
This commit is contained in:
parent
a3be4071bf
commit
c618c514b7
1 changed files with 13 additions and 0 deletions
13
arch/DEC_OS.sdbg
Normal file
13
arch/DEC_OS.sdbg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
PERL = perl
|
||||
CC = cc
|
||||
CPP = cpp
|
||||
FC = f95 -free
|
||||
FC_fixed = f95 -fixed
|
||||
LD = f95
|
||||
AR = ar -r
|
||||
CPPFLAGS = -C -D__DEC -D__FFTSG -D__FFTW -P
|
||||
FCFLAGS = -C -D__DEC -D__FFTSG -D__FFTW -automatic -g -u -fpe0 -synchronous_exceptions
|
||||
LDFLAGS = $(FCFLAGS) -L$(HOME)/fftw/tc2k/lib
|
||||
LIBS = -ldxml -lfftw
|
||||
|
||||
OBJECTS_ARCHITECTURE = machine_dec.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue