We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c09329 + 575be39 commit 3269d7eCopy full SHA for 3269d7e
Dockerfile.intel
@@ -38,7 +38,7 @@ RUN source /opt/intel/oneapi/setvars.sh \
38
&& wget https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2021.05.002/elpa-2021.05.002.tar.gz \
39
&& tar xzf elpa-2021.05.002.tar.gz && rm elpa-2021.05.002.tar.gz \
40
&& cd elpa-2021.05.002 && mkdir build && cd build \
41
- && ../configure FCFLAGS="-mkl=cluster" \
+ && ../configure FCFLAGS="-qmkl=cluster" \
42
&& make -j8 \
43
&& make PREFIX=/usr/local install \
44
&& ln -s /usr/local/include/elpa-2021.05.002/elpa /usr/local/include/ \
0 commit comments