Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wtools
wslda
Wiki
ELPA installation guide
ELPA installation guide
· Changes
Page history
Update ELPA installation guide
authored
Oct 27, 2021
by
Andrzej MakowskI
Show whitespace changes
Inline
Side-by-side
ELPA-installation-guide.md
View page @
d207e047
...
@@ -148,7 +148,7 @@ git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git
...
@@ -148,7 +148,7 @@ git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git
# go to elpa lib
# go to elpa lib
cd
elpa
cd
elpa
./configure
--prefix
=
/projappl/project_465000014/share/elpa/elpa-2021.05.002
FC
=
ftn
CC
=
cc
FCFLAGS
=
"-O2"
CFLAGS
=
"-O2"
LDFLAGS
=
"-L
${
CRAY_LIBSCI_PREFIX
}
/lib -lsci_cray_mpi -lsci_cray"
-disable-avx512
--disable-openmp
--enable-static
--enable-c-tests
=
no
./configure
--prefix
=
/projappl/project_465000014/share/elpa/elpa-2021.05.002
FC
=
ftn
CC
=
cc
FCFLAGS
=
"-O2
-h omp
"
CFLAGS
=
"-O2
-fopenmp
"
LDFLAGS
=
"-L
${
CRAY_LIBSCI_PREFIX
}
/lib -lsci_cray_mpi -lsci_cray"
-disable-avx512
--disable-openmp
--enable-static
--enable-c-tests
=
no
# build
# build
make
make
...
...