Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
0d256c1b
Commit
0d256c1b
authored
Apr 20, 2016
by
Andreas Marek
Browse files
Merge branch 'master' of gitlab.mpcdf.mpg.de:elpa/elpa
parents
896388e9
9c92fc0f
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0d256c1b
...
...
@@ -12,6 +12,7 @@ autom4te.cache
compile
config.guess
config.h.in
config.h.in~
config.sub
configure
depcomp
...
...
@@ -19,3 +20,8 @@ install-sh
ltmain.sh
missing
test-driver
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
.gitlab-ci.yml
View file @
0d256c1b
jobs
:
script
:
./autogen.sh && ./configure && make && make check TEST_FLAGS='1500 50 16'
script
:
-
export LANG=C
-
module load impi intel gcc mkl autotools
-
./autogen.sh
-
./configure CFLAGS="-O3 -mavx" CXXFLAGS="-O3 -mavx" FCFLAGS="-O3 -mavx" SCALAPACK_LDFLAGS="-L/afs/@cell/common/soft/intel/ics2015/15.0/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm -Wl,-rpath,$MKL_HOME/lib/intel64" SCALAPACK_FCFLAGS="-L/afs/@cell/common/soft/intel/ics2015/15.0/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm -I$MKLROOT/include/intel64/lp64"
-
make -j
8
-
make check TEST_FLAGS='1500 50 16'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment