You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /usr/ports/misc/lbann/work/lbann-caa8e5d/src/objective_functions/weight_regularization/l2.cpp:27:
In file included from /usr/ports/misc/lbann/work/lbann-caa8e5d/include/lbann/objective_functions/weight_regularization/l2.hpp:30:
/usr/ports/misc/lbann/work/lbann-caa8e5d/include/lbann/comm_nb_request.hpp:80:3: error: unknown type name 'MPI_Request'
MPI_Request raw_mpi_req = MPI_REQUEST_NULL;
^
include/lbann/comm_nb_request.hpp is missing the mpi.h include.
include/lbann/comm_nb_request.hpp is missing the mpi.h include.
This patch fixes this error:
Version: 0.104
clang-18
FreeBSD 14.2
The text was updated successfully, but these errors were encountered: