<div dir="ltr">Dear FlashX users,<br>After successful setup of 1D core collapse supernova with weaklib and thornado library (./setup CCSN_WL_Transport -auto -1d +spherical -nxb=16 nE=16 swE=1 nSpecies=2 nNodes=2 nMoments=4 momentClosure=MINERBO thorandoOrder=ORDER_V -parfile=flash.par -objdir=WLTransport_WH07_spark +newMpole +spark +thornado +weaklib), I tried to compile it but then faced the following error:<br>--------------------------<br><b>/usr/bin/ld: Simulation_initBlock.o: in function `simulation_initblock_':<br>/home/taghinia/FX/WLTransport_WH07_spark/Simulation_initBlock.F90:369: undefined reference to `renorm_mass_ye_'<br>collect2: error: ld returned 1 exit status<br>make: *** [Makefile:320: flashx] Error 1<br></b>-------------------------<br>As I noticed in the <b>Simulation_initBlock.F90</b> the <b>renorm_mass_ye</b> is a subroutine which is defined if <b>FLASH_MULTISPECIES</b> is present. so changing the Config file and uncommenting the <b>#REQUIRES Multispecies </b>did not help and comes with this error:<br>------------------------------------<br><b>chimera_model.F90:472:72:<br><br>  472 |       call Multispecies_getProperty(SPECIES_BEGIN + (i-1), A, aflash)<br>      |                                                                        1<br>Error: Symbol ‘a’ at (1) has no IMPLICIT type<br>chimera_model.F90:473:72:<br><br>  473 |       call Multispecies_getProperty(SPECIES_BEGIN + (i-1), Z, zflash)<br>      |                                                                        1<br>Error: Symbol ‘z’ at (1) has no IMPLICIT type<br>make: *** [Makefile:114: chimera_model.mod] Error 1<br>make: *** Waiting for unfinished jobs....<br>amr_check_refine.F90:291:0:</b><br><b><br>  291 |             if (neigh(1,jr,i).gt.0) then<br>      | <br>Warning: ‘jr’ may be used uninitialized in this function [-Wmaybe-uninitialized]</b><div>---------------------------------------------------<br>Does anyone have any idea how to solve this issue?<br><br>Best,<br>Kiya</div></div>