mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Add new arch file for CCE
svn-origin-rev: 18315
This commit is contained in:
parent
29d1e66cab
commit
3672591272
1 changed files with 18 additions and 0 deletions
18
arch/CRAY-XC40-cce.popt
Normal file
18
arch/CRAY-XC40-cce.popt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Author: Alfio Lazzaro (alfio.lazzaro@chem.uzh.ch), UZH, 2018
|
||||
# Program environments:
|
||||
# - module load PrgEnv-cce ; module load cray-libsci ; module load fftw
|
||||
# Tested with CCE v8.6.x
|
||||
|
||||
CC = cc
|
||||
CPP =
|
||||
FC = ftn
|
||||
LD = ftn
|
||||
AR = ar -r
|
||||
CPPFLAGS =
|
||||
DFLAGS = -D__FFTW3 -D__parallel -D__SCALAPACK -D__HAS_NO_SHARED_GLIBC
|
||||
DFLAGS += -hnoomp
|
||||
CFLAGS = $(DFLAGS)
|
||||
FCFLAGS = $(DFLAGS) -O2 -emf -ffree
|
||||
FCFLAGS += -hflex_mp=strict
|
||||
LDFLAGS = $(FCFLAGS)
|
||||
LIBS = -lfftw3
|
||||
Loading…
Add table
Add a link
Reference in a new issue