Dear Inge, if it's a one time thing one would simply add a patch to change the makefile and rebuild from scratch, but a while back I tried to address the issue of my users using easybuild to build while developing, in which case the penalty for rebuilding from scratch is even higher.
If you're interested, see https://github.com/easybuilders/easybuild-framework/pull/2385. In many cases it's much simpler to use the environment from --dump-env-script, but for instance when the easyblock does a lot of stuff, something like this --continue would be useful. My two (sing)cents, Miguel On Wed, 24 Apr 2019, 20:55 Inge Gutheil, <[email protected]> wrote: > Hello, > I have a problem that I think is not so exotic that there is no solution > for it, so maybe someone can help me. During build of MUMPS-5.1.2 with > intel compilers 2019.3.199 I get the following error: > mpiifort -O2 -xMIC-AVX512 -ftz -fp-speculation=safe -fp-model source > -fopenmp -fPIC -mt_mpi -Dintel_ -DALLOW_NON_INIT -nofor-main > > -I/usr/local/software/jurecabooster/Stages/Devel-2019a/software/SCOTCH/6.0.6-iimpi-2019a/include > -Dpord -Dptscotch -Dparmetis -I. -I../include -c zsol_aux.F -o zsol_aux.o > 04010002_12261 > > zsol_aux.F(630): catastrophic error: **Internal compiler error: internal > abort** Please report this error along with the circumstances in which > it occurred in a Software Problem Report. Note: File and line given may > not be explicit cause of this error. > compilation aborted for zsol_aux.F (code 1) > make[3]: *** [zsol_aux.o] Error 1 > make[3]: Leaving directory > `/dev/shm/mathprod/MUMPS/5.1.2/intel-2019a/MUMPS_5.1.2/src' > > I can compile that routine if I omit -xMIC-AVX512, so during > installation without easybuild I would do so and continue make. With > easybuild I found that easybuild started from the beginning and thus the > already compiled parts were lost. Is there a way to restart with > everything that is already there in > dev/shm/mathprod/MUMPS/5.1.2/intel-2019a/MUMPS_5.1.2/src ? > > Regards > Inge Gutheil > > -- > > Inge Gutheil > Juelich Supercomputing Centre > Institute for Advanced Simulation > Forschungszentrum Juelich GmbH > 52425 Juelich, Germany > > Phone: +49-2461-61-3135 > Fax: +49-2461-61-6656 > E-mail:[email protected] > >

