error: Unable to find file or target named
error: '/mpi//mpi'
error: referred to from project at
error: 'libs/mpi/build'
src/repast_hpc/GridComponents.cpp:165:64: error: use of undeclared identifier 'DBL_MAX'
if(out[i] >= maxs[i]) out[i] = nextafter(maxs[i], -DBL_MAX);
^
src/repast_hpc/GridComponents.cpp:166:64: error: use of undeclared identifier 'DBL_MAX'
else if(out[i] < mins[i]) out[i] = nextafter(mins[i], DBL_MAX);
Using install.sh from MANUAL_INSTALL directory results in several errors with:
install.sh, the mpi compiler wrappers may not be found, resulting in errors like:configure: error: cannot not find the flags to link with Boost mpiwhen trying./install.sh rhpcSpecific to M1 -
-a64(once a new boost is used to avoid the above problem)