easybuilders / easybuild-easyconfigs

A collection of easyconfig files that describe which software to build using which build options with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
373 stars 699 forks source link

WRF-3.5.1-goolf-1.4.10-dmpar.eb test error #4124

Open koallen opened 7 years ago

koallen commented 7 years ago

I'm just testing our Easybuild following the typical workflow example. Compiling all the dependencies for WRF-3.5.1-goolf-1.4.10-dmpar.eb is all good. However, when it actually compiles WRF, it seems that it compiles pretty fast and then it gives me the following error

== FAILED: Installation ended unsuccessfully (build directory: /home/siyuan/.local/easybuild/software/WRF/3.5.1-goolf-1.4.10-dmpar): build failed (first 300 chars): cmd "ulimit -s unlimited && mpirun -n 1 ./ideal.exe && mpirun -n 11 ./wrf.exe" exited with exitcode 131 and output:
--------------------------------------------------------------------------
mpirun was unable to launch the specified application as it could not access
or execute an executable:

Execu

So I could locate wrf.exe, but not ideal.exe. I guess it's not built at all?

boegel commented 7 years ago

Looks like this one went under our radar...

@koallen You should check the EasyBuild log file for error during the build, it's indeed possible that the compilation failed but the executed commands exited 'nicely' with a zero exit code (so eb doesn't see something went wrong).