Bernard As a general work-around for make: You can use the option "-k" ("keep going") to make. This makes make continue after errors. Of course, the thing it couldn't build won't be build, and other things that depend on the broken one also won't be built, but other independent targets will still be built. In your case, it is likely that all other utilities would have been built except RNS.
-erik On Wed, Sep 18, 2019 at 12:14 PM Bernard Kelly <physicsbe...@gmail.com> wrote: > > Hi. I have a working recent release of the ET (2019_03) that compiles > & runs fine, but which fails when I try to build the associated > utilities: > > --------------------- > >make sim-utils > > Building utilities for sim > make[1]: *** No rule to make target > '/nobackupp2/bjkelly1/codes/Cactus/exe/sim/RNS', needed by 'utils'. > Stop. > Makefile:872: recipe for target 'sim-utils' failed > --------------------- > > I'm left with about 50% of the utilities --- basically everything > through "hdf5tobinary_slicer". But "hwloc-assembler" and all the other > hwloc-related utilities haven't built. > > I have the ET_2018_03 release on the same machine, and that builds > both the primary executable *and* all the utilities with no issues, > even though the compilation options are identical between the two. > > Possibly relevant: > > (1) I don't know what the RNS refers to, but I am including the thorn > GSFC_GRMHD_Initial/RNSID in my configuration (both old and new). > > (2) One difference between old and new configurations is that I'm not > compiling CactusUtils/SystemTopology, as that gives me link-time > errors with hwloc. > > Bernard > > -- > ------------------------------------------------------------------ > Bernard Kelly -- CRESST Assistant Research Scientist, NASA/GSFC > Gravitational Astrophysics Laboratory --- Code 663 > > Phone: +1 (301) 286-7243 *** Fax: +1 (301) 286-2226 > Web: http://science.gsfc.nasa.gov/sed/bio/bernard.j.kelly > ORCID: orcid.org/0000-0002-3326-4454 > ------------------------------------------------------------------ > _______________________________________________ > Users mailing list > Users@einsteintoolkit.org > http://lists.einsteintoolkit.org/mailman/listinfo/users -- Erik Schnetter <schnet...@gmail.com> http://www.perimeterinstitute.ca/personal/eschnetter/ _______________________________________________ Users mailing list Users@einsteintoolkit.org http://lists.einsteintoolkit.org/mailman/listinfo/users