Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed recommendation to install Sundials locally to prevent library path issues
  • Loading branch information
jrschmidt2 authored May 27, 2023
1 parent bbdb0f1 commit e1c5319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir build<br>
cd build<br>
#ensure that MKL is found!<br>
. /opt/intel/mkl/bin/mklvars.sh intel64<br>
cmake .. -DFCMIX_ENABLE=ON -DCMAKE_C_FLAGS="-fPIC" -DLAPACK_ENABLE=ON -DSUNDIALS_INDEX_SIZE=32 -DCMAKE_INSTALL_PREFIX=~/sundials<br>
cmake .. -DFCMIX_ENABLE=ON -DCMAKE_C_FLAGS="-fPIC" -DLAPACK_ENABLE=ON -DSUNDIALS_INDEX_SIZE=32<br>
#make sure MKL BLAS/LAPACK were found!<br>
make<br>
make install<br>
Expand Down

0 comments on commit e1c5319

Please sign in to comment.