Re: [easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Åke Sandgren
https://github.com/easybuilders/easybuild-easyconfigs/pull/7961 On 3/26/19 3:47 PM, Åke Sandgren wrote: > Ok, I have dask 1.1.4 for fosscuda/2018b with Python 2.7.15 done. > Based on the existing dask-1.0.0-intel-2018b-Python-3.6.6.eb > > I'll PR it and you can take a look if there is something

Re: [easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Yann Sagon
Excellent, this was what I was looking for! Thanks On Tue, Mar 26, 2019 at 2:10 PM Alan O'Cais wrote: > See > https://github.com/easybuilders/JSC/blob/0e9a247beec6984052e9a8f0980fec4c465606f4/Golden_Repo/2018b/d/Dask/Dask-Nov2018Bundle-ipsmpi-2018b-Python-2.7.15.eb > for an example of how to

Re: [easybuild] TensorFlow with GPU support.

2019-03-26 Thread Jakob Schiøtz
Thank you! I do not think OpenMPI with cuda support is particularly relevant for us. I will read the docs and try to understand what --minmal-toolchains does. Thanks for your suggestions Jakob > On 26 Mar 2019, at 14:41, Jack Perdue wrote: > > Howdy Jakob, > > The primary difference

Re: [easybuild] TensorFlow with GPU support.

2019-03-26 Thread Jack Perdue
Howdy Jakob, The primary difference between fosscuda and foss+CUDA is that fosscuda has an OpenMPI built with CUDA support where as the latter does not. We run with: EASYBUILD_MINIMAL_TOOLCHAINS which cuts down on the number of things that have be rebuilt here  For example for

[easybuild] TensorFlow with GPU support.

2019-03-26 Thread Jakob Schiøtz
Dear EasyBuilders, I would like to build a TensorFlow module supporting GPUs. Currently, that looks to be TensorFlow-1.12.0-fosscuda-2018b-Python-3.6.6.eb, but this requires building a new toolchain (fosscuda), including rebuilding both OpenMPI and Python with GPU support. In addition, any

Re: [easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Alan O'Cais
See https://github.com/easybuilders/JSC/blob/0e9a247beec6984052e9a8f0980fec4c465606f4/Golden_Repo/2018b/d/Dask/Dask-Nov2018Bundle-ipsmpi-2018b-Python-2.7.15.eb for an example of how to do it. Alan On Tue, 26 Mar 2019 at 14:02, Yann Sagon mailto:yann.sa...@unige.ch>> wrote: Dear list, I'm

[easybuild] override sanity check for futures with Python 2.7

2019-03-26 Thread Yann Sagon
Dear list, I'm trying to build dask for python 2.7.15 with the toolchain fosscuda/2018b the Python extension "distributed" needs the extension "futures" which I have added to the ext_list. https://github.com/agronholm/pythonfutures The sanity check isn't working, probably because it's not