Re: [easybuild] Configure error when building openmpi-2.1.1 with ClangGCC

2018-09-20 Thread Kenneth Hoste
Hi Victor, The actual error will be hidden in the config.log file that should be in the build directory (in this case, in /software/easybuild/build/OpenMPI/2.1.1/ClangGCC-2017b/openmpi-2.1.1). regards, Kenneth On 20/09/2018 12:22, Victor Koppejan - TNW wrote: Hi everyone, I'm trying

Re: [easybuild] Configure error when building openmpi-2.1.1 with ClangGCC

2018-09-20 Thread Åke Sandgren
Or, more easily, install the buildenv package for that toolchain and load buildenv before running configure. On 09/20/2018 12:32 PM, Alan O'Cais wrote: > Dear Victor, > > When you run the configure command by hand you should also have set the > environment variables that are used by the

Re: [easybuild] Configure error when building openmpi-2.1.1 with ClangGCC

2018-09-20 Thread Alan O'Cais
Dear Victor, When you run the configure command by hand you should also have set the environment variables that are used by the ConfigureMake easyblock. One way to see what these are is with: eb -x OpenMPI-2.1.1-ClangGCC-2017b.eb the config.log should then help you diagnose the problem. Kind