Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Vanzo, Davide
Markus, you are absolutely right. The only way to do what I want is the following: $ eb GCC-5.4.0-2.26.eb -D --hide-deps=M4,Bison,flex,zlib,binutils,GCCcore --hide-toolchains=GCCcore or to specify the dependencies that need to be hidden in the EASYBUILD_HIDE_DEPS environment variable. I think

Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Vanzo, Davide
Great! Thank you guys. DV On Oct 18 2016, at 12:36 pm, Bart Oldeman wrote: Also you can put that list in a configuration file, e.g. I have a config.cfg file with hide-deps = icc,ifort and use EASYBUILD_CONFIGFILES to point to that file. That is good for the environment.

Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Bart Oldeman
Also you can put that list in a configuration file, e.g. I have a config.cfg file with hide-deps = icc,ifort and use EASYBUILD_CONFIGFILES to point to that file. That is good for the environment. On 18 October 2016 at 13:26, Alan O'Cais wrote: > hidden = True > is now

Re: [easybuild] Automatic detection of hidden modules

2016-10-18 Thread Alan O'Cais
hidden = True is now supported within EB (see https://github.com/hpcugent/easybuild-framework/pull/1837), just add that to your GCCcore eb file We have a long list of software packages hidden by default, this is the setting you also might suit you: -bash-4.2$ echo $EASYBUILD_HIDE_DEPS

[easybuild] Automatic detection of hidden modules

2016-10-18 Thread Vanzo, Davide
Hello, Although we wold love to use EB in production there is still one thing that stops us from doing so. Since we need to keep the modules list in Lmod as clean as possible it is essential for us to be able to tell EB to automatically look for dependencies within hidden modules even if not

Re: [easybuild] caffe/mxnet/tensorflow easyconfigs

2016-10-18 Thread Vanzo, Davide
Hi all, glad to hear there is somebody else interested in building DNN training software with EB. I will be working on that too so please keep me in the loop and I will be glad to help out. -- Davide Vanzo, PhD Application Developer Adjunct Assistant Professor of Chemical and Biomolecular

Re: [easybuild] caffe/mxnet/tensorflow easyconfigs

2016-10-18 Thread Peretti-Pezzi Guilherme
Hi We used EB for all the dependencies (Python, Swig, PCRE, Bazel) when building a GPU-enabled TF 0.9.0 on our Cray systems. Building TF itself required a couple of ugly tweaks (see [1]), I was not convinced that it would work so I didn’t bother to create the .eb for that. So far the users

Re: [easybuild] caffe/mxnet/tensorflow easyconfigs

2016-10-18 Thread Jack Perdue
Feel free to email me off list about problems with the first Caffe.eb. I'm curous. Jack Perdue Lead Systems Administrator High Performance Research Computing TAMU Division of Research j-per...@tamu.eduhttp://hprc.tamu.edu HPRC Helpdesk: h...@hprc.tamu.edu On 10/18/2016 05:50 AM, Erik