Maria This error message means that thorn NullHyperID schedules a Fortran routine called nullhyperid_carttostereo, but no such Fortran routine exists. Most likely there is either a spelling error, or its source file has not been added to the makefile, or the routine is a C routine instead, or make is confused and needs a "make clean" to get back on track.
The warning means that you did not include thorn MoL into your thorn list. If that is intentional, then you can ignore it safely. -erik On Tue, Feb 14, 2017 at 10:51 PM, Hamilton, Maria <[email protected]> wrote: > Hello, > > I would really appreciate some help with a relatively simple problem. > I am encountering this when trying to compile a simple arrangement on a > mac: > Undefined symbols for architecture x86_64: > "_nullhyperid_carttostereo_", referenced from: > _CCTKi_BindingsSchedule_NullHyperID in libthorn_CactusBindings.a( > ScheduleNullHyperID.c.o) > ld: symbol(s) not found for architecture x86_64 > collect2: error: ld returned 1 exit status > Also, I have a series of warnings: > CST warning: > -> Scheduling routine ADMBase_Boundaries from thorn ADMBase in > non-existent group or timebin MoL_PostStep > …. > > Thanks, > Maria > _______________________________________________ > Users mailing list > [email protected] > http://lists.einsteintoolkit.org/mailman/listinfo/users > -- Erik Schnetter <[email protected]> http://www.perimeterinstitute.ca/personal/eschnetter/
_______________________________________________ Users mailing list [email protected] http://lists.einsteintoolkit.org/mailman/listinfo/users
