forked from francesco086/HswfQMC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combined commit including all necessary changes to make the code IBM-…
…XL compilable as well as changes related to the usage as force calculation for molecular dynamics. There is still polish needed to make it ready for master.
- Loading branch information
Showing
23 changed files
with
759 additions
and
1,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Submodule markuspline
updated
from 0879f7 to 8d971d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,24 @@ ifeq ($(IDENTIFIER),[email protected]) | |
FC=mpif90 | ||
endif | ||
|
||
ifeq ($(IDENTIFIER),[email protected]) | ||
EXEC=$(EXEC1) | ||
LIBS=-lmarkusplineHswfQMC -llapack -lesslbg | ||
LDFLAGS=-L$(LAPACK_LIB) -L/bgsys/local/lib -I/homea/hpb01/hpb015/HswfQMC/markuspline -L/homea/hpb01/hpb015/HswfQMC/markuspline | ||
FC=mpixlf2003_r | ||
endif | ||
|
||
ifeq ($(IDENTIFIER),[email protected]) | ||
EXEC=$(EXEC1) | ||
LIBS=-lmarkusplineHswfQMC -llapack -lesslbg | ||
LDFLAGS=-L$(LAPACK_LIB) -L/bgsys/local/lib -I/homea/hpb01/hpb015/HswfQMC/markuspline -L/homea/hpb01/hpb015/HswfQMC/markuspline | ||
FC=mpixlf2003_r | ||
endif | ||
|
||
ifeq ($(IDENTIFIER),[email protected]) | ||
EXEC=$(EXEC1) | ||
LIBS=-lmarkusplineHswfQMC -llapack -lesslbg | ||
LDFLAGS=-L$(LAPACK_LIB) -L/bgsys/local/lib -I/homea/hpb01/hpb015/HswfQMC/markuspline -L/homea/hpb01/hpb015/HswfQMC/markuspline | ||
FC=mpixlf2003_r | ||
endif | ||
|
Oops, something went wrong.