Commit b90ffcec18948639e0bc7c716feebb421c105607
1 parent
5b8aada9d3
Exists in
master
git-svn-id: https://lxsd.femto-st.fr/svn/atlas@3 dff38a21-2163-4b57-a1b5-aae693bec1e4
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
build.sh
#!/bin/bash | 1 | 1 | #!/bin/bash | |
2 | 2 | |||
echo "Mettre le processeur en mode performances (important pour atlas)" | 3 | 3 | echo "Mettre le processeur en mode performances (important pour atlas)" | |
echo " + sous kde clic droit sur kpowersave " | 4 | 4 | echo " + sous kde clic droit sur kpowersave " | |
echo " -> Définir les règles de fréquence du processeur" | 5 | 5 | echo " -> Définir les règles de fréquence du processeur" | |
echo " -> Performances" | 6 | 6 | echo " -> Performances" | |
echo " + avec les cpufrequtils en root : cpufreq-set -g performance" | 7 | 7 | echo " + avec les cpufrequtils en root : cpufreq-set -g performance" | |
echo | 8 | 8 | echo | |
echo "Si ce n'est pas fait tapez <Ctrl> C pour interrompre " | 9 | 9 | echo "Si ce n'est pas fait tapez <Ctrl> C pour interrompre " | |
echo " sinon continuez avec <Entree>" | 10 | 10 | echo " sinon continuez avec <Entree>" | |
11 | 11 | |||
read a | 12 | 12 | read a | |
13 | 13 | |||
# Unpack lapack archive | 14 | 14 | # Unpack lapack archive | |
echo "Archive lapack (netlib)" | 15 | 15 | echo "Archive lapack (netlib)" | |
tar xzf lapack.tgz | 16 | 16 | tar xzf lapack.tgz | |
17 | 17 | |||
# Compilation lapack | 18 | 18 | # Compilation lapack | |
cp make.inc.gfortran.lapack lapack-3.1.1/make.inc | 19 | 19 | cp make.inc.gfortran.lapack lapack-3.1.1/make.inc | |
cd lapack-3.1.1 | 20 | 20 | cd lapack-3.1.1 | |
make lapacklib | 21 | 21 | make lapacklib | |
22 | cd .. | |||
22 | 23 | |||
# Unpack atlas archive | 23 | 24 | # Unpack atlas archive | |
echo "Archive atlas" | 24 | 25 | echo "Archive atlas" | |
tar xjf atlas3.8.2.tar.bz2 | 25 | 26 | tar xjf atlas3.8.2.tar.bz2 | |
cd ATLAS | 26 | 27 | cd ATLAS | |
mkdir build | 27 | 28 | mkdir build |