File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ $ ./configure --enable-openmp --prefix=$HOME/local
7878if FFTW is used or
7979
8080``` sh
81- $ ./configure --enable-openmp --enable-ishioka --enable-magic-layout -- prefix=$HOME /local --enable-mkl
81+ $ ./configure --enable-openmp --prefix=$HOME /local --enable-mkl
8282```
8383
8484if the MKL is used. Possible additional options may be required depending on the machine (check the website). Then compile and install the library
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ or install it manually after downloading and extracting the latest version `here
8585
8686.. code-block :: bash
8787
88- ./configure --enable-openmp --enable-ishioka --enable-magic-layout -- prefix=$HOME /local
88+ ./configure --enable-openmp --prefix=$HOME /local
8989
9090 if FFTW is used or
9191
9292.. code-block :: bash
9393
94- ./configure --enable-openmp --enable-ishioka --enable-magic-layout -- prefix=$HOME /local --enable-mkl
94+ ./configure --enable-openmp --prefix=$HOME /local --enable-mkl
9595
9696 if the MKL is used. Possible additional options may be required depending on the machine (check the website). Then compile and install the library
9797
You can’t perform that action at this time.
0 commit comments