-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
453 changed files
with
70,600 additions
and
13,145 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
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 |
---|---|---|
@@ -1,10 +1,17 @@ | ||
# additional include paths necessary to compile the C++ library | ||
SUBDIRS = lib benchmarks tests | ||
SUBDIRS = lib benchmarks tests extras | ||
|
||
.PHONY: tests | ||
include $(top_srcdir)/doxygen.inc | ||
|
||
tests: all | ||
$(MAKE) -C tests tests | ||
bin_SCRIPTS=grid-config | ||
|
||
|
||
.PHONY: bench check tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL) | ||
|
||
tests-local: all | ||
bench-local: all | ||
check-local: all | ||
|
||
AM_CXXFLAGS += -I$(top_builddir)/include | ||
|
||
ACLOCAL_AMFLAGS = -I m4 |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
Version : 0.6.0 | ||
Version : 0.7.0 | ||
|
||
- AVX512, AVX2, AVX, SSE good | ||
- Clang 3.5 and above, ICPC v16 and above, GCC 4.9 and above | ||
- MPI and MPI3 | ||
- HiRep, Smearing, Generic gauge group | ||
- Clang 3.5 and above, ICPC v16 and above, GCC 6.3 and above recommended | ||
- MPI and MPI3 comms optimisations for KNL and OPA finished | ||
- Half precision comms |
Oops, something went wrong.