[gem5-users] init-file parser has trouble with comments

2021-07-01 Thread Inman, Jeff via gem5-users
Comments (lines beginning with '#') at the beginning seem fine, but further down in the file they cause a line to be printed "Can't parse .ini line [...]", and the run is aborted. Thanks, Jeff -- Jeff Inman High-Performance Computing (HPC-ENV) Ultrascale Systems Research Center Los Alamos Nati

[gem5-users] Early append of python link-flags shadows LD_LIBRARY_PATH and LDFLAGS_EXTRA for Linux build

2021-05-13 Thread Inman, Jeff via gem5-users
When building on RHEL7, in the case where python has not been suppressed via '--without-python' (i.e. USE_PYTHON is true), the SConstruct file uses 'python[3]-config --libs --embed' or 'python[3]-config --ldflags' to get a list of tokens. It then selects anything not starting with '-l' to appen