mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
MA needs ARMCI
This commit is contained in:
parent
14f5b6d031
commit
e3af236e82
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Makefile for movecs <--> ASCII translators
|
||||
# $Id: Makefile,v 1.5 2002-03-13 18:38:01 windus Exp $
|
||||
# $Id: Makefile,v 1.6 2004-08-02 11:25:04 edo Exp $
|
||||
|
||||
# Tested on KSR, Cray-T3D
|
||||
# Requires NWCHEM_TARGET to be set.
|
||||
|
|
@ -31,7 +31,10 @@ ifeq ($(NWCHEM_TARGET),IBM)
|
|||
else
|
||||
CPPFLAGS = -I../../src/tools/include # Needs MA includes
|
||||
endif
|
||||
LDFLAGS = -L../../src/tools/lib/${NWCHEM_TARGET} -lma # Needs MA library
|
||||
LDFLAGS = -L../../src/tools/lib/${NWCHEM_TARGET} -lma -larmci # Needs MA library
|
||||
ifeq ($(USE_MPI),y)
|
||||
LDFLAGS += -L${MPI_LIB} ${LIBMPI}
|
||||
endif
|
||||
|
||||
all: mov2asc asc2mov
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue