Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile reordering, marconi makefile and "DO LB" command. #339

Merged
merged 9 commits into from
Aug 24, 2017

Conversation

ursg
Copy link
Contributor

@ursg ursg commented Aug 23, 2017

This is a collection of small changes that have all been individually tested and can (in my opinion) go right into master.

ursg and others added 8 commits August 22, 2017 10:31
Now these are in the architecture specific makefile, as they should. Only marconi one updated yet, other makefiles should also be taken care of
Also, fix up sisu and taito makefile after Jemalloc and PAPI flag move,
since these are now part of the architecture makefile, sisu and taito
should also have them.
@ykempf
Copy link
Contributor

ykempf commented Aug 23, 2017

One could add the testpackage fix to MAKE/Makefile.marconi.
--- a/MAKE/Makefile.marconi
+++ b/MAKE/Makefile.marconi
@@ -45,7 +45,7 @@ LDFLAGS += -L$(TBBROOT)/lib/intel64/gcc4.7/ -ltbbmalloc_proxy -ltbbmalloc
CC_BRAND = intel
CC_BRAND_VERSION = 17.0.1
CXXFLAGS += -O2 -g -DMAX_VECTOR_SIZE=512 -xMIC-AVX512 -std=c++11 -qopenmp -ansi-alias
-testpackage: CXXFLAGS = -O2 -std=c++11 -qopenmp -ansi-alias
+testpackage: CXXFLAGS = -O2 -DMAX_VECTOR_SIZE=512 -xMIC-AVX512 -std=c++11 -qopenmp -ansi-alias

@ursg
Copy link
Contributor Author

ursg commented Aug 23, 2017

Ok, added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants