Package Details: atlas-lapack 1:3.10.3-9

Git Clone URL: https://aur.archlinux.org/atlas-lapack.git (read-only, click to copy)
Package Base: atlas-lapack
Description: Automatically Tuned Linear Algebra Software
Upstream URL: http://math-atlas.sourceforge.net
Licenses: BSD, custom:lapack
Provides: atlas-lapack-base, blas, cblas, lapack
Submitter: ilpianista
Maintainer: henkm
Last Packager: henkm
Votes: 93
Popularity: 0.001291
First Submitted: 2008-04-24 01:36 (UTC)
Last Updated: 2024-02-01 12:28 (UTC)

Required by (552)

Sources (4)

Pinned Comments

phcerdan commented on 2017-06-08 06:48 (UTC) (edited on 2017-06-08 06:49 (UTC) by phcerdan)

Hey I just installed, and make these notes, that might be useful for somebody else: Good explanation in atlas site: http://math-atlas.sourceforge.net/atlas_install/node5.html Follow this, the governor set by cpupower knows shit about CPU without this: http://unix.stackexchange.com/questions/121410/setting-cpu-governor-to-on-demand-or-conservative Summary: http://vincent.jousse.org/tech/archlinux-compile-lapack-atlas-kaldi/ ===========Steps=========== Permanent disable intel_pstate: Edit: /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable" and update grub: grub-mkconfig -o /boot/grub/grub.cfg And then enable acpi-cpufreq module: su root echo "acpi-cpufreq" > /etc/modules-load.d/acpi-cpufreq.conf restart. Now cpupower can set frequencies properly. To disable throtling sudo pacman -S cpupower sudo cpupower frequency-set -g performance It should apply to all cores, but if it only apply to the first one: copy files to the other (4 in laptop) sudo cp /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor To restore: sudo cpupower frequency-set -g ondemand If not all cores are set: sudo cp /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor This stuff is only required at build time.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 17 Next › Last »

MarBur commented on 2013-09-19 15:14 (UTC)

Atlas compiles with GCC 4.7 if I configure it with -D c -DWALL in addition to other settings in PKGBUILD. This uses wall timer for timing meaning that computer mustn't be busy. I also booted with intel_pstate=disable because processor frequency didn't stay at 3.4 Ghz on performance governor if intel_pstate was configuring frequency.

kyak commented on 2013-09-17 17:22 (UTC)

@MarBur that's one great bug report. Let's see how upstream responds.

giniu commented on 2013-09-17 17:11 (UTC)

I don't think this is related to package itself, I will monitor this issue upstream. Thanks for reporting.

MarBur commented on 2013-09-17 13:48 (UTC)

I have the same error: https://dl.dropboxusercontent.com/u/25828692/full_log.log But I think the real error is higher up: make[5]: *** [RunMADef] Aborted (core dumped) make[5]: Leaving directory `/tmp1/yaourt-tmp-mabu/aur-atlas-lapack/src/ATLAS/build/tune/sysinfo' xsyssum: /tmp1/yaourt-tmp-mabu/aur-atlas-lapack/src/ATLAS/build/..//tune/sysinfo/GetSysSum.c:92: getfpinfo: Assertion `system(ln) == 0' failed. Full report: http://sourceforge.net/p/math-atlas/discussion/75123/thread/dc45bb67/?limit=50#3620

kyak commented on 2013-09-13 18:32 (UTC)

gcc version 4.8.1 20130725 (prerelease) (GCC) /usr/bin/gcc -V 2>&1 >> bin/INSTALL_LOG/ERROR.LOG gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. make[4]: [error_report] Error 1 (ignored) /usr/bin/gcc --version 2>&1 >> bin/INSTALL_LOG/ERROR.LOG tar cf error_Corei264AVX.tar Make.inc bin/INSTALL_LOG/* bzip2 error_Corei264AVX.tar make[4]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build' make[3]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build' make[2]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build/bin' Error report error_<ARCH>.tgz has been created in your top-level ATLAS directory. Be sure to include this file in any help request. cat: ../../CONFIG/error.txt: No such file or directory cat: ../../CONFIG/error.txt: No such file or directory make[1]: *** [build] Error 255 make[1]: Leaving directory `/home/user/build/atlas-lapack/src/ATLAS/build' make: *** [build] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: atlas-lapack cleaned

giniu commented on 2013-03-01 20:34 (UTC)

I adopted this package. For now I just updated it and walked around archive bug. I will clean it up during following updates.

gborzi commented on 2013-01-28 15:10 (UTC)

I'm going to orphan this package. I'm using openblas now, and this package is a pain to maintain.

giniu commented on 2013-01-27 11:43 (UTC)

When you update ATLAS to new release (atlas 3.10.1) look out for bsdtar issue: http://code.google.com/p/libarchive/issues/detail?id=299 for some reason it fails to extract the archive, you can walk around this, add sources to noextract and extract them by hand using "tar"

PedsXing commented on 2013-01-27 09:53 (UTC)

Running ATLAS' performance check with make time I seem to get a rather bad performance compared to the reference performance obtained by the ATLAS authors. http://pastebin.com/7DwbtJwX Is there any explanation for that? Does anyone get better results?

giniu commented on 2012-11-29 21:21 (UTC)

Are you sure you don't want to bump it? The package without this space is somewhat 11mb smaller if I remember correctly results I got.