-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #531 from wannier-developers/libwork2
Large number of updates in preparation for Wannier v4.0
- Loading branch information
Showing
121 changed files
with
114,043 additions
and
3,794 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
wannier90.x | ||
postw90.x | ||
.DS_Store | ||
libwannier*.a | ||
libwannier*.so.* | ||
make.inc | ||
postw90.x | ||
w90chk2chk.x | ||
w90spn2spn.x | ||
libwannier.a | ||
libwan2.a | ||
libwannier.so | ||
libwannier.dylib | ||
wannier90.x | ||
*~ | ||
*.x.dSYM | ||
.vscode | ||
*.mod | ||
*.gcno | ||
*.gcda |
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 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 |
---|---|---|
|
@@ -6,3 +6,6 @@ F90 = f90 | |
FCOPTS = -fast | ||
LDOPTS = -fast | ||
LIBS = -lcxml | ||
|
||
# f90wrap location | ||
F90WRAP = f90wrap |
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 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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
#===================================================== | ||
# For Linux x86_64 with intel ifx | ||
#===================================================== | ||
F90=ifx | ||
|
||
COMMS=mpi08 | ||
MPIF90=mpiifx | ||
|
||
# use of runtime checks deactivates optimisation for speed in ifx | ||
# disable "warning #8889: Explicit interface or EXTERNAL declaration is required." | ||
# disable "warning #10182: disabling optimization; runtime debug checks enabled" | ||
# disable "remark #10440: Note that use of a debug option without any optimization-level option will turnoff most compiler optimizations similar to use of '-O0'" | ||
FCOPTS=-fPIC -check all -warn all -g -diag-disable 8889,10182,10440 | ||
FCOPTS=-O3 -fPIC -warn all -diag-disable 8889 | ||
LDOPTS=$(FCOPTS) | ||
|
||
#======================================================== | ||
# Intel mkl libraries. Set MKLROOT per hand if necessary | ||
#======================================================== | ||
LIBS = -L$(MKLROOT) -lmkl_core -lmkl_intel_lp64 -lmkl_sequential | ||
|
||
# f90wrap location | ||
F90WRAP = f90wrap |
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 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 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
Oops, something went wrong.