<div dir="ltr">To whom it may concern, <div>I am attempting to set up the CCSN_WL simulation with the -debug option enabled durring setup, and I get the following error message.</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>A setup internal error has occured, if possible please email the following</div><div>debugging info to <a href="mailto:flash-x-users@lists.cels.anl.gov">flash-x-users@lists.cels.anl.gov</a></div><div>Arguments: ['/home/colter/Flash-X/bin/setup.py', 'CCSN_WL', '-auto', '-1d', '+spherical', '-objdir=ccsn1d_wl', '-nxb=16', 'threadBlockList=False', '+pm4dev', '+hdf5', 'threadWithinBlock=False', '+newMpole', '+uhd', '-debug', '+mode1', '-parfile=ccsn1d.par']</div><div>Python Version: 3.8.10</div><div>Platform Details: linux</div><div>Traceback (most recent call last):</div><div>  File "/home/colter/Flash-X/bin/setup.py", line 317, in <module></div><div>    raise e</div><div>  File "/home/colter/Flash-X/bin/setup.py", line 302, in <module></div><div>    main()</div><div>  File "/home/colter/Flash-X/bin/setup.py", line 222, in main</div><div>    generateMakefile(configInfo, machDir)</div><div>  File "/home/colter/Flash-X/bin/genFiles.py", line 539, in generateMakefile</div><div>    flagRedirect = setRedirectFlags('Makefile.h', GVars.buildFlag, </div><div>  File "/home/colter/Flash-X/bin/genFiles.py", line 658, in setRedirectFlags</div><div>    libFlags = libConfigInfo.getLibFlags(lib, buildFlag=buildFlag,</div><div>  File "/home/colter/Flash-X/bin/libUtils.py", line 145, in getLibFlags</div><div>    self.makeBinary(libDir,base,makefilename)</div><div>  File "/home/colter/Flash-X/bin/libUtils.py", line 245, in makeBinary</div><div>    status = subprocess.check_call('./build.sh', shell=False)</div><div>  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call</div><div>    raise CalledProcessError(retcode, cmd)</div><div>subprocess.CalledProcessError: Command './build.sh' returned non-zero exit status 2.</div></blockquote><div><div><br></div><div>Oddly, when I do not include the -debug flag, the simulation works perfect. </div><div><br></div><div>I have also included the git diff below so you can see the changes. </div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>diff --git a/bin/setup.py b/bin/setup.py</div></div><div><div>index 4cc5d224..16a5e97a 100755</div></div><div><div>--- a/bin/setup.py</div></div><div><div>+++ b/bin/setup.py</div></div><div><div>@@ -1,4 +1,4 @@</div></div><div><div>-#!/usr/bin/env python</div></div><div><div>+#!/usr/bin/env python3</div></div><div><div> </div></div><div><div> import os, sys, string, re, time, shutil, types, glob, socket, math</div></div><div><div> </div></div><div><div>diff --git a/lib/thornado/source b/lib/thornado/source</div></div><div><div>index 63bbac76..fa3baef7 160000</div></div><div><div>--- a/lib/thornado/source</div></div><div><div>+++ b/lib/thornado/source</div></div><div><div>@@ -1 +1 @@</div></div><div><div>-Subproject commit 63bbac76b29c56b55402950d703680a59c06f2b9</div></div><div><div>+Subproject commit fa3baef76c73cdb72e5d502fdd4834e2bf5ba709</div></div><div><div>diff --git a/source/Grid/GridMain/AMR/Paramesh4/PM4_package b/source/Grid/GridMain/AMR/Paramesh4/PM4_package</div></div><div><div>index b277e6d4..b13a873e 160000</div></div><div><div>--- a/source/Grid/GridMain/AMR/Paramesh4/PM4_package</div></div><div><div>+++ b/source/Grid/GridMain/AMR/Paramesh4/PM4_package</div></div><div><div>@@ -1 +1 @@</div></div><div><div>-Subproject commit b277e6d48ec98c23669b07d2e72624a1122d0252</div></div><div><div>+Subproject commit b13a873e10a4e9757eb0e64075f2ffe6fdb2acfe</div></div><div><div>diff --git a/source/Simulation/SimulationMain/CCSN_WL/Config b/source/Simulation/SimulationMain/CCSN_WL/Config</div></div><div><div>index 8beb1a2a..648b2719 100644</div></div><div><div>--- a/source/Simulation/SimulationMain/CCSN_WL/Config</div></div><div><div>+++ b/source/Simulation/SimulationMain/CCSN_WL/Config</div></div><div><div>@@ -4,7 +4,7 @@ REQUIRES Driver</div></div><div><div> REQUIRES Grid</div></div><div><div> REQUIRES physics/Hydro/HydroMain </div></div><div><div> REQUIRES physics/Eos/EosMain/WeakLib</div></div><div><div>-REQUESTS physics/sourceTerms/Burn/BurnMain/nuclearBurn</div></div><div><div>+#REQUESTS physics/sourceTerms/Burn/BurnMain/nuclearBurn</div></div><div><div> REQUESTS physics/Gravity/GravityMain/Poisson/Multipole</div></div><div><div> </div></div><div><div> # params for 1D initialization</div></div></blockquote><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Thank you,<div>Colter Richardson</div><div><br></div><div>University of Tennessee, Knoxville</div><div>Physics Graduate Student</div><div><a href="mailto:cricha80@vols.utk.edu" target="_blank">cricha80@vols.utk.edu</a></div><div><br></div></div></div></div></div>