HiFiLES / HiFiLES-solver

High Fidelity Large Eddy Simulation Solver
Other
172 stars 131 forks source link

How to set ATLAS in ubuntu 14.04? #81

Closed popstar0426 closed 9 years ago

popstar0426 commented 9 years ago

Hi: In configure_run.sh, there is BLAS setting. Question: How do I install ATLAS in ubuntu 14.04? How to use it in HiFiLES?

Best regards!

mlopez14 commented 9 years ago

I found this guide to install ATLAS here: https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/atlas/trusty/view/head:/debian/README.Debian

To use it, go to the configure_run.sh file and set line 32 to

BLAS="ATLAS"

then reconfigure the compilation by typing the command

./configure_run.sh

followed by

make -j

(the -j option accelerates compilation by using all available processors).

mlopez14 commented 9 years ago

I have just created a brief tutorial on the ATLAS installation in Ubuntu here: https://github.com/HiFiLES/HiFiLES-solver/wiki/Installing-ATLAS-in-Ubuntu

let us know how it goes.