HiFiLES / HiFiLES-solver

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

error during installing ATLAS in Ubuntu #107

Closed popstar0426 closed 8 years ago

popstar0426 commented 8 years ago

HI: I tried to install atlas in ubuntu14.04. I found several errors during installing ATLAS in Ubuntu following the wiki method. 1\ The "configure" step looked OK. 2\ During the "make build" step, there was something like "gcc: error: unrecognized argument in option ‘-mabi=altivec". At the end of "make build" step, It showed information below: ATLAS install complete. Examine ATLAS/bin//INSTALLLOG/SUMMARY.LOG for details. make[1]: Leaving directory /usr/local/atlas' make clean make[1]: Entering directory/usr/local/atlas' rm -f .o x_ config?.out core make[1]: Leaving directory /usr/local/atlas' 3\ At the end of "make check" step, the information shows 8 cases: 8 passed, 0 skipped, 0 failed 4 cases: 4 passed, 0 skipped, 0 failed 8 cases: 8 passed, 0 skipped, 0 failed 4 cases: 4 passed, 0 skipped, 0 failed 8 cases: 8 passed, 0 skipped, 0 failed 4 cases: 4 passed, 0 skipped, 0 failed 8 cases: 8 passed, 0 skipped, 0 failed 4 cases: 4 passed, 0 skipped, 0 failed DONE SCOPING FOR FAILURES IN CBLAS TESTS: fgrep -e fault -e FAULT -e error -e ERROR -e fail -e FAIL \ interfaces/blas/C/testing/sanity.out | \ fgrep -v PASSED make[1]: [sanity_test] Error 1 (ignored) DONE SCOPING FOR FAILURES IN F77BLAS TESTS: fgrep -e fault -e FAULT -e error -e ERROR -e fail -e FAIL \ interfaces/blas/F77/testing/sanity.out | \ fgrep -v PASSED make[1]: [sanity_test] Error 1 (ignored) DONE make[1]: Leaving directory/usr/local/atlas' 4\ In the end of "make ptcheck", the output is similar to the "make check" step. 5\ In the "make time", everything looked OK. 6\ In the "make install", there were 2 errors showed below: root@airfoil-System:/usr/local/atlas# make install mkdir -p /usr/local/atlas/include/atlas chmod 0755 /usr/local/atlas/include/atlas make -f Make.top install_inc INSTdir=/usr/local/atlas/include make[1]: Entering directory /usr/local/atlas' cp /home/airfoil/Desktop/ATLAS_Install/ATLAS/.//include/cblas.h /usr/local/atlas/include/. cp /home/airfoil/Desktop/ATLAS_Install/ATLAS/.//include/clapack.h /usr/local/atlas/include/. chmod 0644 /usr/local/atlas/include/cblas.h /usr/local/atlas/include/clapack.h cp /usr/local/atlas/include/* /usr/local/atlas/include/atlas/. cp: omitting directory ‘/usr/local/atlas/include/atlas’ make[1]: *** [install_inc] Error 1 make[1]: Leaving directory/usr/local/atlas' make: *\ [install] Error 2

popstar0426 commented 8 years ago

Hi: There is a simple way to install ATLAS in ubuntu: sudo apt-get install libatlas-base-dev Do you think it is OK?

Best regards! Yue