Skip to content

Commit 3269d7e

Browse files
authored
Merge pull request #784 from caic99/develop
Build: update building command for intel compiler
2 parents 4c09329 + 575be39 commit 3269d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.intel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN source /opt/intel/oneapi/setvars.sh \
3838
&& wget https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2021.05.002/elpa-2021.05.002.tar.gz \
3939
&& tar xzf elpa-2021.05.002.tar.gz && rm elpa-2021.05.002.tar.gz \
4040
&& cd elpa-2021.05.002 && mkdir build && cd build \
41-
&& ../configure FCFLAGS="-mkl=cluster" \
41+
&& ../configure FCFLAGS="-qmkl=cluster" \
4242
&& make -j8 \
4343
&& make PREFIX=/usr/local install \
4444
&& ln -s /usr/local/include/elpa-2021.05.002/elpa /usr/local/include/ \

0 commit comments

Comments
 (0)