We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling MPICH 4.1.2 against slurm 23-11-0-1 fails with the following error:
libtool: compile: cc -DHAVE_CONFIG_H -I. -I./include -I/usr/ports/net/mpich/work/mpich-4.1.2/src/pmi/src -I/usr/ports/net/mpich/work/mpich-4.1.2/src/mpl/include -I/usr/ports/net/mpich/work/mpich-4.1.2/src/mpl/include -I./lib -I./lib/tools/topo -I./lib/tools/bootstrap/include -I./lib/tools/bootstrap/utils -I./lib/tools/bootstrap/persist -I./lib/tools/demux -isystem /usr/local/include -I/usr/local/include -DNETMOD_INLINE=__netmod_inline_ofi__ -I/usr/local/include/json-c -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -g -MT lib/tools/bootstrap/external/ll_launch.lo -MD -MP -MF lib/tools/bootstrap/external/.deps/ll_launch.Tpo -c lib/tools/bootstrap/external/ll_launch.c -fPIC -DPIC -o lib/tools/bootstrap/external/.libs/ll_launch.o --- lib/tools/bootstrap/external/slurm_query_node_list.lo --- lib/tools/bootstrap/external/slurm_query_node_list.c:29:16: error: variable has incomplete type 'hostlist_t' (aka 'struct hostlist') hostlist_t hostlist; ^ /usr/local/include/slurm/slurm.h:1221:16: note: forward declaration of 'struct hostlist' typedef struct hostlist hostlist_t; ^ 1 error generated.
The text was updated successfully, but these errors were encountered:
Same error with 4.2.0b1.
Sorry, something went wrong.
net/mpich: fix with Slurm-23.11.1
141ef0c
See <pmodels/mpich#6806>. Patch from <pmodels/mpich#6820>.
Successfully merging a pull request may close this issue.
Compiling MPICH 4.1.2 against slurm 23-11-0-1 fails with the following error:
The text was updated successfully, but these errors were encountered: