[easybuild] ScaLAPACK with ATLAS

2016-10-06 Thread Exequiel SepĂșlveda
Hi, Is there any reason for having hardcoded ScaLAPACK to use OpenBLAS? >From EB_ScaLAPACK.py: deps = [("LAPACK", "ACML", "OpenBLAS")] The problem is I want to build goalf toolchain, but it is contradictory OpenBLAS and ATLAS. Cheers -- Exequiel Sepulveda

Re: [easybuild] FFTW modules: avx2 vs sse2

2016-10-06 Thread Joachim Hein
On 04 Oct 2016, at 16:11, Jack Perdue > wrote: Jack Perdue Lead Systems Administrator High Performance Research Computing TAMU Division of Research j-per...@tamu.edu http://hprc.tamu.edu HPRC

Re: [easybuild] ScaLAPACK with ATLAS

2016-10-06 Thread Exequiel SepĂșlveda
It is different to dependencies. If you look at line 73 in https://github.com/hpcugent/easybuild-easyblocks/blob/master/easybuild/easyblocks/s/scalapack.py, there is this line: deps = [("LAPACK", "ACML", "OpenBLAS")] And this variable is used for checking compulsory modules/components. Cleary,

Re: [easybuild] FFTW modules: avx2 vs sse2

2016-10-06 Thread Joachim Hein
Hi, On the underlying issue of instructions for FFTW, I have found this (http://www.fftw.org/fftw3_doc/Installation-on-Unix.html#Installation-on-Unix): --enable-sse (single precision), --enable-sse2 (single, double), --enable-avx (single, double), --enable-avx2 (single, double),

Re: [easybuild] ScaLAPACK with ATLAS

2016-10-06 Thread Kenneth Hoste
Hi Exequiel, On 06/10/16 12:51, Exequiel SepĂșlveda wrote: Hi, Is there any reason for having hardcoded ScaLAPACK to use OpenBLAS? From EB_ScaLAPACK.py: deps = [("LAPACK", "ACML", "OpenBLAS")] The problem is I want to build goalf toolchain, but it is contradictory OpenBLAS and ATLAS. The