Re: [julia-users] Compiling Julia without openblas

2014-10-29 Thread Milan Bouchet-Valat
Le mercredi 29 octobre 2014 à 07:45 -0700, moritz braun a écrit :
> Dear Andreas
> 
> 
> Thanks a lot!
> 
> 
> Now I can use julia on this cluser, albeit with slower lapack and
> blas.
> However for my applications that won't matter much.
Note you can also build an unthreaded version of OpenBLAS by setting
USE_THREAD = 0, or use the unthreaded libopenblas.so from the RPM
package by passing this when building Julia:
USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 LIBBLAS=-lopenblas
LIBBLASNAME=libopenblas.so.0 LIBLAPACK=-lopenblas
LIBLAPACKNAME=libopenblas.so.0

Finally, it would be nice to file an issue so that this bug can be fixed
in the future.


Regards


Re: [julia-users] Compiling Julia without openblas

2014-10-29 Thread moritz braun
Dear Andreas

Thanks a lot!

Now I can use julia on this cluser, albeit with slower lapack and blas.
However for my applications that won't matter much.

regards

Moritz

On Wednesday, 29 October 2014 14:44:21 UTC+2, Andreas Noack wrote:
>
> If you create the file Make.user in the julia root directory and set 
>
> USE_SYSTEM_BLAS=1
> USE_SYSTEM_LAPACK=1
>
> then you should avoid building OpenBLAS.
>
> Med venlig hilsen
>
> Andreas Noack
>
> 2014-10-29 4:11 GMT-04:00 moritz braun >
> :
>
>> Dear All
>>
>> Further to my last post 
>> I wanted to find out, how to disable the openblas in building julia, 
>> since the openblas and pthreads do not work properly together on redhat 
>> 6.2 cluster
>>
>> regards
>>
>> Moritz 
>>
>
>

Re: [julia-users] Compiling Julia without openblas

2014-10-29 Thread moritz braun
Dear Andreas

Thanks a lot!

I am trying it right now.

regards

Moritz 

On Wednesday, 29 October 2014 14:44:21 UTC+2, Andreas Noack wrote:
>
> If you create the file Make.user in the julia root directory and set 
>
> USE_SYSTEM_BLAS=1
> USE_SYSTEM_LAPACK=1
>
> then you should avoid building OpenBLAS.
>
> Med venlig hilsen
>
> Andreas Noack
>
> 2014-10-29 4:11 GMT-04:00 moritz braun >
> :
>
>> Dear All
>>
>> Further to my last post 
>> I wanted to find out, how to disable the openblas in building julia, 
>> since the openblas and pthreads do not work properly together on redhat 
>> 6.2 cluster
>>
>> regards
>>
>> Moritz 
>>
>
>

Re: [julia-users] Compiling Julia without openblas

2014-10-29 Thread Andreas Noack
If you create the file Make.user in the julia root directory and set

USE_SYSTEM_BLAS=1
USE_SYSTEM_LAPACK=1

then you should avoid building OpenBLAS.

Med venlig hilsen

Andreas Noack

2014-10-29 4:11 GMT-04:00 moritz braun :

> Dear All
>
> Further to my last post
> I wanted to find out, how to disable the openblas in building julia,
> since the openblas and pthreads do not work properly together on redhat
> 6.2 cluster
>
> regards
>
> Moritz
>


[julia-users] Compiling Julia without openblas

2014-10-29 Thread moritz braun
Dear All

Further to my last post 
I wanted to find out, how to disable the openblas in building julia, 
since the openblas and pthreads do not work properly together on redhat 6.2 
cluster

regards

Moritz