[mpich-discuss] MPICH build errors, cannot find -levent(_pthreads)

Sajid Ali sajidsyed2021 at u.northwestern.edu
Tue Mar 17 10:46:38 CDT 2020


Hi MPICH-developers,

I’m seeing a build error for mpich-3.3.2 on a cluster using gcc-9.3.0. I
tried installing mpich using spack while linking against ucx and pmix
installed by sysadmins at /usr/local. The error is as follows :

  >> 14144    /usr/bin/ld: cannot find -levent
  >> 14145    /usr/bin/ld: cannot find -levent_pthreads
  >> 14146    collect2: error: ld returned 1 exit status
  >> 14147    make[2]: *** [lib/libmpi.la] Error 1
     14148    make[2]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-
              mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src'
  >> 14149    make[1]: *** [all-recursive] Error 1
     14150    make[1]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-
              mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src'
  >> 14151    make: *** [all] Error 2

I’m attaching all the spack logs (build-env, build-out and config-args).
Let me know if there is any log file that I can send to help debug the
issue.

Thanks in advance for the help and hope everyone is staying safe from the
virus!
PS: I sent this email with config.log before but it didn't go through,
hence I'm sending it again without it. Please feel free to delete/reject
the first one.

-- 
Sajid Ali | PhD Candidate
Applied Physics
Northwestern University
s-sajid-ali.github.io
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20200317/af301abd/attachment-0001.html>
-------------- next part --------------
--enable-shared --with-pm=hydra --enable-romio --without-ibverbs --enable-wrapper-rpath=yes --with-slurm=yes --with-slurm-include=/usr/include --with-slurm-lib=/usr/lib --with-pmix=/usr/local/pmix-3.1.5 --with-device=ch4:ucx --with-ucx=/usr/local/ucx-1.7.0
-------------- next part --------------
ACLOCAL_PATH=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/share/aclocal:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/share/aclocal:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/share/aclocal:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/pkgconf-1.6.3-nqkskztrm75ciswtcg3bmf5c7vlcf6li/share/aclocal:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libtool-2.4.6-iig5xo5ejkggo2krfffvs3ii2tndrgqo/share/aclocal:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/util-macros-1.19.1-7luunypzpvxfi42hpdjd4cpe3paxhf5i/share/aclocal; export ACLOCAL_PATH
function ml() {  eval $($LMOD_DIR/ml_cmd "$@")
}; export -f ml
function module() {  eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh)
}; export -f module
function spack() {  if [ -n "${LD_LIBRARY_PATH-}" ]; then
 export SPACK_LD_LIBRARY_PATH=$LD_LIBRARY_PATH;
 fi;
 if [ -n "${DYLD_LIBRARY_PATH-}" ]; then
 export SPACK_DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH;
 fi;
 if [ -n "${ZSH_VERSION:-}" ]; then
 emulate -L sh;
 fi;
 _sp_flags="";
 while [ ! -z ${1+x} ] && [ "${1#-}" != "${1}" ]; do
 _sp_flags="$_sp_flags $1";
 shift;
 done;
 if [ -n "$_sp_flags" ] && [ "${_sp_flags#*h}" != "${_sp_flags}" ] || [ "${_sp_flags#*V}" != "${_sp_flags}" ]; then
 command spack $_sp_flags "$@";
 return;
 fi;
 _sp_subcommand="";
 if [ ! -z ${1+x} ]; then
 _sp_subcommand="$1";
 shift;
 fi;
 case $_sp_subcommand in 
 "cd")
 _sp_arg="";
 if [ -n "$1" ]; then
 _sp_arg="$1";
 shift;
 fi;
 if [ "$_sp_arg" = "-h" ] || [ "$_sp_arg" = "--help" ]; then
 command spack cd -h;
 else
 LOC="$(spack location $_sp_arg "$@")";
 if [ -d "$LOC" ]; then
 cd "$LOC";
 else
 return 1;
 fi;
 fi;
 return
 ;;
 "env")
 _sp_arg="";
 if [ -n "$1" ]; then
 _sp_arg="$1";
 shift;
 fi;
 if [ "$_sp_arg" = "-h" ] || [ "$_sp_arg" = "--help" ]; then
 command spack env -h;
 else
 case $_sp_arg in 
 activate)
 _a="$@";
 if [ -z ${1+x} ] || [ "${_a#*--sh}" != "$_a" ] || [ "${_a#*--csh}" != "$_a" ] || [ "${_a#*-h}" != "$_a" ]; then
 command spack env activate "$@";
 else
 eval $(command spack $_sp_flags env activate --sh "$@");
 fi
 ;;
 deactivate)
 _a="$@";
 if [ "${_a#*--sh}" != "$_a" ] || [ "${_a#*--csh}" != "$_a" ]; then
 command spack env deactivate "$@";
 else
 if [ -n "$*" ]; then
 command spack env deactivate -h;
 else
 eval $(command spack $_sp_flags env deactivate --sh);
 fi;
 fi
 ;;
 *)
 command spack env $_sp_arg "$@"
 ;;
 esac;
 fi;
 return
 ;;
 "load" | "unload")
 _a=" $@";
 if [ "${_a#* --sh}" != "$_a" ] || [ "${_a#* --csh}" != "$_a" ] || [ "${_a#* -h}" != "$_a" ] || [ "${_a#* --help}" != "$_a" ]; then
 command spack $_sp_flags $_sp_subcommand "$@";
 else
 eval $(command spack $_sp_flags $_sp_subcommand --sh "$@" ||                     echo "return 1");
 fi
 ;;
 *)
 command spack $_sp_flags $_sp_subcommand "$@"
 ;;
 esac
}; export -f spack
BASH_MYENV=/software/lmod/lmod/init/bash; export BASH_MYENV
CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc; export CC
CMAKE_PREFIX_PATH=/usr/local/pmix-3.1.5:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libpciaccess-0.13.5-3vvdpueqlwuuompzmcoemvdctqxm7a5p:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libiconv-1.16-5ie7os6e6p43qzvyeb6ld4k3oxhzplnp:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/findutils-4.6.0-njvvmfjy2zzf3git6yb2zbcwgbu55dlj:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/pkgconf-1.6.3-nqkskztrm75ciswtcg3bmf5c7vlcf6li:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/xz-5.2.4-ehsbdo6ranbf67jqnsvr3puubbuyiulj:/usr/local/ucx-1.7.0:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/zlib-1.2.11-6yl6zr45xtogzoribyfvfz5jscepiaoi:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p; export CMAKE_PREFIX_PATH
CVS_RSH=ssh; export CVS_RSH
CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++; export CXX
F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran; export F77
FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran; export FC
FNP_IP_ENV=1; export FNP_IP_ENV
HISTCONTROL=ignoredups; export HISTCONTROL
HISTSIZE=1000; export HISTSIZE
HISTTIMEFORMAT='%d/%m/%y %T '; export HISTTIMEFORMAT
HOME=/home/sas4990; export HOME
HOSTNAME=quser10; export HOSTNAME
KDEDIRS=/usr; export KDEDIRS
KRB5CCNAME=FILE:/tmp/krb5cc_1457_5J7Mgr; export KRB5CCNAME
LANG=C.UTF-8; export LANG
LC_ALL=C; export LC_ALL
LESSOPEN='||/usr/bin/lesspipe.sh %s'; export LESSOPEN
LMOD_ADMIN_FILE=/software/lmod/lmod/list/admin.list; export LMOD_ADMIN_FILE
LMOD_CMD=/software/lmod/lmod/libexec/lmod; export LMOD_CMD
LMOD_DIR=/software/lmod/lmod/libexec; export LMOD_DIR
LMOD_PACKAGE_PATH=/software/lmod/lmod/SitePackage; export LMOD_PACKAGE_PATH
LMOD_PAGER=''; export LMOD_PAGER
LMOD_PKG=/software/lmod/lmod; export LMOD_PKG
LMOD_SETTARG_FULL_SUPPORT=no; export LMOD_SETTARG_FULL_SUPPORT
LMOD_VERSION=7.7.14; export LMOD_VERSION
LOADEDMODULES=libbsd/0.10.0-gcc-4.8.5-xrhwkqs:expat/2.2.9-gcc-4.8.5-3hbyq45:libunistring/0.9.10-gcc-4.8.5-4cxbq5y:libidn2/2.1.1a-gcc-4.8.5-ueld4b3:zlib/1.2.11-gcc-4.8.5-dy4p76t:openssl/1.1.1d-gcc-4.8.5-lsvg4iu:ncurses/6.1-gcc-4.8.5-6a5z5vm:libxml2/2.9.9-gcc-4.8.5-ger6ua5:bzip2/1.0.8-gcc-4.8.5-3vt4urt:xz/5.2.4-gcc-4.8.5-4w7doan:tar/1.32-gcc-4.8.5-zg3tiwq:gettext/0.20.1-gcc-4.8.5-t5od5nq:readline/8.0-gcc-4.8.5-jvyyvba:gdbm/1.18.1-gcc-4.8.5-t77eh6k:perl/5.30.1-gcc-4.8.5-3e6r2ax:libiconv/1.16-gcc-4.8.5-jeuhkj4:curl/7.68.0-gcc-4.8.5-7cuowhc:pcre2/10.31-gcc-4.8.5-5affzto:git/2.25.0-gcc-4.8.5-iwvthfw; export LOADEDMODULES
LOGNAME=sas4990; export LOGNAME
LS_COLORS='rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:'; export LS_COLORS
MAIL=/var/spool/mail/sas4990; export MAIL
MANPATH=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/git-2.25.0-iwvthfw7avcq2vybtav6w35ffparwng3/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/tar-1.32-zg3tiwq3wqfj6nuu23cdufi3yuqcpwwj/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/share/man:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/share/man; export MANPATH
MODULEPATH=/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-haswell:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-x86_64:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge:/software/Modules/3.2.9/modulefiles; export MODULEPATH
MODULEPATH_ROOT=/software/Modules/lmod/7.7.14/modulefiles; export MODULEPATH_ROOT
MODULESHOME=/software/lmod/lmod; export MODULESHOME
PATH=/home/sas4990/packages/spack/lib/spack/env/gcc:/home/sas4990/packages/spack/lib/spack/env/case-insensitive:/home/sas4990/packages/spack/lib/spack/env:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/bin:/usr/local/ucx-1.7.0/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/pkgconf-1.6.3-nqkskztrm75ciswtcg3bmf5c7vlcf6li/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/findutils-4.6.0-njvvmfjy2zzf3git6yb2zbcwgbu55dlj/bin:/usr/local/pmix-3.1.5/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/bin:/usr/local/ucx-1.7.0/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/pkgconf-1.6.3-nqkskztrm75ciswtcg3bmf5c7vlcf6li/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/findutils-4.6.0-njvvmfjy2zzf3git6yb2zbcwgbu55dlj/bin:/usr/local/pmix-3.1.5/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/git-2.25.0-iwvthfw7avcq2vybtav6w35ffparwng3/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/tar-1.32-zg3tiwq3wqfj6nuu23cdufi3yuqcpwwj/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/bin:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/bin:/home/sas4990/packages/spack/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/home/sas4990/.local/bin:/home/sas4990/bin; export PATH
PKG_CONFIG_PATH=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/zlib-1.2.11-6yl6zr45xtogzoribyfvfz5jscepiaoi/lib/pkgconfig:/usr/local/ucx-1.7.0/lib64/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/xz-5.2.4-ehsbdo6ranbf67jqnsvr3puubbuyiulj/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/pkgconf-1.6.3-nqkskztrm75ciswtcg3bmf5c7vlcf6li/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libpciaccess-0.13.5-3vvdpueqlwuuompzmcoemvdctqxm7a5p/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/lib/pkgconfig:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/lib/pkgconfig; export PKG_CONFIG_PATH
#PWD=/home/sas4990; export PWD
QTDIR=/usr/lib64/qt-3.3; export QTDIR
QTINC=/usr/lib64/qt-3.3/include; export QTINC
QTLIB=/usr/lib64/qt-3.3/lib; export QTLIB
QT_GRAPHICSSYSTEM_CHECKED=1; export QT_GRAPHICSSYSTEM_CHECKED
QT_PLUGIN_PATH=/usr/lib64/kde4/plugins:/usr/lib/kde4/plugins; export QT_PLUGIN_PATH
SHELL=/bin/bash; export SHELL
SHLVL=2; export SHLVL
SLURMD_NODENAME=qnode5038; export SLURMD_NODENAME
SLURM_CLUSTER_NAME=quest; export SLURM_CLUSTER_NAME
SLURM_CONF=/etc/slurm/slurm.conf; export SLURM_CONF
SLURM_CPUS_ON_NODE=1; export SLURM_CPUS_ON_NODE
SLURM_GTIDS=0; export SLURM_GTIDS
SLURM_JOBID=384; export SLURM_JOBID
SLURM_JOB_ACCOUNT=p30157; export SLURM_JOB_ACCOUNT
SLURM_JOB_CPUS_PER_NODE=1; export SLURM_JOB_CPUS_PER_NODE
SLURM_JOB_GID=2242; export SLURM_JOB_GID
SLURM_JOB_ID=384; export SLURM_JOB_ID
SLURM_JOB_NAME=bash; export SLURM_JOB_NAME
SLURM_JOB_NODELIST=qnode5038; export SLURM_JOB_NODELIST
SLURM_JOB_NUM_NODES=1; export SLURM_JOB_NUM_NODES
SLURM_JOB_PARTITION=short; export SLURM_JOB_PARTITION
SLURM_JOB_QOS=normal; export SLURM_JOB_QOS
SLURM_JOB_UID=1457; export SLURM_JOB_UID
SLURM_JOB_USER=sas4990; export SLURM_JOB_USER
SLURM_LAUNCH_NODE_IPADDR=172.20.4.10; export SLURM_LAUNCH_NODE_IPADDR
SLURM_LOCALID=0; export SLURM_LOCALID
SLURM_NNODES=1; export SLURM_NNODES
SLURM_NODEID=0; export SLURM_NODEID
SLURM_NODELIST=qnode5038; export SLURM_NODELIST
SLURM_NPROCS=1; export SLURM_NPROCS
SLURM_NTASKS=1; export SLURM_NTASKS
SLURM_PRIO_PROCESS=0; export SLURM_PRIO_PROCESS
SLURM_PROCID=0; export SLURM_PROCID
SLURM_PTY_PORT=39705; export SLURM_PTY_PORT
SLURM_PTY_WIN_COL=167; export SLURM_PTY_WIN_COL
SLURM_PTY_WIN_ROW=36; export SLURM_PTY_WIN_ROW
SLURM_SCRIPT_CONTEXT=prolog_srun; export SLURM_SCRIPT_CONTEXT
SLURM_SRUN_COMM_HOST=172.20.4.10; export SLURM_SRUN_COMM_HOST
SLURM_SRUN_COMM_PORT=35436; export SLURM_SRUN_COMM_PORT
SLURM_STEPID=0; export SLURM_STEPID
SLURM_STEP_ID=0; export SLURM_STEP_ID
SLURM_STEP_LAUNCHER_PORT=35436; export SLURM_STEP_LAUNCHER_PORT
SLURM_STEP_NODELIST=qnode5038; export SLURM_STEP_NODELIST
SLURM_STEP_NUM_NODES=1; export SLURM_STEP_NUM_NODES
SLURM_STEP_NUM_TASKS=1; export SLURM_STEP_NUM_TASKS
SLURM_STEP_TASKS_PER_NODE=1; export SLURM_STEP_TASKS_PER_NODE
SLURM_SUBMIT_DIR=/home/sas4990; export SLURM_SUBMIT_DIR
SLURM_SUBMIT_HOST=quser10; export SLURM_SUBMIT_HOST
SLURM_TASKS_PER_NODE=1; export SLURM_TASKS_PER_NODE
SLURM_TASK_PID=27524; export SLURM_TASK_PID
SLURM_TOPOLOGY_ADDR=qnode5038; export SLURM_TOPOLOGY_ADDR
SLURM_TOPOLOGY_ADDR_PATTERN=node; export SLURM_TOPOLOGY_ADDR_PATTERN
SLURM_UMASK=0002; export SLURM_UMASK
SLURM_WORKING_CLUSTER=quest:172.20.4.10:6817:8960:101; export SLURM_WORKING_CLUSTER
SPACK_CC=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/bin/gcc; export SPACK_CC
SPACK_CC_RPATH_ARG=-Wl,-rpath,; export SPACK_CC_RPATH_ARG
SPACK_COMPILER_IMPLICIT_RPATHS=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib64; export SPACK_COMPILER_IMPLICIT_RPATHS
SPACK_COMPILER_SPEC=gcc at 9.3.0; export SPACK_COMPILER_SPEC
SPACK_CXX=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/bin/g++; export SPACK_CXX
SPACK_CXX_RPATH_ARG=-Wl,-rpath,; export SPACK_CXX_RPATH_ARG
SPACK_DEBUG_LOG_DIR=/home/sas4990; export SPACK_DEBUG_LOG_DIR
SPACK_DEBUG_LOG_ID=mpich-no52nug; export SPACK_DEBUG_LOG_ID
SPACK_DTAGS_TO_ADD=--disable-new-dtags; export SPACK_DTAGS_TO_ADD
SPACK_DTAGS_TO_STRIP=--enable-new-dtags; export SPACK_DTAGS_TO_STRIP
SPACK_ENV_PATH=/home/sas4990/packages/spack/lib/spack/env:/home/sas4990/packages/spack/lib/spack/env/case-insensitive:/home/sas4990/packages/spack/lib/spack/env/gcc; export SPACK_ENV_PATH
SPACK_F77=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/bin/gfortran; export SPACK_F77
SPACK_F77_RPATH_ARG=-Wl,-rpath,; export SPACK_F77_RPATH_ARG
SPACK_FC=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/bin/gfortran; export SPACK_FC
SPACK_FC_RPATH_ARG=-Wl,-rpath,; export SPACK_FC_RPATH_ARG
SPACK_INCLUDE_DIRS=/usr/local/pmix-3.1.5/include:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libpciaccess-0.13.5-3vvdpueqlwuuompzmcoemvdctqxm7a5p/include:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libiconv-1.16-5ie7os6e6p43qzvyeb6ld4k3oxhzplnp/include:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/xz-5.2.4-ehsbdo6ranbf67jqnsvr3puubbuyiulj/include:/usr/local/ucx-1.7.0/include:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/zlib-1.2.11-6yl6zr45xtogzoribyfvfz5jscepiaoi/include:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/include/libxml2; export SPACK_INCLUDE_DIRS
SPACK_LD_LIBRARY_PATH=/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libunistring-0.9.10-4cxbq5yquh3yupaehxbm4cxfe6ynpuuk/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/lib; export SPACK_LD_LIBRARY_PATH
SPACK_LINKER_ARG=-Wl,; export SPACK_LINKER_ARG
SPACK_LINK_DIRS=/usr/local/pmix-3.1.5/lib64:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libpciaccess-0.13.5-3vvdpueqlwuuompzmcoemvdctqxm7a5p/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libiconv-1.16-5ie7os6e6p43qzvyeb6ld4k3oxhzplnp/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/xz-5.2.4-ehsbdo6ranbf67jqnsvr3puubbuyiulj/lib:/usr/local/ucx-1.7.0/lib64:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/zlib-1.2.11-6yl6zr45xtogzoribyfvfz5jscepiaoi/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/lib; export SPACK_LINK_DIRS
SPACK_ROOT=/home/sas4990/packages/spack; export SPACK_ROOT
SPACK_RPATH_DIRS=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/lib64:/usr/local/pmix-3.1.5/lib64:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libpciaccess-0.13.5-3vvdpueqlwuuompzmcoemvdctqxm7a5p/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libiconv-1.16-5ie7os6e6p43qzvyeb6ld4k3oxhzplnp/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/xz-5.2.4-ehsbdo6ranbf67jqnsvr3puubbuyiulj/lib:/usr/local/ucx-1.7.0/lib64:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/zlib-1.2.11-6yl6zr45xtogzoribyfvfz5jscepiaoi/lib:/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/lib; export SPACK_RPATH_DIRS
SPACK_SHORT_SPEC='mpich at 3.3.2%gcc at 9.3.0 device=ch4 +hydra netmod=ucx +pci pmi=pmix +romio+slurm~verbs+wrapperrpath arch=linux-rhel7-haswell/no52nug'; export SPACK_SHORT_SPEC
SPACK_SYSTEM_DIRS=/bin:/usr/bin:/usr/local/bin:/bin64:/usr/bin64:/usr/local/bin64:/include:/usr/include:/usr/local/include:/lib:/usr/lib:/usr/local/lib:/lib64:/usr/lib64:/usr/local/lib64:/:/usr:/usr/local; export SPACK_SYSTEM_DIRS
SPACK_TARGET_ARGS='-march=haswell -mtune=haswell'; export SPACK_TARGET_ARGS
SRUN_DEBUG=3; export SRUN_DEBUG
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass; export SSH_ASKPASS
SSH_CLIENT='165.124.163.94 50478 22'; export SSH_CLIENT
SSH_CONNECTION='165.124.163.94 50478 165.124.130.4 22'; export SSH_CONNECTION
SSH_TTY=/dev/pts/0; export SSH_TTY
TERM=xterm-256color; export TERM
TMPDIR=/tmp; export TMPDIR
USER=sas4990; export USER
XDG_DATA_DIRS=/home/sas4990/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share; export XDG_DATA_DIRS
XDG_SESSION_ID=82792; export XDG_SESSION_ID
_INIT_LMOD=1; export _INIT_LMOD
_LMFILES_=/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libbsd/0.10.0-gcc-4.8.5-xrhwkqs:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/expat/2.2.9-gcc-4.8.5-3hbyq45:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libunistring/0.9.10-gcc-4.8.5-4cxbq5y:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libidn2/2.1.1a-gcc-4.8.5-ueld4b3:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/zlib/1.2.11-gcc-4.8.5-dy4p76t:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/openssl/1.1.1d-gcc-4.8.5-lsvg4iu:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/ncurses/6.1-gcc-4.8.5-6a5z5vm:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libxml2/2.9.9-gcc-4.8.5-ger6ua5:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/bzip2/1.0.8-gcc-4.8.5-3vt4urt:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/xz/5.2.4-gcc-4.8.5-4w7doan:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/tar/1.32-gcc-4.8.5-zg3tiwq:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/gettext/0.20.1-gcc-4.8.5-t5od5nq:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/readline/8.0-gcc-4.8.5-jvyyvba:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/gdbm/1.18.1-gcc-4.8.5-t77eh6k:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/perl/5.30.1-gcc-4.8.5-3e6r2ax:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libiconv/1.16-gcc-4.8.5-jeuhkj4:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/curl/7.68.0-gcc-4.8.5-7cuowhc:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/pcre2/10.31-gcc-4.8.5-5affzto:/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/git/2.25.0-gcc-4.8.5-iwvthfw; export _LMFILES_
_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXtiemlwMj17WyJmbiJdPSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgtcmhlbDctaXZ5YnJpZGdlL2J6aXAyLzEuMC44LWdjYy00LjguNS0zdnQ0dXJ0IixbImZ1bGxOYW1lIl09ImJ6aXAyLzEuMC44LWdjYy00LjguNS0zdnQ0dXJ0IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MixbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYnppcDIvMS4wLjgtZ2NjLTQuOC41LTN2dDR1cnQiLH0sY3VybD17WyJmbiJd; export _ModuleTable001_
_ModuleTable002_=PSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgtcmhlbDctaXZ5YnJpZGdlL2N1cmwvNy42OC4wLWdjYy00LjguNS03Y3Vvd2hjIixbImZ1bGxOYW1lIl09ImN1cmwvNy42OC4wLWdjYy00LjguNS03Y3Vvd2hjIixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImN1cmwvNy42OC4wLWdjYy00LjguNS03Y3Vvd2hjIix9LGV4cGF0PXtbImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UvZXhwYXQvMi4yLjktZ2NjLTQuOC41LTNoYnlxNDUiLFsiZnVsbE5h; export _ModuleTable002_
_ModuleTable003_=bWUiXT0iZXhwYXQvMi4yLjktZ2NjLTQuOC41LTNoYnlxNDUiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJleHBhdC8yLjIuOS1nY2MtNC44LjUtM2hieXE0NSIsfSxnZGJtPXtbImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UvZ2RibS8xLjE4LjEtZ2NjLTQuOC41LXQ3N2VoNmsiLFsiZnVsbE5hbWUiXT0iZ2RibS8xLjE4LjEtZ2NjLTQuOC41LXQ3N2VoNmsiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MixbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0i; export _ModuleTable003_
_ModuleTable004_=Z2RibS8xLjE4LjEtZ2NjLTQuOC41LXQ3N2VoNmsiLH0sZ2V0dGV4dD17WyJmbiJdPSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgtcmhlbDctaXZ5YnJpZGdlL2dldHRleHQvMC4yMC4xLWdjYy00LjguNS10NW9kNW5xIixbImZ1bGxOYW1lIl09ImdldHRleHQvMC4yMC4xLWdjYy00LjguNS10NW9kNW5xIixbImxvYWRPcmRlciJdPTEyLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImdldHRleHQvMC4yMC4xLWdjYy00LjguNS10NW9kNW5xIix9LGdpdD17WyJmbiJdPSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgt; export _ModuleTable004_
_ModuleTable005_=cmhlbDctaXZ5YnJpZGdlL2dpdC8yLjI1LjAtZ2NjLTQuOC41LWl3dnRoZnciLFsiZnVsbE5hbWUiXT0iZ2l0LzIuMjUuMC1nY2MtNC44LjUtaXd2dGhmdyIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnaXQvMi4yNS4wLWdjYy00LjguNS1pd3Z0aGZ3Iix9LGxpYmJzZD17WyJmbiJdPSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgtcmhlbDctaXZ5YnJpZGdlL2xpYmJzZC8wLjEwLjAtZ2NjLTQuOC41LXhyaHdrcXMiLFsiZnVsbE5hbWUiXT0ibGliYnNkLzAuMTAuMC1nY2MtNC44LjUteHJod2txcyIsWyJsb2FkT3JkZXIiXT0xLHBy; export _ModuleTable005_
_ModuleTable006_=b3BUPXt9LFsic3RhY2tEZXB0aCJdPTIsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImxpYmJzZC8wLjEwLjAtZ2NjLTQuOC41LXhyaHdrcXMiLH0sbGliaWNvbnY9e1siZm4iXT0iL2hvbWUvc2FzNDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LWl2eWJyaWRnZS9saWJpY29udi8xLjE2LWdjYy00LjguNS1qZXVoa2o0IixbImZ1bGxOYW1lIl09ImxpYmljb252LzEuMTYtZ2NjLTQuOC41LWpldWhrajQiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGliaWNvbnYvMS4xNi1nY2MtNC44LjUtamV1aGtqNCIsfSxsaWJpZG4yPXtb; export _ModuleTable006_
_ModuleTable007_=ImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UvbGliaWRuMi8yLjEuMWEtZ2NjLTQuOC41LXVlbGQ0YjMiLFsiZnVsbE5hbWUiXT0ibGliaWRuMi8yLjEuMWEtZ2NjLTQuOC41LXVlbGQ0YjMiLFsibG9hZE9yZGVyIl09NCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJpZG4yLzIuMS4xYS1nY2MtNC44LjUtdWVsZDRiMyIsfSxsaWJ1bmlzdHJpbmc9e1siZm4iXT0iL2hvbWUvc2FzNDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LWl2eWJyaWRnZS9saWJ1bmlzdHJpbmcvMC45LjEw; export _ModuleTable007_
_ModuleTable008_=LWdjYy00LjguNS00Y3hicTV5IixbImZ1bGxOYW1lIl09ImxpYnVuaXN0cmluZy8wLjkuMTAtZ2NjLTQuOC41LTRjeGJxNXkiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0yLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJ1bmlzdHJpbmcvMC45LjEwLWdjYy00LjguNS00Y3hicTV5Iix9LGxpYnhtbDI9e1siZm4iXT0iL2hvbWUvc2FzNDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LWl2eWJyaWRnZS9saWJ4bWwyLzIuOS45LWdjYy00LjguNS1nZXI2dWE1IixbImZ1bGxOYW1lIl09ImxpYnhtbDIvMi45LjktZ2NjLTQuOC41LWdlcjZ1YTUiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxb; export _ModuleTable008_
_ModuleTable009_=InN0YWNrRGVwdGgiXT0yLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJ4bWwyLzIuOS45LWdjYy00LjguNS1nZXI2dWE1Iix9LG5jdXJzZXM9e1siZm4iXT0iL2hvbWUvc2FzNDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LWl2eWJyaWRnZS9uY3Vyc2VzLzYuMS1nY2MtNC44LjUtNmE1ejV2bSIsWyJmdWxsTmFtZSJdPSJuY3Vyc2VzLzYuMS1nY2MtNC44LjUtNmE1ejV2bSIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTIsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5jdXJzZXMvNi4xLWdjYy00LjguNS02YTV6NXZtIix9LG9wZW5zc2w9e1siZm4iXT0iL2hvbWUvc2Fz; export _ModuleTable009_
_ModuleTable010_=NDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LWl2eWJyaWRnZS9vcGVuc3NsLzEuMS4xZC1nY2MtNC44LjUtbHN2ZzRpdSIsWyJmdWxsTmFtZSJdPSJvcGVuc3NsLzEuMS4xZC1nY2MtNC44LjUtbHN2ZzRpdSIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im9wZW5zc2wvMS4xLjFkLWdjYy00LjguNS1sc3ZnNGl1Iix9LHBjcmUyPXtbImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UvcGNyZTIvMTAuMzEtZ2NjLTQuOC41LTVhZmZ6dG8iLFsiZnVsbE5hbWUi; export _ModuleTable010_
_ModuleTable011_=XT0icGNyZTIvMTAuMzEtZ2NjLTQuOC41LTVhZmZ6dG8iLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icGNyZTIvMTAuMzEtZ2NjLTQuOC41LTVhZmZ6dG8iLH0scGVybD17WyJmbiJdPSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgtcmhlbDctaXZ5YnJpZGdlL3BlcmwvNS4zMC4xLWdjYy00LjguNS0zZTZyMmF4IixbImZ1bGxOYW1lIl09InBlcmwvNS4zMC4xLWdjYy00LjguNS0zZTZyMmF4IixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InBl; export _ModuleTable011_
_ModuleTable012_=cmwvNS4zMC4xLWdjYy00LjguNS0zZTZyMmF4Iix9LHJlYWRsaW5lPXtbImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UvcmVhZGxpbmUvOC4wLWdjYy00LjguNS1qdnl5dmJhIixbImZ1bGxOYW1lIl09InJlYWRsaW5lLzguMC1nY2MtNC44LjUtanZ5eXZiYSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0zLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJyZWFkbGluZS84LjAtZ2NjLTQuOC41LWp2eXl2YmEiLH0sdGFyPXtbImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1p; export _ModuleTable012_
_ModuleTable013_=dnlicmlkZ2UvdGFyLzEuMzItZ2NjLTQuOC41LXpnM3Rpd3EiLFsiZnVsbE5hbWUiXT0idGFyLzEuMzItZ2NjLTQuOC41LXpnM3Rpd3EiLFsibG9hZE9yZGVyIl09MTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MixbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idGFyLzEuMzItZ2NjLTQuOC41LXpnM3Rpd3EiLH0seHo9e1siZm4iXT0iL2hvbWUvc2FzNDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LWl2eWJyaWRnZS94ei81LjIuNC1nY2MtNC44LjUtNHc3ZG9hbiIsWyJmdWxsTmFtZSJdPSJ4ei81LjIuNC1nY2MtNC44LjUtNHc3ZG9hbiIsWyJsb2FkT3JkZXIiXT0xMCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0yLFsi; export _ModuleTable013_
_ModuleTable014_=c3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ4ei81LjIuNC1nY2MtNC44LjUtNHc3ZG9hbiIsfSx6bGliPXtbImZuIl09Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UvemxpYi8xLjIuMTEtZ2NjLTQuOC41LWR5NHA3NnQiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEtZ2NjLTQuOC41LWR5NHA3NnQiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMS1nY2MtNC44LjUtZHk0cDc2dCIsfSx9LG1wYXRoQT17Ii9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2sv; export _ModuleTable014_
_ModuleTable015_=bW9kdWxlcy9saW51eC1yaGVsNy1oYXN3ZWxsIiwiL2hvbWUvc2FzNDk5MC9wYWNrYWdlcy9zcGFjay9zaGFyZS9zcGFjay9tb2R1bGVzL2xpbnV4LXJoZWw3LXg4Nl82NCIsIi9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2UiLCIvc29mdHdhcmUvTW9kdWxlcy8zLjIuOS9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvaG9tZS9zYXM0OTkwL3BhY2thZ2VzL3NwYWNrL3NoYXJlL3NwYWNrL21vZHVsZXMvbGludXgtcmhlbDcteDg2XzY0Oi9ob21lL3NhczQ5OTAvcGFja2FnZXMvc3BhY2svc2hhcmUvc3BhY2svbW9kdWxlcy9saW51eC1yaGVsNy1pdnlicmlkZ2U6L3NvZnR3YXJlL01v; export _ModuleTable015_
_ModuleTable016_=ZHVsZXMvMy4yLjkvbW9kdWxlZmlsZXMiLH0=; export _ModuleTable016_
_ModuleTable_Sz_=16; export _ModuleTable_Sz_
__LMOD_REF_COUNT_ACLOCAL_PATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/share/aclocal:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/share/aclocal:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/share/aclocal:1'; export __LMOD_REF_COUNT_ACLOCAL_PATH
__LMOD_REF_COUNT_CMAKE_PREFIX_PATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/git-2.25.0-iwvthfw7avcq2vybtav6w35ffparwng3:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/tar-1.32-zg3tiwq3wqfj6nuu23cdufi3yuqcpwwj:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libunistring-0.9.10-4cxbq5yquh3yupaehxbm4cxfe6ynpuuk:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3:1'; export __LMOD_REF_COUNT_CMAKE_PREFIX_PATH
__LMOD_REF_COUNT_CPATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libunistring-0.9.10-4cxbq5yquh3yupaehxbm4cxfe6ynpuuk/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/include:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/include:1'; export __LMOD_REF_COUNT_CPATH
__LMOD_REF_COUNT_LD_LIBRARY_PATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libunistring-0.9.10-4cxbq5yquh3yupaehxbm4cxfe6ynpuuk/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/lib:1'; export __LMOD_REF_COUNT_LD_LIBRARY_PATH
__LMOD_REF_COUNT_LIBRARY_PATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libunistring-0.9.10-4cxbq5yquh3yupaehxbm4cxfe6ynpuuk/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/lib:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/lib:1'; export __LMOD_REF_COUNT_LIBRARY_PATH
__LMOD_REF_COUNT_LOADEDMODULES='libbsd/0.10.0-gcc-4.8.5-xrhwkqs:1;expat/2.2.9-gcc-4.8.5-3hbyq45:1;libunistring/0.9.10-gcc-4.8.5-4cxbq5y:1;libidn2/2.1.1a-gcc-4.8.5-ueld4b3:1;zlib/1.2.11-gcc-4.8.5-dy4p76t:1;openssl/1.1.1d-gcc-4.8.5-lsvg4iu:1;ncurses/6.1-gcc-4.8.5-6a5z5vm:1;libxml2/2.9.9-gcc-4.8.5-ger6ua5:1;bzip2/1.0.8-gcc-4.8.5-3vt4urt:1;xz/5.2.4-gcc-4.8.5-4w7doan:1;tar/1.32-gcc-4.8.5-zg3tiwq:1;gettext/0.20.1-gcc-4.8.5-t5od5nq:1;readline/8.0-gcc-4.8.5-jvyyvba:1;gdbm/1.18.1-gcc-4.8.5-t77eh6k:1;perl/5.30.1-gcc-4.8.5-3e6r2ax:1;libiconv/1.16-gcc-4.8.5-jeuhkj4:1;curl/7.68.0-gcc-4.8.5-7cuowhc:1;pcre2/10.31-gcc-4.8.5-5affzto:1;git/2.25.0-gcc-4.8.5-iwvthfw:1'; export __LMOD_REF_COUNT_LOADEDMODULES
__LMOD_REF_COUNT_MANPATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/git-2.25.0-iwvthfw7avcq2vybtav6w35ffparwng3/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/tar-1.32-zg3tiwq3wqfj6nuu23cdufi3yuqcpwwj/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/share/man:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/share/man:1'; export __LMOD_REF_COUNT_MANPATH
__LMOD_REF_COUNT_MODULEPATH='/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-haswell:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-x86_64:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge:1;/software/Modules/3.2.9/modulefiles:1'; export __LMOD_REF_COUNT_MODULEPATH
__LMOD_REF_COUNT_PATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/git-2.25.0-iwvthfw7avcq2vybtav6w35ffparwng3/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libiconv-1.16-jeuhkj4ryokvinffoanf4lpi7zpvqext/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gdbm-1.18.1-t77eh6k7k7hfcdx3hrtkhthgdkies437/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gettext-0.20.1-t5od5nq3a37w6zpmtj3tzfmyqt4oc2rs/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/tar-1.32-zg3tiwq3wqfj6nuu23cdufi3yuqcpwwj/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/bzip2-1.0.8-3vt4urtapfbd4luljaunehoghynzxdkk/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/bin:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/bin:1;/home/sas4990/packages/spack/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:2;/opt/ibutils/bin:1;/home/sas4990/.local/bin:1;/home/sas4990/bin:1'; export __LMOD_REF_COUNT_PATH
__LMOD_REF_COUNT_PKG_CONFIG_PATH='/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/pcre2-10.31-5affzto3ujmzkrhoawcmcsiq5mghmbmz/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/curl-7.68.0-7cuowhcaiwep53wohpgqjunmkzllipsj/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/readline-8.0-jvyyvbajhsq55xfl5mba2greqga2v6yv/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/xz-5.2.4-4w7doan6do6idg7cwpm5o4kwbtxeleiv/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libxml2-2.9.9-ger6ua5mdoxcsad5vagvsrioxllagyep/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/ncurses-6.1-6a5z5vmty2odszjwdx7eip4z2bgaqbom/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/openssl-1.1.1d-lsvg4iup4nj62swfu7cjl3z357malt3k/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/zlib-1.2.11-dy4p76tgbhwcznwvv7rcagzfcbxyhsbo/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libidn2-2.1.1a-ueld4b35ze35covym5njzkggkndeckz2/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/expat-2.2.9-3hbyq45g4b3cmgfu5cuaaqpp6cinloju/lib/pkgconfig:1;/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/libbsd-0.10.0-xrhwkqsnelldcszk2l5ox2qsguvuc7v3/lib/pkgconfig:1'; export __LMOD_REF_COUNT_PKG_CONFIG_PATH
__LMOD_REF_COUNT__LMFILES_='/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libbsd/0.10.0-gcc-4.8.5-xrhwkqs:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/expat/2.2.9-gcc-4.8.5-3hbyq45:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libunistring/0.9.10-gcc-4.8.5-4cxbq5y:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libidn2/2.1.1a-gcc-4.8.5-ueld4b3:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/zlib/1.2.11-gcc-4.8.5-dy4p76t:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/openssl/1.1.1d-gcc-4.8.5-lsvg4iu:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/ncurses/6.1-gcc-4.8.5-6a5z5vm:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libxml2/2.9.9-gcc-4.8.5-ger6ua5:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/bzip2/1.0.8-gcc-4.8.5-3vt4urt:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/xz/5.2.4-gcc-4.8.5-4w7doan:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/tar/1.32-gcc-4.8.5-zg3tiwq:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/gettext/0.20.1-gcc-4.8.5-t5od5nq:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/readline/8.0-gcc-4.8.5-jvyyvba:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/gdbm/1.18.1-gcc-4.8.5-t77eh6k:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/perl/5.30.1-gcc-4.8.5-3e6r2ax:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/libiconv/1.16-gcc-4.8.5-jeuhkj4:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/curl/7.68.0-gcc-4.8.5-7cuowhc:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/pcre2/10.31-gcc-4.8.5-5affzto:1;/home/sas4990/packages/spack/share/spack/modules/linux-rhel7-ivybridge/git/2.25.0-gcc-4.8.5-iwvthfw:1'; export __LMOD_REF_COUNT__LMFILES_
-------------- next part --------------
==> 27891: mpich: Executing phase: 'autoreconf'
==> 27891: mpich: Executing phase: 'configure'
==> [2020-03-16-19:03:37.829221, 27929] '/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/configure' '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d' '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0'
Configuring MPICH version 3.3.2 with  '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d' '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0' 'CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc' 'CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++' 'FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran'
Running on system: Linux qnode5038 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... yes
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... /home/sas4990/packages/spack/lib/spack/env/ld
checking if the linker (/home/sas4990/packages/spack/lib/spack/env/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/sas4990/packages/spack/lib/spack/env/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/sas4990/packages/spack/lib/spack/env/gcc/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fno-rtti -fno-exceptions... no
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to produce PIC... -fPIC -DPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc PIC flag -fPIC -DPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gcc linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/g++ accepts -g... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/g++... gcc3
checking how to run the C++ preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/g++ -E
checking for ld used by /home/sas4990/packages/spack/lib/spack/env/gcc/g++... /home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64
checking if the linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) is GNU ld... yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/g++ linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/g++ option to produce PIC... -fPIC -DPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/g++ PIC flag -fPIC -DPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/g++ static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/g++ supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/g++ supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/g++ linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether we are using the GNU Fortran compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran option to produce PIC... -fPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran PIC flag -fPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran option to produce PIC... -fPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran PIC flag -fPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: RUNNING PREREQ FOR CH4 DEVICE
Parsing Arguments for OFI Netmod
checking hcoll/api/hcoll_api.h usability... no
checking hcoll/api/hcoll_api.h presence... no
checking for hcoll/api/hcoll_api.h... no
checking for hcoll_init in -lhcoll... no
Parsing Arguments for POSIX shmmod
configure: Enabling POSIX shared memory lock free queues
configure: ===== configuring src/mpl =====
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d' --disable-versioning --enable-embedded '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0' 'CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc' 'CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++' 'FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... gcc3
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... /home/sas4990/packages/spack/lib/spack/env/ld
checking if the linker (/home/sas4990/packages/spack/lib/spack/env/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/sas4990/packages/spack/lib/spack/env/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/sas4990/packages/spack/lib/spack/env/gcc/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fno-rtti -fno-exceptions... no
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to produce PIC... -fPIC -DPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc PIC flag -fPIC -DPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gcc linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for variable argument list macro functionality... yes
checking if C compiler supports __builtin_expect... yes
checking for gcov... gcov
checking whether the compiler supports __typeof(variable)... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking valgrind.h usability... no
checking valgrind.h presence... no
checking for valgrind.h... no
checking memcheck.h usability... no
checking memcheck.h presence... no
checking for memcheck.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking helgrind.h usability... no
checking helgrind.h presence... no
checking for helgrind.h... no
checking valgrind/helgrind.h usability... no
checking valgrind/helgrind.h presence... no
checking for valgrind/helgrind.h... no
checking drd.h usability... no
checking drd.h presence... no
checking for drd.h... no
checking valgrind/drd.h usability... no
checking valgrind/drd.h presence... no
checking for valgrind/drd.h... no
checking whether the valgrind headers are broken or too old... yes
checking for clock_gettime... yes
checking for clock_getres... yes
checking for gethrtime... no
checking for mach_absolute_time... no
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for library containing clock_getres... none required
checking whether struct timespec is defined in time.h... yes
checking for CLOCK_REALTIME defined in time.h... yes
configure: Timer type selected is CLOCK_GETTIME
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sched_yield... yes
checking for yield... no
checking for usleep... yes
checking for sleep... yes
checking for select... yes
checking whether usleep needs a declaration... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_key_create in -lpthread... yes
checking for pthread_yield... yes
checking for pthread_key_create... yes
checking for pthread_cleanup_push... no
checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no
configure: POSIX will be used for thread package.
checking for thread local storage... _Thread_local
checking for pthread_mutex_init... yes
checking for pthread_mutexattr_setpshared... yes
configure: POSIX will be used for interprocess mutex package.
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for fdopen... yes
checking whether fdopen needs a declaration... no
checking for getpid... yes
checking for mmap... yes
checking for munmap... yes
configure: Using a memory-mapped file for shared memory
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for strncmp... yes
checking whether strncmp needs a declaration... no
checking for putenv... yes
checking whether putenv needs a declaration... no
checking for strerror... yes
checking whether strerror needs a declaration... no
checking for usleep... (cached) yes
checking whether usleep needs a declaration... (cached) no
checking for posix_memalign... yes
checking for aligned_alloc... yes
checking whether aligned_alloc needs a declaration... no
checking for backtrace_symbols... yes
checking whether backtrace_create_state is declared... no
checking whether backtrace_print is declared... no
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for inet_ntop... yes
checking for getifaddrs... yes
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking for __attribute__((aligned))... yes
checking for __attribute__((used))... yes
checking for __attribute__((fallthrough))... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating include/mpl_timer.h
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing prefix-config commands
configure: ===== done with src/mpl configure =====
configure: sourcing src/mpl/localdefs
configure: ===== configuring src/openpa =====
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d' --disable-versioning --enable-embedded --with-atomic-primitives=auto_allow_emulation '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0' 'CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc' 'CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++' 'FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... gcc3
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... /home/sas4990/packages/spack/lib/spack/env/ld
checking if the linker (/home/sas4990/packages/spack/lib/spack/env/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/sas4990/packages/spack/lib/spack/env/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/sas4990/packages/spack/lib/spack/env/gcc/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fno-rtti -fno-exceptions... no
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to produce PIC... -fPIC -DPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc PIC flag -fPIC -DPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gcc linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... (cached) /home/sas4990/packages/spack/lib/spack/env/gcc/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... (cached) yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... (cached) none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... (cached) yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... (cached) gcc3
checking whether to enable assertions... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking intrin.h usability... no
checking intrin.h presence... no
checking for intrin.h... no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for pthread_create in -lpthread... yes
checking for pthread_yield... yes
checking if 100 threads can be run at once... yes
checking size of void *... 8
checking size of int... 4
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking if compiler rejects bogus asm statements... yes
checking for support for gcc x86/x86_64 primitives... yes
checking for support for gcc x86 primitives for pre-Pentium 4... yes
checking for support for gcc ia64 primitives... no
checking for support for gcc PowerPC atomics... no
checking for support for gcc ARM atomics... no
checking for support for gcc SiCortex atomics... no
checking for support for gcc atomic intrinsics... yes
checking for support for Windows NT atomic intrinsics... no
checking for support for Sun atomic operations library... no
checking whether to enable strict fairness checks... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating openpa.pc
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing prefix-config commands
configure: ===== done with src/openpa configure =====
checking for type of weak symbol alias support... pragma weak
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... yes
checking for multiple weak symbol support... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
checking for pkg-config... /home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/pkgconf-1.6.3-nqkskztrm75ciswtcg3bmf5c7vlcf6li/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... libraries , headers 

###
### Configuring hwloc core
###
checking hwloc building mode... embedded
configure: hwloc builddir: /tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc
configure: hwloc srcdir: /tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc
checking for hwloc version... 2.0.3rc2-git
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... src/hwloc/
checking for hwloc symbol prefix... hwloc_
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C99... none needed
checking size of void *... 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking whether to enable symbol visibility... no (disabled)
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall with 6 parameters... yes
checking for lib... no
checking for bash... /bin/sh
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking libudev.h usability... no
checking libudev.h presence... no
checking for libudev.h... no
checking for PCIACCESS... yes
checking pciaccess.h usability... yes
checking pciaccess.h presence... yes
checking for pciaccess.h... yes
checking for pci_slot_match_iterator_create... yes
checking for final PCIACCESS support... yes
checking CL/cl_ext.h usability... yes
checking CL/cl_ext.h presence... yes
checking for CL/cl_ext.h... yes
checking for clGetDeviceIDs in -lOpenCL... yes
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/Xutil.h... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking NVCtrl/NVCtrl.h usability... no
checking NVCtrl/NVCtrl.h presence... no
checking for NVCtrl/NVCtrl.h... no
checking for LIBXML2... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlNewDoc... yes
checking for final LIBXML2 support... yes
checking for x86 cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic xml_nolibxml linux linuxio pci opencl xml_libxml x86
checking components to build as plugins... 
checking pmix.h usability... yes
checking pmix.h presence... yes
checking for pmix.h... yes
checking for PMIx_Init in -lpmix... yes
checking whether the compiler defines __func__... yes
checking whether the compiler defines __FUNC__... no
checking whether the compiler sets __FUNCTION__... yes
checking whether C compiler accepts option -O2... yes
checking whether C compiler option -O2 works with an invalid prototype program... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for shared library (esp. rpath) characteristics of CC... done (results in src/env/cc_shlib.conf)
checking whether Fortran 77 compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking how to get verbose linking output from /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran... -v
checking for Fortran 77 libraries of /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran...  -L/usr/local/pmix-3.1.5/lib -L/usr/local/pmix-3.1.5/lib64 -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0 -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../.. -lgfortran -lm -lquadmath
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts the FLIBS found by autoconf... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc links with FLIBS found by autoconf... yes
checking whether Fortran 77 and C objects are compatible... yes
checking for linker for Fortran main program... Use Fortran to link programs
checking for Fortran 77 name mangling... lower uscore
checking for libraries to link Fortran main with C stdio routines... none
checking whether Fortran init will work with C... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran    -L/usr/local/pmix-3.1.5/lib -L/usr/local/pmix-3.1.5/lib64) works... yes
checking whether the Fortran 90 compiler (/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran    -L/usr/local/pmix-3.1.5/lib -L/usr/local/pmix-3.1.5/lib64) is a cross-compiler... no
checking whether Fortran 90 compiler works with Fortran 77 compiler... yes
checking for shared library (esp. rpath) characteristics of F77... done (results in src/env/f77_shlib.conf)
checking whether Fortran 77 accepts ! for comments... yes
checking for include directory flag for Fortran... -I
checking for Fortran 77 flag for library directories... -L
checking whether Fortran 77 compiler processes .F files with C preprocessor... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran allows mismatched arguments... yes
checking for Fortran 2008 support... yes
checking for shared library (esp. rpath) characteristics of FC... done (results in src/env/fc_shlib.conf)
checking whether the Fortran 90 compiler (/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran    -L/usr/local/pmix-3.1.5/lib -L/usr/local/pmix-3.1.5/lib64) works... yes
checking whether the Fortran 90 compiler (/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran    -L/usr/local/pmix-3.1.5/lib -L/usr/local/pmix-3.1.5/lib64) is a cross-compiler... no
checking for Fortran 90 module extension... mod
checking for Fortran 90 module include flag... -I
checking for Fortran 90 module output directory flag... -J
checking whether Fortran 90 compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking whether Fortran 90 compiler processes .F90 files with C preprocessor... yes
checking what libraries are needed to link Fortran90 programs with C routines that use stdio... none
checking whether TRUE has been defined... no
checking whether the C++ compiler /home/sas4990/packages/spack/lib/spack/env/gcc/g++ can build an executable... yes
checking whether C++ compiler works with string... yes
checking whether the compiler supports exceptions... yes
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler implements namespaces... yes
checking whether <iostream> available... yes
checking whether the compiler implements the namespace std... yes
checking whether <math> available... no
checking for GNU g++ version... 9 . 3
checking for shared library (esp. rpath) characteristics of CXX... done (results in src/env/cxx_shlib.conf)
checking whether C++ compiler accepts option -O2... yes
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
checking for perl... /home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/bin/perl
checking for ar... ar
checking for ranlib... ranlib
checking for killall... killall
checking whether install works... yes
checking whether mkdir -p works... yes
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for bash... /usr/bin/bash
checking whether /usr/bin/bash supports arrays... yes
checking for doctext... false
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking if C compiler supports __builtin_expect... yes
checking whether byte ordering is bigendian... no
checking whether C compiler allows unaligned doubles... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports __func__... yes
checking whether long double is supported... yes
checking whether long long is supported... yes
checking for max C struct integer alignment... eight
checking for max C struct floating point alignment... sixteen
checking for max C struct alignment of structs with doubles... eight
checking for max C struct floating point alignment with long doubles... sixteen
configure: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MPICH does not handle this case automatically and you should avoid assumed extents for structures containing float types.
checking if alignment of structs with doubles is based on position... no
checking if alignment of structs with long long ints is based on position... no
checking if double alignment breaks rules, find actual alignment... no
checking for alignment restrictions on pointers... int or better
checking size of char... 1
checking size of unsigned char... 1
checking size of short... 2
checking size of unsigned short... 2
checking size of int... 4
checking size of unsigned int... (cached) 4
checking size of long... 8
checking size of unsigned long... (cached) 8
checking size of long long... 8
checking size of unsigned long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of void *... (cached) 8
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking size of wchar_t... 4
checking size of float_int... 8
checking size of double_int... 16
checking size of long_int... 16
checking size of short_int... 8
checking size of two_int... 8
checking size of long_double_int... 32
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking size of _Bool... 1
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 32
checking for _Bool... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking for size of Fortran type integer... 4
checking for size of Fortran type real... 4
checking for size of Fortran type double precision... 8
checking whether integer*1 is supported... yes
checking whether integer*2 is supported... yes
checking whether integer*4 is supported... yes
checking whether integer*8 is supported... yes
checking whether integer*16 is supported... yes
checking whether real*4 is supported... yes
checking whether real*8 is supported... yes
checking whether real*16 is supported... yes
checking for C type matching Fortran real... float
checking for C type matching Fortran double... double
checking for C type matching Fortran integer... int
checking for values of Fortran logicals... True is 1 and False is 0
checking for Fortran 90 integer kind for 8-byte integers... 8
checking for Fortran 90 integer kind for 4-byte integers... 4
checking if real*8 is supported in Fortran 90... yes
checking size of bool... 1
checking complex usability... yes
checking complex presence... yes
checking for complex... yes
checking size of Complex... 8
checking size of DoubleComplex... 16
checking size of LongDoubleComplex... 32
checking whether C compiler accepts option -Werror... yes
checking whether C compiler option -Werror works with an invalid prototype program... yes
checking whether routines compiled with -Werror can be linked with ones compiled without -Werror... yes
checking for alignment restrictions on int64_t... no
checking for alignment restrictions on int32_t... no
checking for gcov... gcov
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stddef.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for sys/param.h... (cached) yes
checking for sys/uio.h... yes
checking for size_t... yes
checking for setitimer... yes
checking for alarm... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking whether vsnprintf needs a declaration... no
checking for strerror... yes
checking for strncasecmp... (cached) yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether strerror_r needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for qsort... yes
checking for va_copy... yes
checking for variable argument list macro functionality... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for mkstemp... yes
checking whether mkstemp needs a declaration... no
checking for putenv... yes
checking whether putenv needs a declaration... no
checking size of MPII_Bsend_data_t... 96
checking for sched_setaffinity... (cached) yes
checking for sched_getaffinity... yes
checking for bindprocessor... no
checking for thread_policy_set... no
checking whether cpu_set_t available... yes
checking whether the CPU_SET and CPU_ZERO macros are defined... yes
configure: RUNNING CONFIGURE FOR CH4 DEVICE
checking for sys/mman.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for mmap... yes
checking for random.h... no
checking for struct random_data... yes
checking for random_r... yes
configure: Using a symmetric heap
checking for gethostname... yes
checking whether gethostname needs a declaration... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for signal... yes
configure: RUNNING CONFIGURE FOR ch4:ucx
checking ucp/api/ucp.h usability... yes
checking ucp/api/ucp.h presence... yes
checking for ucp/api/ucp.h... yes
checking for ucp_config_read in -lucp... yes
configure: RUNNING CONFIGURE FOR F90 CODE
checking whether ln -s works... yes
checking for extension for Fortran 90 programs... f90
checking for the precision and range of reals...  6 , 37
checking for the precision and range of double precision...  15 , 307
checking for the range of integer...  9
checking for available integer kinds...  2 , 1, 4 , 2, 9 , 4, 18 , 8,
checking for available integer ranges...  {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },
configure: RUNNING CONFIGURE FOR ch4:shm:posix
configure: ===== configuring src/mpi/romio =====
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d'  '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0' 'CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc' 'CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++' 'FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... gcc3
checking for grep that handles long lines and -e... /usr/bin/grep
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... /home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64
checking if the linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64 option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/sas4990/packages/spack/lib/spack/env/gcc/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fno-rtti -fno-exceptions... no
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to produce PIC... -fPIC -DPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc PIC flag -fPIC -DPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gcc linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
Configuring with args dummy mt
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for architecture... LINUX
ROMIO home directory is /tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpi/romio
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran option to produce PIC... -fPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran PIC flag -fPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether we are using the GNU Fortran compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran option to produce PIC... -fPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran PIC flag -fPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for long long... yes
checking size of long long... 8
checking for memalign... yes
checking Fortran external names
Fortran externals have a trailing underscore and are lowercase
checking for inline... inline
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for mpix.h... no
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking size of int... 4
checking size of void *... 8
checking for int large enough for pointers... no
checking size of long long... (cached) 8
checking for extension for Fortran 90 programs... f90
checking for Fortran 90 KIND parameter for 8-byte integers...            8
checking that we can use integer*8 to declare MPI_DISPLACMENT_CURRENT... yes
Overriding Array test for MPICH
checking for type of weak symbol alias support... pragma weak
checking whether __attribute__ ((weak)) allowed... yes
checking whether __attribute__ ((weak_import)) allowed... yes
checking whether __attribute__((weak,alias(...))) allowed... yes
checking for multiple weak symbol support... yes
checking whether struct flock compatible with MPI_Offset... yes
checking for pvfs2-config... notfound
checking configured file systems... testfs ufs nfs
configure: WARNING: File locks may not work with NFS.  See the Installation and
users manual for instructions on testing and if necessary fixing this
checking for library containing aio_write... -lrt
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking sys/aio.h usability... no
checking sys/aio.h presence... no
checking for sys/aio.h... no
checking whether aio routines can be used... yes
checking for obsolete two-argument aio_write... no
checking for obsolete two-argument aio_suspend... no
checking for struct aiocb.aio_fildes... yes
checking for struct aiocb.aio_whence... no
checking for struct aiocb.aio_handle... no
checking for struct aiocb.aio_reqprio... yes
checking for struct aiocb.aio_sigevent... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for statfs... yes
checking whether struct statfs properly defined... yes
checking for f_type member of statfs structure... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for blksize_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether pwrite is declared... yes
checking for strerror... yes
checking for doctext... false
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for lstat... yes
checking whether lstat needs a declaration... no
checking for readlink... yes
checking whether readlink needs a declaration... no
checking for fsync... yes
checking whether fsync needs a declaration... no
checking for ftruncate... yes
checking whether ftruncate needs a declaration... no
checking for lseek64... yes
checking whether lseek64 needs a declaration... no
checking for usleep... yes
checking whether usleep needs a declaration... no
setting SYSDEP_INC to 
checking for C/C++ restrict keyword... __restrict
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking for gcov... gcov
setting CC to /home/sas4990/packages/spack/lib/spack/env/gcc/gcc
setting F77 to /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran
setting TEST_CC to $(bindir)/mpicc
setting TEST_F77 to $(bindir)/mpifort
setting CFLAGS to    -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H
setting USER_CFLAGS to 
setting USER_FFLAGS to 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating mpi2-other/info/Makefile
config.status: creating mpi2-other/array/Makefile
config.status: creating test/Makefile
config.status: creating test/misc.c
config.status: creating test/large_file.c
config.status: creating test/runtests
config.status: creating test-internal/Makefile
config.status: creating util/romioinstall
config.status: creating include/mpio.h
config.status: creating include/mpiof.h
config.status: creating mpi2-other/info/fortran/Makefile
config.status: creating mpi2-other/array/fortran/Makefile
config.status: creating test/fmisc.f
config.status: creating test/fcoll_test.f
config.status: creating test/pfcoll_test.f
config.status: creating test/fperf.f
config.status: creating adio/include/romioconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
configure: ===== done with src/mpi/romio configure =====
configure: sourcing src/mpi/romio/localdefs
checking size of OPA_ptr_t... 8
checking the sizeof MPI_Offset... 8
checking whether the Fortran Offset type works with Fortran 77... yes
checking whether the Fortran Offset type works with Fortran 90... yes
checking for size of MPI_Status... 20
checking for BSD/POSIX style global symbol lister... BSD style,/usr/bin/nm -g -B
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for multiple __attribute__((alias)) support... yes
checking the minimum alignment of Fortran common block of 1 integers... 32
checking the minimum alignment of Fortran common block of 5 integers... 32
configure: creating ./config.lt
config.lt: creating libtool
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/hwloc/Makefile
config.status: creating src/hwloc/include/Makefile
config.status: creating src/hwloc/hwloc/Makefile
config.status: creating src/mpid/ch4/src/mpid_ch4_net_array.c
config.status: creating src/mpid/ch4/include/netmodpre.h
config.status: creating src/mpid/ch4/include/coll_algo_params.h
config.status: creating src/mpid/ch4/src/ch4_coll_globals_default.c
config.status: creating src/binding/fortran/use_mpi/mpif90model.h
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating test/commands/Makefile
config.status: creating src/include/mpichinfo.h
config.status: creating mpich-doxygen
config.status: creating src/include/mpir_ext.h
config.status: creating src/binding/cxx/mpicxx.h
config.status: creating src/binding/fortran/mpif_h/mpif.h
config.status: creating src/binding/fortran/mpif_h/setbotf.f
config.status: creating src/binding/fortran/mpif_h/setbot.c
config.status: creating src/binding/fortran/use_mpi/mpi_sizeofs.f90
config.status: creating src/binding/fortran/use_mpi/mpi_base.f90
config.status: creating src/binding/fortran/use_mpi/mpi_constants.f90
config.status: creating src/binding/fortran/use_mpi_f08/mpi_f08_compile_constants.f90
config.status: creating src/binding/fortran/use_mpi_f08/mpi_c_interface_types.f90
config.status: creating src/packaging/pkgconfig/mpich.pc
config.status: creating src/packaging/envmods/mpich.module
config.status: WARNING:  'src/packaging/envmods/mpich.module.in' seems to ignore the --datarootdir setting
config.status: creating src/env/mpixxx_opts.conf
config.status: creating src/env/mpicc.sh
config.status: creating src/env/mpicc.bash
config.status: creating src/env/mpicxx.sh
config.status: creating src/env/mpicxx.bash
config.status: creating src/env/mpif77.sh
config.status: creating src/env/mpif77.bash
config.status: creating src/env/mpifort.sh
config.status: creating src/env/mpifort.bash
config.status: creating src/env/parkill
config.status: creating src/include/mpi.h
config.status: creating doc/design/Makefile
config.status: creating doc/installguide/Makefile
config.status: creating doc/logging/Makefile
config.status: creating doc/refman/Makefile
config.status: creating doc/userguide/Makefile
config.status: creating test/commands/cmdtests
config.status: creating src/include/mpichconf.h
config.status: creating src/hwloc/include/private/autogen/config.h
config.status: creating src/hwloc/include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: executing default-4 commands
=== configuring in test/mpi (/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/test/mpi)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d'  '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0' 'CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc' 'CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++' 'FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' --cache-file=/dev/null --srcdir=.
RUNNING CONFIGURE FOR MPI TESTS
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... gcc3
checking whether long double is supported... yes
checking whether long long is supported... yes
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for ranlib... ranlib
checking the archiver (ar) interface... ar
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for _Bool... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking size of void *... 8
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for library containing pthread_create... -lpthread
checking for library containing pthread_barrier_init... none required
checking for pthread_create... yes
checking for pthread_yield... yes
checking for pthread_barrier_init... yes
checking for pthread_barrier_wait... yes
checking whether struct hostent contains h_addr_list... yes
checking for getrusage... yes
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts -g... yes
checking whether integer*4 is supported... yes
checking whether integer*8 is supported... yes
checking whether integer*16 is supported... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to get verbose linking output from /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran... -v
checking for Fortran 77 libraries of /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran...  -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0 -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/gcc-9.3.0-5ga5hlsblzexsrnqwpduniu4ixmfbvob/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../.. -lpthread -lgfortran -lm -lquadmath
checking for Fortran 77 name mangling... lower uscore
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran allows mismatched arguments... yes
checking for Fortran libraries needed for getarg... none needed
checking whether Fortran 77 supports Cray-style pointer... yes
checking for Fortran 77 compiler flag for Cray-style pointer... -fcray-pointer
checking whether we are using the GNU Fortran compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran accepts -g... yes
checking for extension for Fortran 90 programs... f90
checking whether the Fortran 90 compiler (/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran  ) works... yes
checking whether the Fortran 90 compiler (/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran  ) is a cross-compiler... no
checking for Fortran flag needed to accept free-form source... none
checking whether Fortran 90 supports Cray-style pointer... yes
checking for Fortran 90 compiler flag for Cray-style pointer... -fcray-pointer
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gfortran supports the Fortran 2003 routines to access the commandline... yes
checking for Fortran 90 module extension... mod
checking for Fortran 90 module include flag... -I
checking for Fortran 90 module output directory flag... -J
checking whether we are using the GNU C++ compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/g++ accepts -g... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/g++... gcc3
checking whether <iostream> available... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler implements the namespace std... yes
checking whether MPI_2DOUBLE_COMPLEX is available... no
checking whether MPI_2COMPLEX is available... no
checking size of void *... (cached) 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of short... 2
checking for C integer type of address size... long
checking for perl... /home/sas4990/packages/spack/opt/spack/linux-rhel7-ivybridge/gcc-4.8.5/perl-5.30.1-3e6r2ax7mqs5i4nqfkjyieieqoibhayl/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating maint/testmerge
config.status: creating runtests
config.status: creating checktests
config.status: creating Makefile
config.status: creating basic/Makefile
config.status: creating attr/Makefile
config.status: creating attr/testlist
config.status: creating util/Makefile
config.status: creating coll/Makefile
config.status: creating coll/testlist
config.status: creating comm/Makefile
config.status: creating datatype/Makefile
config.status: creating datatype/testlist
config.status: creating errhan/Makefile
config.status: creating group/Makefile
config.status: creating info/Makefile
config.status: creating init/Makefile
config.status: creating pt2pt/Makefile
config.status: creating pt2pt/testlist
config.status: creating mpi_t/Makefile
config.status: creating rma/Makefile
config.status: creating rma/testlist
config.status: creating spawn/Makefile
config.status: creating spawn/testlist
config.status: creating topo/Makefile
config.status: creating io/Makefile
config.status: creating io/testlist
config.status: creating f77/Makefile
config.status: creating f77/attr/Makefile
config.status: creating f77/attr/attraints.h
config.status: creating f77/pt2pt/attr1aints.h
config.status: creating f77/ext/add1size.h
config.status: creating f77/datatype/Makefile
config.status: creating f77/datatype/typeaints.h
config.status: creating f77/util/Makefile
config.status: creating f77/coll/Makefile
config.status: creating f77/comm/Makefile
config.status: creating f77/topo/Makefile
config.status: creating f77/init/Makefile
config.status: creating f77/rma/addsize.h
config.status: creating f77/pt2pt/Makefile
config.status: creating f77/info/Makefile
config.status: creating f77/spawn/Makefile
config.status: creating f77/spawn/testlist
config.status: creating f77/spawn/type1aint.h
config.status: creating f77/rma/Makefile
config.status: creating f77/ext/Makefile
config.status: creating f77/ext/testlist
config.status: creating f77/io/Makefile
config.status: creating f77/io/iooffset.h
config.status: creating f77/io/iodisp.h
config.status: creating f77/io/ioaint.h
config.status: creating f77/io/testlist
config.status: creating f77/profile/Makefile
config.status: creating f90/Makefile
config.status: creating f90/attr/Makefile
config.status: creating f90/datatype/Makefile
config.status: creating f90/f90types/Makefile
config.status: creating f90/util/Makefile
config.status: creating f90/coll/Makefile
config.status: creating f90/comm/Makefile
config.status: creating f90/topo/Makefile
config.status: creating f90/init/Makefile
config.status: creating f90/pt2pt/Makefile
config.status: creating f90/rma/Makefile
config.status: creating f90/info/Makefile
config.status: creating f90/spawn/Makefile
config.status: creating f90/spawn/testlist
config.status: creating f90/timer/Makefile
config.status: creating f90/ext/Makefile
config.status: creating f90/ext/testlist
config.status: creating f90/io/Makefile
config.status: creating f90/io/testlist
config.status: creating f90/misc/Makefile
config.status: creating f90/profile/Makefile
config.status: creating f08/Makefile
config.status: creating f08/attr/Makefile
config.status: creating f08/datatype/Makefile
config.status: creating f08/util/Makefile
config.status: creating f08/coll/Makefile
config.status: creating f08/comm/Makefile
config.status: creating f08/pt2pt/Makefile
config.status: creating f08/rma/Makefile
config.status: creating f08/subarray/Makefile
config.status: creating f08/topo/Makefile
config.status: creating f08/io/Makefile
config.status: creating f08/io/testlist
config.status: creating f08/init/Makefile
config.status: creating f08/info/Makefile
config.status: creating f08/spawn/Makefile
config.status: creating f08/spawn/testlist
config.status: creating f08/timer/Makefile
config.status: creating f08/ext/Makefile
config.status: creating f08/misc/Makefile
config.status: creating f08/profile/Makefile
config.status: creating cxx/Makefile
config.status: creating cxx/util/Makefile
config.status: creating cxx/attr/Makefile
config.status: creating cxx/attr/testlist
config.status: creating cxx/pt2pt/Makefile
config.status: creating cxx/comm/Makefile
config.status: creating cxx/coll/Makefile
config.status: creating cxx/errhan/Makefile
config.status: creating cxx/info/Makefile
config.status: creating cxx/datatype/Makefile
config.status: creating cxx/datatype/testlist
config.status: creating cxx/io/Makefile
config.status: creating cxx/init/Makefile
config.status: creating cxx/rma/Makefile
config.status: creating cxx/spawn/Makefile
config.status: creating cxx/spawn/testlist
config.status: creating cxx/topo/Makefile
config.status: creating threads/Makefile
config.status: creating threads/pt2pt/Makefile
config.status: creating threads/util/Makefile
config.status: creating threads/comm/Makefile
config.status: creating threads/comm/testlist
config.status: creating threads/init/Makefile
config.status: creating threads/mpi_t/Makefile
config.status: creating threads/spawn/Makefile
config.status: creating threads/rma/Makefile
config.status: creating threads/coll/Makefile
config.status: creating threads/coll/testlist
config.status: creating errors/Makefile
config.status: creating errors/attr/Makefile
config.status: creating errors/basic/Makefile
config.status: creating errors/coll/Makefile
config.status: creating errors/comm/Makefile
config.status: creating errors/datatype/Makefile
config.status: creating errors/faults/Makefile
config.status: creating errors/group/Makefile
config.status: creating errors/pt2pt/Makefile
config.status: creating errors/rma/Makefile
config.status: creating errors/spawn/Makefile
config.status: creating errors/spawn/testlist
config.status: creating errors/topo/Makefile
config.status: creating errors/io/Makefile
config.status: creating errors/cxx/Makefile
config.status: creating errors/cxx/errhan/Makefile
config.status: creating errors/cxx/io/Makefile
config.status: creating errors/f77/Makefile
config.status: creating errors/f77/io/Makefile
config.status: creating errors/f77/io/addsize.h
config.status: creating errors/f77/io/iooffset.h
config.status: creating errors/f90/Makefile
config.status: creating errors/f90/io/Makefile
config.status: creating errors/f08/Makefile
config.status: creating errors/f08/io/Makefile
config.status: creating ckpoint/Makefile
config.status: creating ft/Makefile
config.status: creating manual/Makefile
config.status: creating manual/manyconnect
config.status: creating manual/mpi_t/Makefile
config.status: creating perf/Makefile
config.status: creating testlist
config.status: creating cxx/testlist
config.status: creating cxx/topo/testlist
config.status: creating f77/testlist
config.status: creating f90/testlist
config.status: creating f08/testlist
config.status: creating threads/testlist
config.status: creating errors/testlist
config.status: creating errors/cxx/testlist
config.status: creating errors/f77/testlist
config.status: creating errors/f90/testlist
config.status: creating impls/testlist
config.status: creating f77/rma/testlist
config.status: creating f90/rma/testlist
config.status: creating f08/rma/testlist
config.status: creating impls/Makefile
config.status: creating impls/hydra/Makefile
config.status: creating impls/hydra/proc_binding.sh
config.status: creating impls/mpich/Makefile
config.status: creating impls/mpich/testlist
config.status: creating impls/mpich/mpi_t/Makefile
config.status: creating include/mpitestconf.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: executing default-4 commands
=== configuring in dtpools (/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/test/mpi/dtpools)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d'  '--enable-shared' '--with-pm=hydra' '--enable-romio' '--without-ibverbs' '--enable-wrapper-rpath=yes' '--with-slurm=yes' '--with-slurm-include=/usr/include' '--with-slurm-lib=/usr/lib' '--with-pmix=/usr/local/pmix-3.1.5' '--with-device=ch4:ucx' '--with-ucx=/usr/local/ucx-1.7.0' 'CC=/home/sas4990/packages/spack/lib/spack/env/gcc/gcc' 'CXX=/home/sas4990/packages/spack/lib/spack/env/gcc/g++' 'FC=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'F77=/home/sas4990/packages/spack/lib/spack/env/gcc/gfortran' 'master_top_builddir=/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src' 'master_top_srcdir=/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src' 'FROM_MPICH=yes' 'MPICH_THREAD_LEVEL=MPI_THREAD_MULTIPLE' 'MPICH_ENABLE_F77=yes' 'MPICH_ENABLE_FC=yes' 'MPICH_ENABLE_CXX=yes' 'MPI_NO_SPAWN=' 'MPI_NO_RMA=' 'WRAPPER_CFLAGS=' 'WRAPPER_CPPFLAGS=' 'WRAPPER_LDFLAGS=' 'WRAPPER_LIBS=-lm  -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libpciaccess-0.13.5-3vvdpueqlwuuompzmcoemvdctqxm7a5p/lib -lpciaccess  -lOpenCL -L/home/sas4990/packages/spack/opt/spack/linux-rhel7-haswell/gcc-9.3.0/libxml2-2.9.9-ikbcxrnp22iyh3fonkz6v5dwyd6sgf5p/lib -lxml2   -lpthread  -lpmix -lucp -lucs -lrt ' 'WRAPPER_FFLAGS=' 'WRAPPER_FCFLAGS=' 'WRAPPER_CXXFLAGS=' 'CFLAGS=   -O2' 'LDFLAGS= -L/usr/local/pmix-3.1.5/lib -L/usr/local/pmix-3.1.5/lib64 -L/usr/local/ucx-1.7.0/lib -L/usr/local/ucx-1.7.0/lib64' 'LIBS=' 'CPPFLAGS=  -DNETMOD_INLINE=__netmod_inline_ucx__ -DSHM_INLINE=__shm_inline___ -DMPIDI_POSIX_USE_LOCK_FREE_QUEUES -I/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpl/include -I/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpl/include -I/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/src -I/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/src -D_REENTRANT -I/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpi/romio/include -I/usr/local/pmix-3.1.5/include -I/usr/local/ucx-1.7.0/include' 'FFLAGS=  -O2' 'MPI_SIZEOF_AINT=8' 'MPI_SIZEOF_OFFSET=8' 'FCFLAGS=  -O2' 'CXXFLAGS=  -O2' --cache-file=/dev/null --srcdir=.
checking for gawk... gawk
checking for gcc... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc accepts -g... yes
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed
checking whether /home/sas4990/packages/spack/lib/spack/env/gcc/gcc understands -c and -o together... yes
checking how to run the C preprocessor... /home/sas4990/packages/spack/lib/spack/env/gcc/gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/sas4990/packages/spack/lib/spack/env/gcc/gcc... /home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64
checking if the linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64 option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /home/sas4990/packages/spack/lib/spack/env/gcc/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -fno-rtti -fno-exceptions... no
checking for /home/sas4990/packages/spack/lib/spack/env/gcc/gcc option to produce PIC... -fPIC -DPIC
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc PIC flag -fPIC -DPIC works... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc static flag -static works... no
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... yes
checking if /home/sas4990/packages/spack/lib/spack/env/gcc/gcc supports -c -o file.o... (cached) yes
checking whether the /home/sas4990/packages/spack/lib/spack/env/gcc/gcc linker (/home/sas4990/packages/spack/lib/spack/env/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating dtpoolsconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
Configuration completed.
==> 27891: mpich: Executing phase: 'build'
==> [2020-03-16-19:05:12.454246, 27929] 'make' '-j16'
if test ! -h ./src/include/mpio.h ; then \
    rm -f ./src/include/mpio.h ; \
    ( cd ./src/include &&       \
        ln -s ../mpi/romio/include/mpio.h ) ; \
fi
  MOD      src/binding/fortran/use_mpi_f08/mpi_c_interface_types.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_f08_types.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_f08_compile_constants.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_f08_link_constants.stamp
  MOD      src/binding/fortran/use_mpi_f08/pmpi_f08.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_f08.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_c_interface_glue.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_c_interface_cdesc.stamp
  MOD      src/binding/fortran/use_mpi_f08/mpi_c_interface.stamp
make  all-recursive
make[1]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src'
Making all in src/mpl
make[2]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpl'
  CC       src/bt/mpl_bt.lo
  CC       src/dbg/mpl_dbg.lo
  CC       src/env/mpl_env.lo
  CC       src/mem/mpl_trmem.lo
  CC       src/msg/mpl_msg.lo
  CC       src/sock/mpl_sock.lo
  CC       src/sock/mpl_sockaddr.lo
  CC       src/sock/mpl_host.lo
  CC       src/str/mpl_str.lo
  CC       src/str/mpl_argstr.lo
  CC       src/str/mpl_arg_serial.lo
  CC       src/thread/mpl_thread.lo
  CC       src/thread/mpl_thread_win.lo
  CC       src/thread/mpl_thread_solaris.lo
  CC       src/thread/mpl_thread_argobots.lo
  CC       src/thread/mpl_thread_posix.lo
  CC       src/timer/mpl_timer_clock_gettime.lo
  CC       src/timer/mpl_timer_gcc_ia64_cycle.lo
  CC       src/timer/mpl_timer_gethrtime.lo
  CC       src/timer/mpl_timer_gettimeofday.lo
  CC       src/timer/mpl_timer_linux86_cycle.lo
  CC       src/timer/mpl_timer_ppc64_cycle.lo
  CC       src/timer/mpl_timer_mach_absolute_time.lo
  CC       src/timer/mpl_timer_query_performance_counter.lo
  CC       src/timer/mpl_timer_win86_cycle.lo
  CC       src/timer/mpl_timer_device.lo
  CC       src/shm/mpl_shm.lo
  CC       src/shm/mpl_shm_sysv.lo
  CC       src/shm/mpl_shm_mmap.lo
  CC       src/shm/mpl_shm_win.lo
  CCLD     libmpl.la
make[2]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpl'
Making all in src/openpa
make[2]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa'
Making all in src
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/src'
make  all-am
make[4]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/src'
  CC       opa_primitives.lo
  CC       opa_queue.lo
  CCLD     libopa.la
make[4]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/src'
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/src'
Making all in test
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa/test'
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa'
make[2]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/openpa'
Making all in src/hwloc
make[2]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc'
Making all in include
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc/include'
Making all in hwloc
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc/hwloc'
  CC       topology.lo
  CC       traversal.lo
  CC       distances.lo
  CC       components.lo
  CC       bind.lo
  CC       bitmap.lo
  CC       pci-common.lo
  CC       diff.lo
  CC       shmem.lo
  CC       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-pci.lo
  CC       topology-opencl.lo
  CC       topology-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc_embedded.la
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc/hwloc'
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc'
make[2]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/hwloc'
Making all in src/mpi/romio
make[2]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpi/romio'
make[3]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpi/romio'
  CC       mpi-io/mpich_fileutil.lo
  CC       mpi-io/mpir-mpioinit.lo
  CC       mpi-io/mpiu_greq.lo
  CC       mpi-io/mpiu_external32.lo
  CC       mpi-io/mpir_cst_filesys.lo
  CC       mpi-io/close.lo
  CC       mpi-io/delete.lo
  CC       mpi-io/file_c2f.lo
  CC       mpi-io/file_f2c.lo
  CC       mpi-io/fsync.lo
  CC       mpi-io/get_amode.lo
  CC       mpi-io/get_atom.lo
  CC       mpi-io/get_bytoff.lo
  CC       mpi-io/get_extent.lo
  CC       mpi-io/get_group.lo
  CC       mpi-io/get_info.lo
  CC       mpi-io/get_posn.lo
  CC       mpi-io/get_posn_sh.lo
  CC       mpi-io/get_size.lo
  CC       mpi-io/get_view.lo
  CC       mpi-io/iread.lo
  CC       mpi-io/iread_all.lo
  CC       mpi-io/iread_at.lo
  CC       mpi-io/iread_atall.lo
  CC       mpi-io/iread_sh.lo
  CC       mpi-io/iwrite.lo
  CC       mpi-io/iwrite_all.lo
  CC       mpi-io/iwrite_at.lo
  CC       mpi-io/iwrite_atall.lo
  CC       mpi-io/iwrite_sh.lo
  CC       mpi-io/open.lo
  CC       mpi-io/prealloc.lo
  CC       mpi-io/rd_atallb.lo
  CC       mpi-io/rd_atalle.lo
  CC       mpi-io/read.lo
  CC       mpi-io/read_all.lo
  CC       mpi-io/read_allb.lo
  CC       mpi-io/read_alle.lo
  CC       mpi-io/read_at.lo
  CC       mpi-io/read_atall.lo
  CC       mpi-io/read_ord.lo
  CC       mpi-io/read_ordb.lo
  CC       mpi-io/read_orde.lo
  CC       mpi-io/read_sh.lo
  CC       mpi-io/register_datarep.lo
  CC       mpi-io/seek.lo
  CC       mpi-io/seek_sh.lo
  CC       mpi-io/set_atom.lo
  CC       mpi-io/set_info.lo
  CC       mpi-io/set_size.lo
  CC       mpi-io/set_view.lo
  CC       mpi-io/wr_atallb.lo
  CC       mpi-io/wr_atalle.lo
  CC       mpi-io/write.lo
  CC       mpi-io/write_all.lo
  CC       mpi-io/write_allb.lo
  CC       mpi-io/write_alle.lo
  CC       mpi-io/write_at.lo
  CC       mpi-io/write_atall.lo
  CC       mpi-io/write_ord.lo
  CC       mpi-io/write_ordb.lo
  CC       mpi-io/write_orde.lo
  CC       mpi-io/write_sh.lo
  CC       mpi-io/glue/mpich/mpio_file.lo
  CC       mpi-io/glue/mpich/mpio_err.lo
  CC       adio/ad_nfs/ad_nfs_read.lo
  CC       adio/ad_nfs/ad_nfs_open.lo
  CC       adio/ad_nfs/ad_nfs_write.lo
  CC       adio/ad_nfs/ad_nfs_done.lo
  CC       adio/ad_nfs/ad_nfs_fcntl.lo
  CC       adio/ad_nfs/ad_nfs_iread.lo
  CC       adio/ad_nfs/ad_nfs_iwrite.lo
  CC       adio/ad_nfs/ad_nfs_wait.lo
  CC       adio/ad_nfs/ad_nfs_setsh.lo
  CC       adio/ad_nfs/ad_nfs_getsh.lo
  CC       adio/ad_nfs/ad_nfs.lo
  CC       adio/ad_nfs/ad_nfs_resize.lo
  CC       adio/ad_nfs/ad_nfs_features.lo
  CC       adio/ad_testfs/ad_testfs_close.lo
  CC       adio/ad_testfs/ad_testfs_read.lo
  CC       adio/ad_testfs/ad_testfs_rdcoll.lo
  CC       adio/ad_testfs/ad_testfs_wrcoll.lo
  CC       adio/ad_testfs/ad_testfs_open.lo
  CC       adio/ad_testfs/ad_testfs_write.lo
  CC       adio/ad_testfs/ad_testfs_done.lo
  CC       adio/ad_testfs/ad_testfs_fcntl.lo
  CC       adio/ad_testfs/ad_testfs_iread.lo
  CC       adio/ad_testfs/ad_testfs_iwrite.lo
  CC       adio/ad_testfs/ad_testfs_wait.lo
  CC       adio/ad_testfs/ad_testfs_flush.lo
  CC       adio/ad_testfs/ad_testfs_seek.lo
  CC       adio/ad_testfs/ad_testfs_resize.lo
  CC       adio/ad_testfs/ad_testfs_hints.lo
  CC       adio/ad_testfs/ad_testfs_delete.lo
  CC       adio/ad_testfs/ad_testfs.lo
  CC       adio/ad_ufs/ad_ufs.lo
  CC       adio/ad_ufs/ad_ufs_open.lo
  CC       adio/common/ad_aggregate.lo
  CC       adio/common/ad_aggregate_new.lo
  CC       adio/common/ad_close.lo
  CC       adio/common/ad_coll_build_req_new.lo
  CC       adio/common/ad_coll_exch_new.lo
  CC       adio/common/ad_darray.lo
  CC       adio/common/ad_delete.lo
  CC       adio/common/ad_done.lo
  CC       adio/common/ad_done_fake.lo
  CC       adio/common/ad_end.lo
  CC       adio/common/ad_fcntl.lo
  CC       adio/common/ad_features.lo
  CC       adio/common/ad_flush.lo
  CC       adio/common/ad_fstype.lo
  CC       adio/common/ad_get_sh_fp.lo
  CC       adio/common/ad_hints.lo
  CC       adio/common/ad_init.lo
  CC       adio/common/ad_io_coll.lo
  CC       adio/common/ad_iopen.lo
  CC       adio/common/ad_iread.lo
  CC       adio/common/ad_iread_coll.lo
  CC       adio/common/ad_iread_fake.lo
  CC       adio/common/ad_iwrite.lo
  CC       adio/common/ad_iwrite_coll.lo
  CC       adio/common/ad_iwrite_fake.lo
  CC       adio/common/ad_open.lo
  CC       adio/common/ad_opencoll.lo
  CC       adio/common/ad_opencoll_failsafe.lo
  CC       adio/common/ad_opencoll_scalable.lo
  CC       adio/common/ad_prealloc.lo
  CC       adio/common/ad_read.lo
  CC       adio/common/ad_read_coll.lo
  CC       adio/common/ad_read_str.lo
  CC       adio/common/ad_read_str_naive.lo
  CC       adio/common/ad_resize.lo
  CC       adio/common/ad_seek.lo
  CC       adio/common/ad_set_sh_fp.lo
  CC       adio/common/ad_set_view.lo
  CC       adio/common/ad_subarray.lo
  CC       adio/common/ad_wait.lo
  CC       adio/common/ad_wait_fake.lo
  CC       adio/common/ad_write.lo
  CC       adio/common/ad_write_coll.lo
  CC       adio/common/ad_write_nolock.lo
  CC       adio/common/ad_write_str.lo
  CC       adio/common/ad_write_str_naive.lo
  CC       adio/common/adi_close.lo
  CC       adio/common/byte_offset.lo
  CC       adio/common/cb_config_list.lo
  CC       adio/common/eof_offset.lo
  CC       adio/common/error.lo
  CC       adio/common/flatten.lo
  CC       adio/common/get_fp_posn.lo
  CC       adio/common/greq_fns.lo
  CC       adio/common/heap_sort.lo
  CC       adio/common/iscontig.lo
  CC       adio/common/lock.lo
  CC       adio/common/malloc.lo
  CC       adio/common/shfp_fname.lo
  CC       adio/common/status_setb.lo
  CC       adio/common/strfns.lo
  CC       adio/common/system_hints.lo
  CC       adio/common/hint_fns.lo
  CC       adio/common/ad_threaded_io.lo
  CC       adio/common/p2p_aggregation.lo
  CC       adio/common/onesided_aggregation.lo
  CC       adio/common/ad_tuning.lo
  CC       adio/common/utils.lo
  CCLD     libromio.la
make[3]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpi/romio'
make[2]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src/src/mpi/romio'
Making all in .
make[2]: Entering directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src'
  CC       src/mpi/attr/lib_libmpi_la-attrutil.lo
  CC       src/mpi/attr/lib_libmpi_la-dup_fn.lo
  CC       src/mpi/coll/allgather/lib_libmpi_la-allgather_allcomm_nb.lo
  CC       src/mpi/coll/allgather/lib_libmpi_la-allgather_intra_recursive_doubling.lo
  CC       src/mpi/coll/allgather/lib_libmpi_la-allgather_intra_brucks.lo
  CC       src/mpi/coll/allgather/lib_libmpi_la-allgather_intra_ring.lo
  CC       src/mpi/coll/allgather/lib_libmpi_la-allgather_inter_local_gather_remote_bcast.lo
  CC       src/mpi/coll/allgatherv/lib_libmpi_la-allgatherv_allcomm_nb.lo
  CC       src/mpi/coll/allgatherv/lib_libmpi_la-allgatherv_intra_recursive_doubling.lo
  CC       src/mpi/coll/allgatherv/lib_libmpi_la-allgatherv_intra_brucks.lo
  CC       src/mpi/coll/allgatherv/lib_libmpi_la-allgatherv_intra_ring.lo
  CC       src/mpi/coll/allgatherv/lib_libmpi_la-allgatherv_inter_remote_gather_local_bcast.lo
  CC       src/mpi/coll/allreduce/lib_libmpi_la-allreduce_allcomm_nb.lo
  CC       src/mpi/coll/allreduce/lib_libmpi_la-allreduce_intra_recursive_doubling.lo
  CC       src/mpi/coll/allreduce/lib_libmpi_la-allreduce_intra_reduce_scatter_allgather.lo
  CC       src/mpi/coll/allreduce/lib_libmpi_la-allreduce_intra_smp.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/attrutil.c:16:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/dup_fn.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgather/allgather_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgather/allgather_intra_brucks.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgather/allgather_intra_recursive_doubling.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgather/allgather_intra_ring.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgather/allgather_inter_local_gather_remote_bcast.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgatherv/allgatherv_intra_recursive_doubling.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgatherv/allgatherv_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgatherv/allgatherv_intra_brucks.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgatherv/allgatherv_intra_ring.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgatherv/allgatherv_inter_remote_gather_local_bcast.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce/allreduce_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce/allreduce_intra_reduce_scatter_allgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce/allreduce_intra_smp.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce/allreduce_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/allreduce/lib_libmpi_la-allreduce_inter_reduce_exchange_bcast.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall_allcomm_nb.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall_intra_pairwise_sendrecv_replace.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall_intra_brucks.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall_intra_scattered.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall_intra_pairwise.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall_inter_pairwise_exchange.lo
  CC       src/mpi/coll/alltoallv/lib_libmpi_la-alltoallv_allcomm_nb.lo
  CC       src/mpi/coll/alltoallv/lib_libmpi_la-alltoallv_intra_pairwise_sendrecv_replace.lo
  CC       src/mpi/coll/alltoallv/lib_libmpi_la-alltoallv_intra_scattered.lo
  CC       src/mpi/coll/alltoallv/lib_libmpi_la-alltoallv_inter_pairwise_exchange.lo
  CC       src/mpi/coll/alltoallw/lib_libmpi_la-alltoallw_allcomm_nb.lo
  CC       src/mpi/coll/alltoallw/lib_libmpi_la-alltoallw_intra_pairwise_sendrecv_replace.lo
  CC       src/mpi/coll/alltoallw/lib_libmpi_la-alltoallw_intra_scattered.lo
  CC       src/mpi/coll/alltoallw/lib_libmpi_la-alltoallw_inter_pairwise_exchange.lo
  CC       src/mpi/coll/barrier/lib_libmpi_la-barrier_allcomm_nb.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce/allreduce_inter_reduce_exchange_bcast.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall_intra_pairwise_sendrecv_replace.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall_intra_brucks.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall_intra_scattered.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall_intra_pairwise.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall_inter_pairwise_exchange.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallv/alltoallv_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallv/alltoallv_intra_pairwise_sendrecv_replace.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallv/alltoallv_intra_scattered.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallv/alltoallv_inter_pairwise_exchange.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallw/alltoallw_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallw/alltoallw_intra_pairwise_sendrecv_replace.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallw/alltoallw_intra_scattered.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallw/alltoallw_inter_pairwise_exchange.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/barrier/barrier_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/barrier/lib_libmpi_la-barrier_intra_dissemination.lo
  CC       src/mpi/coll/barrier/lib_libmpi_la-barrier_intra_smp.lo
  CC       src/mpi/coll/barrier/lib_libmpi_la-barrier_inter_bcast.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_utils.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_allcomm_nb.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_intra_binomial.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_intra_scatter_recursive_doubling_allgather.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_intra_scatter_ring_allgather.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_intra_smp.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast_inter_remote_send_local_bcast.lo
  CC       src/mpi/coll/exscan/lib_libmpi_la-exscan_allcomm_nb.lo
  CC       src/mpi/coll/exscan/lib_libmpi_la-exscan_intra_recursive_doubling.lo
  CC       src/mpi/coll/gather/lib_libmpi_la-gather_allcomm_nb.lo
  CC       src/mpi/coll/gather/lib_libmpi_la-gather_intra_binomial.lo
  CC       src/mpi/coll/gather/lib_libmpi_la-gather_inter_linear.lo
  CC       src/mpi/coll/gather/lib_libmpi_la-gather_inter_local_gather_remote_send.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/barrier/barrier_intra_dissemination.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/barrier/barrier_intra_smp.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/barrier/barrier_inter_bcast.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_utils.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_intra_binomial.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_intra_scatter_ring_allgather.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_intra_scatter_recursive_doubling_allgather.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_intra_smp.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast_inter_remote_send_local_bcast.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/exscan/exscan_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/exscan/exscan_intra_recursive_doubling.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gather/gather_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gather/gather_intra_binomial.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gather/gather_inter_linear.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gather/gather_inter_local_gather_remote_send.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/gatherv/lib_libmpi_la-gatherv_allcomm_nb.lo
  CC       src/mpi/coll/gatherv/lib_libmpi_la-gatherv_allcomm_linear.lo
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter_allcomm_nb.lo
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter_intra_recursive_halving.lo
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter_intra_pairwise.lo
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter_intra_recursive_doubling.lo
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter_intra_noncommutative.lo
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter_inter_remote_reduce_local_scatter.lo
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block_allcomm_nb.lo
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block_intra_recursive_halving.lo
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block_intra_pairwise.lo
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block_intra_recursive_doubling.lo
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block_intra_noncommutative.lo
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block_inter_remote_reduce_local_scatter.lo
  CC       src/mpi/coll/reduce/lib_libmpi_la-reduce_allcomm_nb.lo
  CC       src/mpi/coll/reduce/lib_libmpi_la-reduce_intra_binomial.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gatherv/gatherv_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gatherv/gatherv_allcomm_linear.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter_intra_recursive_halving.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter_intra_pairwise.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter_intra_noncommutative.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter_intra_recursive_doubling.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter_inter_remote_reduce_local_scatter.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block_intra_recursive_halving.c:14:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block_intra_pairwise.c:14:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block_intra_recursive_doubling.c:14:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block_intra_noncommutative.c:14:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block_inter_remote_reduce_local_scatter.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce/reduce_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce/reduce_intra_binomial.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/reduce/lib_libmpi_la-reduce_intra_reduce_scatter_gather.lo
  CC       src/mpi/coll/reduce/lib_libmpi_la-reduce_intra_smp.lo
  CC       src/mpi/coll/reduce/lib_libmpi_la-reduce_inter_local_reduce_remote_send.lo
  CC       src/mpi/coll/scan/lib_libmpi_la-scan_allcomm_nb.lo
  CC       src/mpi/coll/scan/lib_libmpi_la-scan_intra_recursive_doubling.lo
  CC       src/mpi/coll/scan/lib_libmpi_la-scan_intra_smp.lo
  CC       src/mpi/coll/scatter/lib_libmpi_la-scatter_allcomm_nb.lo
  CC       src/mpi/coll/scatter/lib_libmpi_la-scatter_intra_binomial.lo
  CC       src/mpi/coll/scatter/lib_libmpi_la-scatter_inter_linear.lo
  CC       src/mpi/coll/scatter/lib_libmpi_la-scatter_inter_remote_send_local_scatter.lo
  CC       src/mpi/coll/scatterv/lib_libmpi_la-scatterv_allcomm_nb.lo
  CC       src/mpi/coll/scatterv/lib_libmpi_la-scatterv_allcomm_linear.lo
  CC       src/mpi/coll/neighbor_allgather/lib_libmpi_la-neighbor_allgather_allcomm_nb.lo
  CC       src/mpi/coll/neighbor_allgatherv/lib_libmpi_la-neighbor_allgatherv_allcomm_nb.lo
  CC       src/mpi/coll/neighbor_alltoall/lib_libmpi_la-neighbor_alltoall_allcomm_nb.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce/reduce_intra_reduce_scatter_gather.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/neighbor_alltoallv/lib_libmpi_la-neighbor_alltoallv_allcomm_nb.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce/reduce_intra_smp.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce/reduce_inter_local_reduce_remote_send.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scan/scan_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scan/scan_intra_recursive_doubling.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scan/scan_intra_smp.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatter/scatter_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatter/scatter_inter_linear.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatter/scatter_intra_binomial.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatter/scatter_inter_remote_send_local_scatter.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatterv/scatterv_allcomm_linear.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatterv/scatterv_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_allgather/neighbor_allgather_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_allgatherv/neighbor_allgatherv_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_alltoall/neighbor_alltoall_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_alltoallv/neighbor_alltoallv_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/neighbor_alltoallw/lib_libmpi_la-neighbor_alltoallw_allcomm_nb.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_intra_recursive_doubling.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_intra_brucks.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_intra_ring.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_inter_local_gather_remote_bcast.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_gentran_algos.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_intra_recexch_distance_doubling.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_intra_recexch_distance_halving.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather_intra_gentran_brucks.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_intra_recursive_doubling.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_intra_brucks.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_intra_ring.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_inter_remote_gather_local_bcast.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_gentran_algos.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_intra_recexch_distance_doubling.lo
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_intra_recexch_distance_halving.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_alltoallw/neighbor_alltoallw_allcomm_nb.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_intra_brucks.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_inter_local_gather_remote_bcast.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_intra_ring.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_intra_recexch_distance_doubling.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_intra_recexch_distance_halving.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather_intra_gentran_brucks.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_intra_brucks.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_intra_ring.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_inter_remote_gather_local_bcast.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_intra_recexch_distance_doubling.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_intra_recexch_distance_halving.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv_intra_gentran_ring.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_naive.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_reduce_scatter_allgather.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_recursive_doubling.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_smp.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_inter_remote_reduce_local_bcast.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_gentran_algos.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_recexch_single_buffer.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_recexch_multiple_buffer.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_tree_kary.lo
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce_intra_tree_knomial.lo
  CC       src/mpi/coll/ialltoall/lib_libmpi_la-ialltoall_intra_inplace.lo
  CC       src/mpi/coll/ialltoall/lib_libmpi_la-ialltoall_intra_brucks.lo
  CC       src/mpi/coll/ialltoall/lib_libmpi_la-ialltoall_intra_permuted_sendrecv.lo
  CC       src/mpi/coll/ialltoall/lib_libmpi_la-ialltoall_intra_pairwise.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv_intra_gentran_ring.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ialltoall/lib_libmpi_la-ialltoall_inter_pairwise_exchange.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_naive.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_reduce_scatter_allgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_smp.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_inter_remote_reduce_local_bcast.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_recexch_single_buffer.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_recexch_multiple_buffer.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_tree_kary.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce_intra_tree_knomial.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoall/ialltoall_intra_inplace.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoall/ialltoall_intra_brucks.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoall/ialltoall_intra_permuted_sendrecv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoall/ialltoall_intra_pairwise.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ialltoallv/lib_libmpi_la-ialltoallv_intra_inplace.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoall/ialltoall_inter_pairwise_exchange.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ialltoallv/lib_libmpi_la-ialltoallv_intra_blocked.lo
  CC       src/mpi/coll/ialltoallv/lib_libmpi_la-ialltoallv_inter_pairwise_exchange.lo
  CC       src/mpi/coll/ialltoallw/lib_libmpi_la-ialltoallw_intra_inplace.lo
  CC       src/mpi/coll/ialltoallw/lib_libmpi_la-ialltoallw_intra_blocked.lo
  CC       src/mpi/coll/ialltoallw/lib_libmpi_la-ialltoallw_inter_pairwise_exchange.lo
  CC       src/mpi/coll/ibarrier/lib_libmpi_la-ibarrier_intra_recursive_doubling.lo
  CC       src/mpi/coll/ibarrier/lib_libmpi_la-ibarrier_inter_bcast.lo
  CC       src/mpi/coll/ibarrier/lib_libmpi_la-ibarrier_intra_recexch.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_binomial.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_scatter_ring_allgather.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_scatter_recursive_doubling_allgather.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_smp.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallv/ialltoallv_intra_inplace.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_inter_flat.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_gentran_algos.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_tree.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallv/ialltoallv_intra_blocked.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallv/ialltoallv_inter_pairwise_exchange.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallw/ialltoallw_intra_inplace.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallw/ialltoallw_intra_blocked.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallw/ialltoallw_inter_pairwise_exchange.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibarrier/ibarrier_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibarrier/ibarrier_inter_bcast.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibarrier/ibarrier_intra_recexch.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_binomial.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_scatter_ring_allgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_scatter_recursive_doubling_allgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_smp.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_inter_flat.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_tree.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_scatter_recexch_allgather.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_intra_ring.lo
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast_utils.lo
  CC       src/mpi/coll/iexscan/lib_libmpi_la-iexscan_intra_recursive_doubling.lo
  CC       src/mpi/coll/igather/lib_libmpi_la-igather_intra_binomial.lo
  CC       src/mpi/coll/igather/lib_libmpi_la-igather_inter_short.lo
  CC       src/mpi/coll/igather/lib_libmpi_la-igather_inter_long.lo
  CC       src/mpi/coll/igather/lib_libmpi_la-igather_gentran_algos.lo
  CC       src/mpi/coll/igather/lib_libmpi_la-igather_intra_tree.lo
  CC       src/mpi/coll/igatherv/lib_libmpi_la-igatherv_allcomm_linear.lo
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_intra_recursive_halving.lo
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_intra_pairwise.lo
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_intra_recursive_doubling.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_scatter_recexch_allgather.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_intra_noncommutative.lo
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_inter_remote_reduce_local_scatterv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_intra_ring.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_gentran_algos.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast_utils.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igather/igather_intra_binomial.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iexscan/iexscan_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igather/igather_inter_short.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igather/igather_inter_long.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igather/igather_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igather/igather_intra_tree.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igatherv/igatherv_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_intra_recursive_halving.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_intra_pairwise.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_intra_noncommutative.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_inter_remote_reduce_local_scatterv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter_intra_recexch.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_intra_recursive_halving.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_intra_pairwise.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_intra_recursive_doubling.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_intra_noncommutative.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_inter_remote_reduce_local_scatterv.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_gentran_algos.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block_intra_recexch.lo
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_intra_binomial.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter_intra_recexch.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_intra_reduce_scatter_gather.lo
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_intra_smp.lo
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_inter_local_reduce_remote_send.lo
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_gentran_algos.lo
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_intra_tree.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_intra_recursive_halving.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce_intra_ring.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_intra_pairwise.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_intra_noncommutative.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_inter_remote_reduce_local_scatterv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/iscan/lib_libmpi_la-iscan_intra_recursive_doubling.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block_intra_recexch.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_intra_binomial.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_intra_reduce_scatter_gather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_intra_smp.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/iscan/lib_libmpi_la-iscan_intra_smp.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_inter_local_reduce_remote_send.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_intra_tree.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce_intra_ring.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscan/iscan_intra_recursive_doubling.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/iscatter/lib_libmpi_la-iscatter_intra_binomial.lo
  CC       src/mpi/coll/iscatter/lib_libmpi_la-iscatter_inter_linear.lo
  CC       src/mpi/coll/iscatter/lib_libmpi_la-iscatter_inter_remote_send_local_scatter.lo
  CC       src/mpi/coll/iscatter/lib_libmpi_la-iscatter_gentran_algos.lo
  CC       src/mpi/coll/iscatter/lib_libmpi_la-iscatter_intra_tree.lo
  CC       src/mpi/coll/iscatterv/lib_libmpi_la-iscatterv_allcomm_linear.lo
  CC       src/mpi/coll/ineighbor_allgather/lib_libmpi_la-ineighbor_allgather_allcomm_linear.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscan/iscan_intra_smp.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ineighbor_allgatherv/lib_libmpi_la-ineighbor_allgatherv_allcomm_linear.lo
  CC       src/mpi/coll/ineighbor_alltoall/lib_libmpi_la-ineighbor_alltoall_allcomm_linear.lo
  CC       src/mpi/coll/ineighbor_alltoallv/lib_libmpi_la-ineighbor_alltoallv_allcomm_linear.lo
  CC       src/mpi/coll/ineighbor_alltoallw/lib_libmpi_la-ineighbor_alltoallw_allcomm_linear.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opsum.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opmax.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opmin.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatter/iscatter_intra_binomial.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatter/iscatter_inter_remote_send_local_scatter.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatter/iscatter_inter_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatter/iscatter_gentran_algos.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatter/iscatter_intra_tree.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/op/lib_libmpi_la-opband.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatterv/iscatterv_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_allgather/ineighbor_allgather_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_allgatherv/ineighbor_allgatherv_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_alltoall/ineighbor_alltoall_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_alltoallv/ineighbor_alltoallv_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/op/lib_libmpi_la-opbor.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_alltoallw/ineighbor_alltoallw_allcomm_linear.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opsum.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opmin.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opmax.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opband.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/op/lib_libmpi_la-opbxor.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opland.lo
  CC       src/mpi/coll/op/lib_libmpi_la-oplor.lo
  CC       src/mpi/coll/op/lib_libmpi_la-oplxor.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opprod.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opminloc.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opmaxloc.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opbor.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/op/lib_libmpi_la-opno_op.lo
  CC       src/mpi/coll/op/lib_libmpi_la-opreplace.lo
  CC       src/mpi/comm/lib_libmpi_la-commutil.lo
  CC       src/mpi/comm/lib_libmpi_la-contextid.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opbxor.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opland.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/oplor.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-typeutil.lo
  CC       src/mpi/datatype/lib_libmpi_la-ext32_datatype.lo
  CC       src/mpi/datatype/lib_libmpi_la-looputil.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/oplxor.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opprod.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_blockindexed.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opminloc.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opmaxloc.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opno_op.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/opreplace.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_create_pairtype.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/commutil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/contextid.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/typeutil.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/looputil.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/ext32_datatype.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_blockindexed.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_debug.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_flatten.lo
  CC       src/mpi/errhan/lib_libmpi_la-errutil.lo
  CC       src/mpi/errhan/lib_libmpi_la-dynerrutil.lo
  CC       src/mpi/group/lib_libmpi_la-grouputil.lo
  CC       src/mpi/info/lib_libmpi_la-infoutil.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_pairtype.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/init/lib_libmpi_la-initinfo.lo
  CC       src/mpi/init/lib_libmpi_la-async.lo
  CC       src/mpi/init/lib_libmpi_la-netloc_util.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-bsendutil.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_debug.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_flatten.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-mpir_request.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/errutil.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/dynerrutil.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/grouputil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/infoutil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/initinfo.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-winutil.lo
  CC       src/mpi/rma/lib_libmpi_la-rmatypeutil.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/netloc_util.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/async.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-topoutil.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/bsendutil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/mpir_request.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/winutil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/rmatypeutil.c:13:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpi_la-fdebug.lo
  CC       src/binding/fortran/mpif_h/lib_libmpi_la-setbot.lo
  F77      src/binding/fortran/mpif_h/setbotf.lo
  CC       src/binding/fortran/use_mpi/lib_libmpi_la-create_f90_util.lo
  CC       src/glue/romio/lib_libmpi_la-glue_romio.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/topoutil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-mpit.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-sendf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-recvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-get_countf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/fdebug.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/setbot.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-bsendf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/glue/romio/glue_romio.c:11:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/create_f90_util.h:10,
                 from src/binding/fortran/use_mpi/create_f90_util.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ssendf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-rsendf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-bufattachf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/mpit.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/sendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-bufdetachf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/recvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-isendf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/get_countf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/bsendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ibsendf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ssendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-issendf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/rsendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-irsendf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/bufattachf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/bufdetachf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-irecvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-waitf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-testf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-request_freef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/isendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-waitanyf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ibsendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/issendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/irsendf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-testanyf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-waitallf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-testallf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/irecvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/waitf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-waitsomef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/testf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-testsomef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/request_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iprobef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-probef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/waitanyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/testanyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cancelf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/waitallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-testcancelf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/testallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-send_initf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-bsend_initf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/waitsomef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/testsomef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ssend_initf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-rsend_initf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iprobef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-recv_initf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-startf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/probef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-startallf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cancelf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/testcancelf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/send_initf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/bsend_initf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-sendrecvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-sndrcvrplf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typecontigf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ssend_initf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/rsend_initf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_vectorf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/recv_initf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/startf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_hvectorf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_indexedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_hindexedf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/startallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/sendrecvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/sndrcvrplf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_structf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_extentf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_sizef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_lbf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typecontigf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_vectorf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_hvectorf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_ubf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_commitf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_indexedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_freef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-get_elementsf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_hindexedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-packf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_structf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_extentf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_lbf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-unpackf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-pack_sizef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-barrierf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_commitf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_ubf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-bcastf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/get_elementsf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-gatherf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-gathervf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-scatterf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/packf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/unpackf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-scattervf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/pack_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-allgatherf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-allgathervf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-alltoallf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/barrierf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/bcastf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-alltoallvf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/gatherf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-alltoallwf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/gathervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-exscanf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-reducef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/scatterf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-op_createf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/scattervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/allgatherf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/alltoallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/allgathervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-op_freef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-allreducef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-redscatf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/alltoallvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/alltoallwf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-scanf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/exscanf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/reducef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_sizef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_rankf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-grouptranksf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/op_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_comparef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/op_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_groupf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/allreducef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_unionf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-groupinterf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/redscatf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/scanf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-groupdifff.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_inclf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_rankf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_exclf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-grouprinclf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/grouptranksf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-grouprexclf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_comparef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_groupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_unionf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/groupinterf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-group_freef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_sizef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_rankf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/groupdifff.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_comparef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_inclf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_exclf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/grouprinclf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_dupf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_dup_with_infof.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_createf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/grouprexclf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_splitf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_freef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/group_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commtesticf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commrsizef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_rankf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_comparef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commrgroupf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iccreatef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_dupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_dup_with_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-icmergef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-keyval_freef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-attr_putf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_splitf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commtesticf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commrsizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-attr_getf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-attr_deletef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-topo_testf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commrgroupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_createf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iccreatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/icmergef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/keyval_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dims_createf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-graph_createf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-graphdims_getf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/attr_putf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-graph_getf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cartdim_getf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_getf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/attr_getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_rankf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/attr_deletef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/topo_testf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_coordsf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-grfnbcountf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dims_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/graph_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-grfnbrsf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_shiftf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/graphdims_getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_subf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/graph_getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cartdim_getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_rankf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-cart_mapf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-graph_mapf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-getpnamef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_coordsf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/grfnbcountf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-get_versionf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/grfnbrsf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_shiftf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-get_library_versionf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-errhcreatef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-errhsetf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_subf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-errhgetf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-errhfreef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-error_stringf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/cart_mapf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/graph_mapf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-error_classf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/getpnamef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/get_versionf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-finalizef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-initializedf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/get_library_versionf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/errhcreatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-abortf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-close_portf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/errhsetf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_acceptf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/errhgetf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/errhfreef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/error_stringf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/error_classf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_connectf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commdiscf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commparentf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/finalizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/initializedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_joinf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/abortf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/close_portf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_spawnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-spawnmultf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-lookup_namef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_acceptf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-open_portf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-publish_namef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_connectf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-unpubnamef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_set_infof.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commdiscf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commparentf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_joinf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_get_infof.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-accumulatef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_spawnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/spawnmultf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-getf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-putf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/lookup_namef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/open_portf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/publish_namef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_completef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/unpubnamef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_set_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_createf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_fencef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_freef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_get_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/accumulatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_get_groupf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/putf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_lockf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_postf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_startf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_completef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_testf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_unlockf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_waitf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_fencef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_allocatef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_get_groupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_allocate_sharedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_shared_queryf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_create_dynamicf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_lockf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_attachf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_postf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_startf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_testf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_unlockf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_detachf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_waitf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_allocatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_get_infof.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_set_infof.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-get_accumulatef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_allocate_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_shared_queryf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-fetch_and_opf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_create_dynamicf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_attachf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-compare_and_swapf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-rputf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-rgetf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_detachf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-raccumulatef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-rget_accumulatef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_lock_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_get_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_set_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/get_accumulatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_unlock_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/fetch_and_opf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_flushf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_flush_allf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_flush_localf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/compare_and_swapf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_flush_local_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/rputf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/rgetf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/raccumulatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/rget_accumulatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_syncf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_lock_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_unlock_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-adderrclassf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-adderrcodef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-adderrstringf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_flushf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_flush_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commcallerrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_flush_localf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_flush_local_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commnewkeyf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commdelattrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commfreekeyf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_syncf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_get_attrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commgetnamf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/adderrclassf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_set_attrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/adderrcodef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/adderrstringf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_set_namef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commcallerrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-filecallerrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-greqcompletef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-greqstartf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-isthrmainf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commnewkeyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commdelattrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commfreekeyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_get_attrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commgetnamf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_set_attrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-query_threadf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_set_namef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-statgetclf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-statsetelf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typenewkeyf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/filecallerrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/greqcompletef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typedelattrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/greqstartf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/isthrmainf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_dupf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typefreekeyf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_get_attrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/query_threadf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typegetcntsf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typegetenvf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/statgetclf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typegnamef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/statsetelf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typenewkeyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typesetattrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typedelattrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typesetnamef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_match_sizef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-wincallerrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-winnewkeyf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_dupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typefreekeyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_get_attrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typegetcntsf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typegetenvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typegnamef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-windelattrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typesetattrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-winfreekeyf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_get_attrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typesetnamef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_get_namef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_match_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_set_attrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/wincallerrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/winnewkeyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-win_set_namef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-alloc_memf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commcreerrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/windelattrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commgeterrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-commseterrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/winfreekeyf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_get_attrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-filecreerrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_get_namef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-filegeterrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_set_attrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-fileseterrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-finalizedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-free_memf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-info_createf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/alloc_memf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/win_set_namef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commcreerrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commgeterrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/commseterrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/filecreerrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-info_deletef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/filegeterrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-info_dupf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-info_freef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-info_getf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/fileseterrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/finalizedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-infognkf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/free_memf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/info_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-infognthkf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-infovallenf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-info_setf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/info_deletef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-pack_externalf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-packesizef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/info_dupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/info_freef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-reqgetstatf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/info_getf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typedarrayf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/infognkf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typechindf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typechvecf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typecindbf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_create_hindexed_blockf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/infognthkf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/infovallenf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/info_setf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/pack_externalf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/packesizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/reqgetstatf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typecresizef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typedarrayf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typecstructf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typecsubarrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typechindf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typechvecf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typegetextentf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-typegtextf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typecindbf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_create_hindexed_blockf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-unpackextf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-wincreerrf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-wingeterrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typecresizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-winseterrf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typecstructf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-reduce_localf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typecsubarrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-op_commutativef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typegetextentf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-reduce_scatter_blockf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/typegtextf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dist_graph_create_adjacentf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dist_graph_createf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dist_graph_neighbors_countf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dist_graph_neighborsf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/unpackextf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/wincreerrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/wingeterrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/winseterrf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/reduce_localf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/op_commutativef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-improbef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/reduce_scatter_blockf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-imrecvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-mprobef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dist_graph_create_adjacentf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dist_graph_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-mrecvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_idupf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dist_graph_neighbors_countf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dist_graph_neighborsf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ibarrierf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ibcastf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-igatherf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/improbef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-igathervf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/imrecvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/mprobef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iscatterf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iscattervf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/mrecvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iallgatherf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_idupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iallgathervf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ialltoallf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ialltoallvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ialltoallwf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ibarrierf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ibcastf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/igatherf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/igathervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iscatterf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iscattervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ireducef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iallgatherf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iallreducef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ireduce_scatterf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iallgathervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ialltoallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ireduce_scatter_blockf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iscanf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ialltoallvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ialltoallwf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-iexscanf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ineighbor_allgatherf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ineighbor_allgathervf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ireducef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ineighbor_alltoallf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iallreducef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ireduce_scatterf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ineighbor_alltoallvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-ineighbor_alltoallwf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ireduce_scatter_blockf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-neighbor_allgatherf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iscanf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-neighbor_allgathervf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-neighbor_alltoallf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-neighbor_alltoallvf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-neighbor_alltoallwf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/iexscanf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ineighbor_allgatherf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ineighbor_allgathervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ineighbor_alltoallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ineighbor_alltoallvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/ineighbor_alltoallwf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_split_typef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/neighbor_allgatherf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-get_elements_xf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-status_set_elements_xf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/neighbor_allgathervf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/neighbor_alltoallf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_get_extent_xf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_get_true_extent_xf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/neighbor_alltoallvf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/neighbor_alltoallwf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-type_size_xf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_create_groupf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_failure_ackf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_split_typef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_failure_get_ackedf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/get_elements_xf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/status_set_elements_xf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_revokef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_shrinkf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_get_extent_xf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-comm_agreef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_get_true_extent_xf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_openf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_closef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_deletef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_set_sizef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/type_size_xf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_create_groupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_failure_ackf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_failure_get_ackedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_revokef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_shrinkf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_preallocatef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_sizef.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/comm_agreef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_groupf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_openf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_closef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_amodef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_set_infof.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_deletef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_set_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_infof.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_set_viewf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_viewf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_preallocatef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_atf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_sizef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_groupf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_at_allf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_atf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_at_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_amodef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_set_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iread_atf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iwrite_atf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_readf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_infof.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_set_viewf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_viewf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_atf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_at_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_atf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_writef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_at_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_ireadf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iread_atf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iwrite_atf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iwritef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_seekf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_readf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_positionf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_byte_offsetf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_sharedf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_writef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_sharedf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_ireadf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iread_sharedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iwrite_sharedf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_seekf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iwritef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_orderedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_orderedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_seek_sharedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_position_sharedf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_at_all_beginf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_positionf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_byte_offsetf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iread_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iwrite_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_at_all_endf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_at_all_beginf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_at_all_endf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_orderedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_orderedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_seek_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_all_beginf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_all_endf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_position_sharedf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_at_all_beginf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_all_beginf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_all_endf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_ordered_beginf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_at_all_endf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_read_ordered_endf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_at_all_beginf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_at_all_endf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_ordered_beginf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_write_ordered_endf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_all_beginf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_all_endf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_type_extentf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-register_datarepf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_set_atomicityf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_get_atomicityf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_syncf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_all_beginf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_all_endf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_ordered_beginf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_read_ordered_endf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_ordered_beginf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_write_ordered_endf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iread_at_allf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iwrite_at_allf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iread_allf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_type_extentf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_set_atomicityf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/register_datarepf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-file_iwrite_allf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-initf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_get_atomicityf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_syncf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-initthreadf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-pcontrolf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-addressf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iread_at_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-getaddressf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iwrite_at_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iread_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-wtimef.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-wtickf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/initf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/file_iwrite_allf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-aint_addf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-aint_difff.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-keyval_createf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dup_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_del_fnf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/initthreadf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/pcontrolf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/addressf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/getaddressf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/wtimef.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/wtickf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_copy_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dup_comm_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_comm_del_fnf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/aint_addf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_comm_copy_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dup_win_fnf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/aint_difff.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/keyval_createf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dup_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_del_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_win_del_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_win_copy_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-dup_type_fnf.lo
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_type_del_fnf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_copy_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dup_comm_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_comm_del_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/mpif_h/lib_libmpifort_la-null_type_copy_fnf.lo
  CC       src/binding/fortran/use_mpi/lib_libmpifort_la-typef90cmplxf.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_comm_copy_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dup_win_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/use_mpi/lib_libmpifort_la-typef90realf.lo
  CC       src/binding/fortran/use_mpi/lib_libmpifort_la-typef90intf.lo
rm -f src/binding/fortran/use_mpi/mpifnoext.h
sed -e 's/^C/\!/g' -e '/EXTERNAL/d' \
-e '/REAL\*8/d' \
-e '/DOUBLE PRECISION/d' \
-e '/MPI_WTICK/d' src/binding/fortran/mpif_h/mpif.h > src/binding/fortran/use_mpi/mpifnoext.h
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_win_del_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_win_copy_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/dup_type_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cp -p src/env/mpicc.bash src/env/mpicc
cp -p src/env/mpifort.bash src/env/mpifort
cp -p src/env/mpicxx.bash src/env/mpicxx
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_type_del_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/null_type_copy_fnf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/../mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/use_mpi/typef90cmplxf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/../mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/use_mpi/typef90realf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/attr/lib_libmpi_la-attr_delete.lo
  CC       src/mpi/attr/lib_libmpi_la-attr_get.lo
  CC       src/mpi/attr/lib_libmpi_la-attr_put.lo
  CC       src/mpi/attr/lib_libmpi_la-comm_create_keyval.lo
  CC       src/mpi/attr/lib_libmpi_la-comm_delete_attr.lo
  CC       src/mpi/attr/lib_libmpi_la-comm_free_keyval.lo
  CC       src/mpi/attr/lib_libmpi_la-comm_get_attr.lo
  CC       src/mpi/attr/lib_libmpi_la-comm_set_attr.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/../mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/use_mpi/typef90intf.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/attr/lib_libmpi_la-keyval_create.lo
  CC       src/mpi/attr/lib_libmpi_la-keyval_free.lo
  CC       src/mpi/attr/lib_libmpi_la-type_create_keyval.lo
  CC       src/mpi/attr/lib_libmpi_la-type_delete_attr.lo
  CC       src/mpi/attr/lib_libmpi_la-type_free_keyval.lo
  CC       src/mpi/attr/lib_libmpi_la-type_get_attr.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/attr_get.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/attr_put.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/comm_delete_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/attr_delete.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/comm_create_keyval.c:17:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/comm_free_keyval.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/comm_set_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/comm_get_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/attr/lib_libmpi_la-type_set_attr.lo
  CC       src/mpi/attr/lib_libmpi_la-win_create_keyval.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/keyval_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/keyval_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/type_create_keyval.c:17:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/type_delete_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/type_free_keyval.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/type_get_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/type_set_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/attr/lib_libmpi_la-win_delete_attr.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/win_create_keyval.c:17:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/attr/lib_libmpi_la-win_free_keyval.lo
  CC       src/mpi/attr/lib_libmpi_la-win_get_attr.lo
  CC       src/mpi/attr/lib_libmpi_la-win_set_attr.lo
  CC       src/mpi/coll/allgather/lib_libmpi_la-allgather.lo
  CC       src/mpi/coll/allgatherv/lib_libmpi_la-allgatherv.lo
  CC       src/mpi/coll/allreduce/lib_libmpi_la-allreduce.lo
  CC       src/mpi/coll/alltoall/lib_libmpi_la-alltoall.lo
  CC       src/mpi/coll/alltoallv/lib_libmpi_la-alltoallv.lo
  CC       src/mpi/coll/alltoallw/lib_libmpi_la-alltoallw.lo
  CC       src/mpi/coll/barrier/lib_libmpi_la-barrier.lo
  CC       src/mpi/coll/bcast/lib_libmpi_la-bcast.lo
  CC       src/mpi/coll/exscan/lib_libmpi_la-exscan.lo
  CC       src/mpi/coll/gather/lib_libmpi_la-gather.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/win_delete_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/win_free_keyval.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/win_get_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/attr/win_set_attr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgather/allgather.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allgatherv/allgatherv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/gatherv/lib_libmpi_la-gatherv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce/allreduce.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/reduce_scatter/lib_libmpi_la-reduce_scatter.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoall/alltoall.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallv/alltoallv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/alltoallw/alltoallw.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/barrier/barrier.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/bcast/bcast.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/exscan/exscan.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gather/gather.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/gatherv/gatherv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/reduce_scatter_block/lib_libmpi_la-reduce_scatter_block.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter/reduce_scatter.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/reduce/lib_libmpi_la-reduce.lo
  CC       src/mpi/coll/scan/lib_libmpi_la-scan.lo
  CC       src/mpi/coll/scatter/lib_libmpi_la-scatter.lo
  CC       src/mpi/coll/scatterv/lib_libmpi_la-scatterv.lo
  CC       src/mpi/coll/neighbor_allgather/lib_libmpi_la-neighbor_allgather.lo
  CC       src/mpi/coll/neighbor_allgatherv/lib_libmpi_la-neighbor_allgatherv.lo
  CC       src/mpi/coll/neighbor_alltoall/lib_libmpi_la-neighbor_alltoall.lo
  CC       src/mpi/coll/neighbor_alltoallv/lib_libmpi_la-neighbor_alltoallv.lo
  CC       src/mpi/coll/neighbor_alltoallw/lib_libmpi_la-neighbor_alltoallw.lo
  CC       src/mpi/coll/iallgather/lib_libmpi_la-iallgather.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_scatter_block/reduce_scatter_block.c:13:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce/reduce.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scan/scan.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/iallgatherv/lib_libmpi_la-iallgatherv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatter/scatter.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/iallreduce/lib_libmpi_la-iallreduce.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/scatterv/scatterv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_allgather/neighbor_allgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ialltoall/lib_libmpi_la-ialltoall.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_allgatherv/neighbor_allgatherv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ialltoallv/lib_libmpi_la-ialltoallv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_alltoall/neighbor_alltoall.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ialltoallw/lib_libmpi_la-ialltoallw.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_alltoallv/neighbor_alltoallv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/neighbor_alltoallw/neighbor_alltoallw.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgather/iallgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallgatherv/iallgatherv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iallreduce/iallreduce.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoall/ialltoall.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ibarrier/lib_libmpi_la-ibarrier.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallv/ialltoallv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ialltoallw/ialltoallw.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ibcast/lib_libmpi_la-ibcast.lo
  CC       src/mpi/coll/iexscan/lib_libmpi_la-iexscan.lo
  CC       src/mpi/coll/igather/lib_libmpi_la-igather.lo
  CC       src/mpi/coll/igatherv/lib_libmpi_la-igatherv.lo
  CC       src/mpi/coll/ireduce_scatter/lib_libmpi_la-ireduce_scatter.lo
  CC       src/mpi/coll/ireduce_scatter_block/lib_libmpi_la-ireduce_scatter_block.lo
  CC       src/mpi/coll/ireduce/lib_libmpi_la-ireduce.lo
  CC       src/mpi/coll/iscan/lib_libmpi_la-iscan.lo
  CC       src/mpi/coll/iscatter/lib_libmpi_la-iscatter.lo
  CC       src/mpi/coll/iscatterv/lib_libmpi_la-iscatterv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibarrier/ibarrier.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ineighbor_allgather/lib_libmpi_la-ineighbor_allgather.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ibcast/ibcast.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ineighbor_allgatherv/lib_libmpi_la-ineighbor_allgatherv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iexscan/iexscan.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igather/igather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ineighbor_alltoall/lib_libmpi_la-ineighbor_alltoall.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/igatherv/igatherv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter/ireduce_scatter.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce_scatter_block/ireduce_scatter_block.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ireduce/ireduce.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/ineighbor_alltoallv/lib_libmpi_la-ineighbor_alltoallv.lo
  CC       src/mpi/coll/ineighbor_alltoallw/lib_libmpi_la-ineighbor_alltoallw.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscan/iscan.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatter/iscatter.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/iscatterv/iscatterv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_allgather/ineighbor_allgather.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_allgatherv/ineighbor_allgatherv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/op/lib_libmpi_la-op_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_alltoall/ineighbor_alltoall.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_alltoallv/ineighbor_alltoallv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/ineighbor_alltoallw/ineighbor_alltoallw.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/op/lib_libmpi_la-op_free.lo
  CC       src/mpi/coll/op/lib_libmpi_la-op_commutative.lo
  CC       src/mpi/coll/reduce_local/lib_libmpi_la-reduce_local.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_compare.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_create.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_create_group.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/op_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-comm_dup.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_dup_with_info.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_free.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_get_name.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_get_info.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/op_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/op/op_commutative.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-comm_set_info.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_group.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_idup.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_rank.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_compare.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/reduce_local/reduce_local.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_create_group.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_dup.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_dup_with_info.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-comm_size.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_get_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_get_info.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_set_info.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_group.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_idup.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-comm_remote_group.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_rank.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-comm_remote_size.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_set_name.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_split.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_test_inter.lo
  CC       src/mpi/comm/lib_libmpi_la-intercomm_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_size.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-intercomm_merge.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_split_type.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_failure_ack.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_failure_get_acked.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_revoke.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_remote_group.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_remote_size.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/comm/lib_libmpi_la-comm_shrink.lo
  CC       src/mpi/comm/lib_libmpi_la-comm_agree.lo
  CC       src/mpi/datatype/lib_libmpi_la-address.lo
  CC       src/mpi/datatype/lib_libmpi_la-get_address.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_set_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_split.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_test_inter.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/intercomm_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/intercomm_merge.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_split_type.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-get_count.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_failure_ack.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_failure_get_acked.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_revoke.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_shrink.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-get_elements.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/address.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/comm/comm_agree.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/get_address.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-get_elements_x.lo
  CC       src/mpi/datatype/lib_libmpi_la-pack.lo
  CC       src/mpi/datatype/lib_libmpi_la-pack_external.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/get_count.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-pack_external_size.lo
  CC       src/mpi/datatype/lib_libmpi_la-pack_size.lo
  CC       src/mpi/datatype/lib_libmpi_la-status_set_elements.lo
  CC       src/mpi/datatype/lib_libmpi_la-status_set_elements_x.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_get_name.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/get_elements.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/get_elements_x.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_set_name.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_size.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_size_x.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_extent.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/pack.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/pack_external.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_vector.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/pack_external_size.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_commit.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/pack_size.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_indexed.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/status_set_elements.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/status_set_elements_x.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_set_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_size.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_hindexed.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_size_x.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_extent.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_struct.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_vector.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_contiguous.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_commit.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_indexed.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_hvector.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_dup.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_get_envelope.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_hindexed.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_get_contents.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_ub.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_lb.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_get_extent.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_get_extent_x.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_get_true_extent.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_struct.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_contiguous.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_hvector.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_dup.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_envelope.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_contents.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_ub.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_get_true_extent_x.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_extent.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_lb.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_match_size.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_extent_x.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_true_extent.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_create_struct.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_create_hindexed.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_create_hvector.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_get_true_extent_x.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_create_indexed_block.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_match_size.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/lib_libmpi_la-type_create_hindexed_block.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_create_resized.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_create_darray.lo
  CC       src/mpi/datatype/lib_libmpi_la-type_create_subarray.lo
  CC       src/mpi/datatype/lib_libmpi_la-unpack.lo
  CC       src/mpi/datatype/lib_libmpi_la-unpack_external.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_struct.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-add_error_code.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_hindexed.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-add_error_class.lo
  CC       src/mpi/errhan/lib_libmpi_la-add_error_string.lo
  CC       src/mpi/errhan/lib_libmpi_la-comm_call_errhandler.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_hvector.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_indexed_block.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_resized.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_hindexed_block.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_darray.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/type_create_subarray.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/unpack.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-comm_create_errhandler.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/unpack_external.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/add_error_code.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-comm_get_errhandler.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/add_error_class.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/add_error_string.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/comm_call_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-comm_set_errhandler.lo
  CC       src/mpi/errhan/lib_libmpi_la-errhandler_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/comm_create_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-errhandler_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/comm_get_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-errhandler_get.lo
  CC       src/mpi/errhan/lib_libmpi_la-errhandler_set.lo
  CC       src/mpi/errhan/lib_libmpi_la-error_class.lo
  CC       src/mpi/errhan/lib_libmpi_la-error_string.lo
  CC       src/mpi/errhan/lib_libmpi_la-file_create_errhandler.lo
  CC       src/mpi/errhan/lib_libmpi_la-file_get_errhandler.lo
  CC       src/mpi/errhan/lib_libmpi_la-file_set_errhandler.lo
  CC       src/mpi/errhan/lib_libmpi_la-file_call_errhandler.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/errhandler_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/comm_set_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-win_create_errhandler.lo
  CC       src/mpi/errhan/lib_libmpi_la-win_call_errhandler.lo
  CC       src/mpi/errhan/lib_libmpi_la-win_get_errhandler.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/errhandler_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/errhandler_get.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/errhandler_set.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/error_class.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/error_string.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/errhan/lib_libmpi_la-win_set_errhandler.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/file_create_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/file_get_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/file_set_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/file_call_errhandler.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/group/lib_libmpi_la-group_compare.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/win_create_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/win_call_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/group/lib_libmpi_la-group_difference.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/win_get_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/group/lib_libmpi_la-group_excl.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/errhan/win_set_errhandler.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/group/lib_libmpi_la-group_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_compare.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/group/lib_libmpi_la-group_incl.lo
  CC       src/mpi/group/lib_libmpi_la-group_intersection.lo
  CC       src/mpi/group/lib_libmpi_la-group_range_excl.lo
  CC       src/mpi/group/lib_libmpi_la-group_range_incl.lo
  CC       src/mpi/group/lib_libmpi_la-group_rank.lo
  CC       src/mpi/group/lib_libmpi_la-group_size.lo
  CC       src/mpi/group/lib_libmpi_la-group_translate_ranks.lo
  CC       src/mpi/group/lib_libmpi_la-group_union.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_difference.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/info/lib_libmpi_la-info_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_excl.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/info/lib_libmpi_la-info_delete.lo
  CC       src/mpi/info/lib_libmpi_la-info_dup.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_incl.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_intersection.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_range_excl.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_range_incl.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/info/lib_libmpi_la-info_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_rank.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_size.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_translate_ranks.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/group/group_union.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/info/lib_libmpi_la-info_get.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_create.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_delete.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_dup.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/info/lib_libmpi_la-info_getn.lo
  CC       src/mpi/info/lib_libmpi_la-info_getnth.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_free.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/info/lib_libmpi_la-info_getvallen.lo
  CC       src/mpi/info/lib_libmpi_la-info_set.lo
  CC       src/mpi/init/lib_libmpi_la-abort.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_get.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/init/lib_libmpi_la-init.lo
  CC       src/mpi/init/lib_libmpi_la-initialized.lo
  CC       src/mpi/init/lib_libmpi_la-initthread.lo
  CC       src/mpi/init/lib_libmpi_la-ismain.lo
  CC       src/mpi/init/lib_libmpi_la-finalize.lo
  CC       src/mpi/init/lib_libmpi_la-finalized.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_getn.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/init/lib_libmpi_la-querythread.lo
  CC       src/mpi/misc/lib_libmpi_la-getpname.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_getnth.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/misc/lib_libmpi_la-pcontrol.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_getvallen.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/info/info_set.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/abort.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/init.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/initialized.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/misc/lib_libmpi_la-version.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/initthread.c:16:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/ismain.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/finalize.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/finalized.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/misc/lib_libmpi_la-library_version.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/init/querythread.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/getpname.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/pcontrol.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/misc/lib_libmpi_la-aint_add.lo
  CC       src/mpi/misc/lib_libmpi_la-aint_diff.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/version.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/misc/lib_libmpi_la-utils.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-bsend.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-bsend_init.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-bufattach.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-buffree.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-ibsend.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/library_version.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-improbe.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-imrecv.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-iprobe.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/aint_add.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/aint_diff.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-irecv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/misc/utils.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-irsend.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/bsend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-isend.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/bsend_init.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/bufattach.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/buffree.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/ibsend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/improbe.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-issend.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/imrecv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-mprobe.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/iprobe.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/irecv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-mrecv.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-probe.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/irsend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/isend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-recv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/issend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-recv_init.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-rsend.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/mprobe.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-rsend_init.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-send.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/mrecv.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/probe.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-send_init.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-sendrecv.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-sendrecv_rep.lo
  CC       src/mpi/pt2pt/lib_libmpi_la-ssend.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/recv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/rsend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/recv_init.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/pt2pt/lib_libmpi_la-ssend_init.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/rsend_init.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/send.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-cancel.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/send_init.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-greq_start.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/sendrecv.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/ssend.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/sendrecv_rep.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-greq_complete.lo
  CC       src/mpi/request/lib_libmpi_la-request_free.lo
  CC       src/mpi/request/lib_libmpi_la-request_get_status.lo
  CC       src/mpi/request/lib_libmpi_la-status_set_cancelled.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/pt2pt/ssend_init.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/cancel.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/greq_start.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-start.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/greq_complete.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/request_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-startall.lo
  CC       src/mpi/request/lib_libmpi_la-test.lo
  CC       src/mpi/request/lib_libmpi_la-test_cancelled.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/request_get_status.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/status_set_cancelled.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-testall.lo
  CC       src/mpi/request/lib_libmpi_la-testany.lo
  CC       src/mpi/request/lib_libmpi_la-testsome.lo
  CC       src/mpi/request/lib_libmpi_la-wait.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/start.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/startall.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-waitall.lo
  CC       src/mpi/request/lib_libmpi_la-waitany.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/test.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/test_cancelled.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/testall.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/request/lib_libmpi_la-waitsome.lo
  CC       src/mpi/rma/lib_libmpi_la-accumulate.lo
  CC       src/mpi/rma/lib_libmpi_la-alloc_mem.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/testany.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-compare_and_swap.lo
  CC       src/mpi/rma/lib_libmpi_la-fetch_and_op.lo
  CC       src/mpi/rma/lib_libmpi_la-free_mem.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/testsome.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/wait.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/waitall.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/waitany.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/request/waitsome.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/accumulate.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-get.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/alloc_mem.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/compare_and_swap.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/fetch_and_op.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-get_accumulate.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/free_mem.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-put.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/get.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-raccumulate.lo
  CC       src/mpi/rma/lib_libmpi_la-rget.lo
  CC       src/mpi/rma/lib_libmpi_la-rget_accumulate.lo
  CC       src/mpi/rma/lib_libmpi_la-rput.lo
  CC       src/mpi/rma/lib_libmpi_la-win_allocate.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/get_accumulate.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_allocate_shared.lo
  CC       src/mpi/rma/lib_libmpi_la-win_attach.lo
  CC       src/mpi/rma/lib_libmpi_la-win_complete.lo
  CC       src/mpi/rma/lib_libmpi_la-win_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/put.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_create_dynamic.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/raccumulate.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/rget.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/rget_accumulate.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/rput.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_allocate.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_allocate_shared.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_attach.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_complete.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_detach.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_create_dynamic.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_fence.lo
  CC       src/mpi/rma/lib_libmpi_la-win_flush.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_detach.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_flush_all.lo
  CC       src/mpi/rma/lib_libmpi_la-win_flush_local.lo
  CC       src/mpi/rma/lib_libmpi_la-win_flush_local_all.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_fence.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_flush.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_flush_all.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_flush_local.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_get_group.lo
  CC       src/mpi/rma/lib_libmpi_la-win_get_info.lo
  CC       src/mpi/rma/lib_libmpi_la-win_get_name.lo
  CC       src/mpi/rma/lib_libmpi_la-win_lock.lo
  CC       src/mpi/rma/lib_libmpi_la-win_lock_all.lo
  CC       src/mpi/rma/lib_libmpi_la-win_post.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_flush_local_all.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_set_info.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_free.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_set_name.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_get_group.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_shared_query.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_get_info.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_start.lo
  CC       src/mpi/rma/lib_libmpi_la-win_sync.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_get_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_lock.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_lock_all.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_post.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_test.lo
  CC       src/mpi/rma/lib_libmpi_la-win_unlock.lo
  CC       src/mpi/rma/lib_libmpi_la-win_unlock_all.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_set_info.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_set_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_shared_query.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_start.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/rma/lib_libmpi_la-win_wait.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_sync.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-comm_disconnect.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_unlock.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-comm_get_parent.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_test.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_unlock_all.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-comm_join.lo
  CC       src/mpi/spawn/lib_libmpi_la-comm_spawn.lo
  CC       src/mpi/spawn/lib_libmpi_la-comm_spawn_multiple.lo
  CC       src/mpi/spawn/lib_libmpi_la-lookup_name.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/rma/win_wait.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-publish_name.lo
  CC       src/mpi/spawn/lib_libmpi_la-unpublish_name.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_disconnect.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-open_port.lo
  CC       src/mpi/spawn/lib_libmpi_la-close_port.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_get_parent.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-comm_connect.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_join.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/spawn/lib_libmpi_la-comm_accept.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_spawn.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/timer/lib_libmpi_la-wtime.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_spawn_multiple.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/lookup_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/publish_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/unpublish_name.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/open_port.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/close_port.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_connect.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/timer/lib_libmpi_la-wtick.lo
  CC       src/mpi/topo/lib_libmpi_la-cart_coords.lo
  CC       src/mpi/topo/lib_libmpi_la-cart_create.lo
  CC       src/mpi/topo/lib_libmpi_la-cart_get.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/spawn/comm_accept.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-cart_map.lo
  CC       src/mpi/topo/lib_libmpi_la-cart_rank.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/timer/wtime.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-cart_shift.lo
  CC       src/mpi/topo/lib_libmpi_la-cart_sub.lo
  CC       src/mpi/topo/lib_libmpi_la-dims_create.lo
  CC       src/mpi/topo/lib_libmpi_la-graph_get.lo
  CC       src/mpi/topo/lib_libmpi_la-graph_map.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/timer/wtick.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_coords.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-graph_nbr.lo
  CC       src/mpi/topo/lib_libmpi_la-graphcreate.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_get.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-graphdimsget.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_map.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_rank.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-graphnbrcnt.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_shift.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-cartdim_get.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cart_sub.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/dims_create.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/graph_get.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/graph_map.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/graph_nbr.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/graphcreate.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-topo_test.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/graphdimsget.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-dist_gr_create_adj.lo
  CC       src/mpi/topo/lib_libmpi_la-dist_gr_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/graphnbrcnt.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-dist_gr_neighb_count.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/cartdim_get.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/topo/lib_libmpi_la-dist_gr_neighb.lo
  CC       src/binding/fortran/mpif_h/lib_libmpi_la-statusf2c.lo
  CC       src/binding/fortran/mpif_h/lib_libmpi_la-statusc2f.lo
  CC       src/binding/fortran/use_mpi/lib_libmpi_la-create_f90_int.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/topo_test.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/binding/fortran/use_mpi/lib_libmpi_la-create_f90_real.lo
  CC       src/binding/fortran/use_mpi/lib_libmpi_la-create_f90_complex.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/dist_gr_create_adj.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/glue/romio/lib_libmpi_la-all_romio_symbols.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/dist_gr_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mutex/lib_libmpi_la-mutex_create.lo
  CC       src/mutex/lib_libmpi_la-mutex_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/dist_gr_neighb_count.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/topo/dist_gr_neighb.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/statusf2c.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mutex/lib_libmpi_la-mutex_lock.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/mpif_h/mpi_fortimpl.h:127,
                 from src/binding/fortran/mpif_h/statusc2f.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mutex/lib_libmpi_la-mutex_unlock.lo
  CC       src/mpi_t/lib_libmpi_la-cat_changed.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/create_f90_util.h:10,
                 from src/binding/fortran/use_mpi/create_f90_int.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/create_f90_util.h:10,
                 from src/binding/fortran/use_mpi/create_f90_real.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi/create_f90_util.h:10,
                 from src/binding/fortran/use_mpi/create_f90_complex.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-cat_get_categories.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/glue/romio/all_romio_symbols.c:35:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-cat_get_cvars.lo
  CC       src/mpi_t/lib_libmpi_la-cat_get_info.lo
  CC       src/mpi_t/lib_libmpi_la-cat_get_num.lo
  CC       src/mpi_t/lib_libmpi_la-cat_get_pvars.lo
  CC       src/mpi_t/lib_libmpi_la-cvar_get_info.lo
  CC       src/mpi_t/lib_libmpi_la-cvar_get_num.lo
  CC       src/mpi_t/lib_libmpi_la-cvar_handle_alloc.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_changed.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-cvar_handle_free.lo
  CC       src/mpi_t/lib_libmpi_la-cvar_read.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_get_categories.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_get_cvars.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-cvar_write.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_get_info.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-enum_get_info.lo
  CC       src/mpi_t/lib_libmpi_la-enum_get_item.lo
  CC       src/mpi_t/lib_libmpi_la-mpit_finalize.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_get_num.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-mpit_initthread.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_get_pvars.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_get_info.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_get_num.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_handle_alloc.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_handle_free.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_read.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-pvar_get_info.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_write.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/enum_get_info.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/enum_get_item.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/mpit_finalize.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-pvar_get_num.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/mpit_initthread.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-pvar_handle_alloc.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_handle_free.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_read.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_readreset.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_reset.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_session_create.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_session_free.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_get_info.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-pvar_start.lo
  CC       src/mpi_t/lib_libmpi_la-pvar_stop.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_get_num.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_handle_alloc.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_handle_free.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-pvar_write.lo
  CC       src/mpi_t/lib_libmpi_la-cat_get_index.lo
  CC       src/mpi_t/lib_libmpi_la-cvar_get_index.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_read.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi_t/lib_libmpi_la-pvar_get_index.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_readreset.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/allreduce_group/lib_libmpi_la-allreduce_group.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_reset.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_session_create.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_session_free.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_start.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_stop.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/src/lib_libmpi_la-coll_impl.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_write.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cvar_get_index.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/cat_get_index.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/transports/gentran/lib_libmpi_la-gentran_impl.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi_t/pvar_get_index.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/transports/gentran/lib_libmpi_la-gentran_utils.lo
  CC       src/mpi/coll/transports/gentran/lib_libmpi_la-tsp_gentran.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/allreduce_group/allreduce_group.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/transports/stubtran/lib_libmpi_la-stubtran_impl.lo
  CC       src/mpi/coll/transports/stubtran/lib_libmpi_la-tsp_stubtran.lo
  CC       src/mpi/coll/algorithms/treealgo/lib_libmpi_la-treealgo.lo
  CC       src/mpi/coll/algorithms/treealgo/lib_libmpi_la-treeutil.lo
  CC       src/mpi/coll/algorithms/recexchalgo/lib_libmpi_la-recexchalgo.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/src/coll_impl.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/algorithms/stubalgo/lib_libmpi_la-stubalgo.lo
  CC       src/mpi/coll/lib_libmpi_la-helper_fns.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/transports/gentran/gentran_impl.c:30:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/transports/gentran/gentran_utils.c:11:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/coll/lib_libmpi_la-nbcutil.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/transports/gentran/tsp_gentran.c:11:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-darray_support.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/transports/stubtran/stubtran_impl.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/transports/stubtran/tsp_stubtran.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/algorithms/treealgo/treealgo.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/algorithms/treealgo/treeutil.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/algorithms/recexchalgo/recexchalgo.c:11:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/algorithms/stubalgo/stubalgo.c:11:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/helper_fns.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create_blockindexed.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/coll/nbcutil.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/darray_support.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create_contig.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create_indexed.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create_pairtype.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create_struct.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-dataloop_create_vector.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-segment.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-segment_count.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create_blockindexed.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-segment_flatten.lo
  CC       src/mpi/datatype/dataloop/lib_libmpi_la-subarray_support.lo
  CC       src/util/mem/lib_libmpi_la-handlemem.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create_contig.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/util/mem/lib_libmpi_la-strerror.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create_indexed.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create_pairtype.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/util/cvar/lib_libmpi_la-mpir_cvars.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create_struct.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/util/procmap/lib_libmpi_la-local_proc.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/dataloop_create_vector.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/segment.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/segment_count.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/segment_flatten.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/mpi/datatype/dataloop/subarray_support.c:10:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/util/assert/lib_libmpi_la-assert.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/util/mem/handlemem.c:34:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/util/mem/strerror.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpid/ch4/src/lib_libmpi_la-ch4_globals.lo
  CC       src/mpid/ch4/src/lib_libmpi_la-mpid_ch4_net_array.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/util/cvar/mpir_cvars.c:13:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/util/procmap/local_proc.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpid/ch4/src/lib_libmpi_la-ch4_coll_globals_default.lo
  CC       src/mpid/ch4/generic/lib_libmpi_la-mpidig_globals.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/util/assert/assert.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpid/ch4/generic/lib_libmpi_la-mpidig_init.lo
  CC       src/mpid/ch4/netmod/ucx/lib_libmpi_la-func_table.lo
  CC       src/mpid/ch4/netmod/ucx/lib_libmpi_la-globals.lo
  CC       src/mpid/ch4/shm/src/lib_libmpi_la-func_table.lo
  CC       src/mpid/ch4/shm/posix/lib_libmpi_la-globals.lo
  CC       src/mpid/ch4/shm/posix/lib_libmpi_la-barrier.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/src/ch4_globals.c:15:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpid/common/sched/lib_libmpi_la-mpidu_sched.lo
  CC       src/mpid/common/shm/lib_libmpi_la-mpidu_shm_alloc.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/src/mpid_ch4_net_array.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/src/ch4_coll_globals_default.c:2:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpid/common/shm/lib_libmpi_la-mpidu_shm_barrier.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/generic/mpidig_globals.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/generic/mpidig_init.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/mpid/common/bc/lib_libmpi_la-mpidu_bc.lo
  CC       src/nameserv/pmi/lib_libmpi_la-pmi_nameserv.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/netmod/ucx/globals.c:9:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MOD      src/binding/fortran/use_mpi/mpi_constants.mod-stamp
  MOD      src/binding/fortran/use_mpi/mpi_sizeofs.mod-stamp
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/shm/posix/globals.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/ch4/shm/posix/barrier.c:12:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/common/sched/mpidu_sched.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/common/shm/mpidu_shm_alloc.c:6:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/abort_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/accumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/add_error_class_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/add_error_code_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/add_error_string_f08ts.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/common/shm/mpidu_shm_impl.h:9,
                 from src/mpid/common/shm/mpidu_shm_barrier.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/aint_add_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/aint_diff_f08ts.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from ./src/mpid/ch4/include/mpidimpl.h:22,
                 from src/mpid/common/bc/mpidu_bc.c:8:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/allgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/allgatherv_f08ts.lo
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/nameserv/pmi/pmi_nameserv.c:11:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/alloc_mem_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/allreduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/alltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/alltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/alltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/barrier_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/bcast_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/bsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/bsend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/buffer_attach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/buffer_detach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cancel_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_coords_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_map_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_rank_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_shift_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cart_sub_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/cartdim_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/close_port_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_accept_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_call_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_compare_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_connect_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_create_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_create_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_create_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_delete_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_disconnect_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_dup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_dup_with_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_free_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_get_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_get_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_get_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_get_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_get_parent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_idup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_join_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_rank_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_remote_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_remote_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_set_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_set_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_set_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_set_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_spawn_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_spawn_multiple_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_split_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_split_type_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/comm_test_inter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/compare_and_swap_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/dims_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/dist_graph_create_adjacent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/dist_graph_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/dist_graph_neighbors_count_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/dist_graph_neighbors_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/errhandler_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/error_class_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/error_string_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/exscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/f_sync_reg_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/fetch_and_op_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_call_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_close_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_create_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_delete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_amode_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_atomicity_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_byte_offset_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_position_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_position_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_type_extent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_get_view_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iread_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iread_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iread_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iread_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iread_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iwrite_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iwrite_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iwrite_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iwrite_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_iwrite_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_open_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_preallocate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_at_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_at_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_ordered_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_ordered_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_ordered_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_read_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_seek_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_seek_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_set_atomicity_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_set_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_set_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_set_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_set_view_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_sync_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_at_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_at_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_ordered_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_ordered_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_ordered_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/file_write_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/finalize_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/finalized_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/free_mem_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/gather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/gatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_accumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_address_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_count_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_elements_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_elements_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_library_version_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_processor_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/get_version_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/graph_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/graph_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/graph_map_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/graph_neighbors_count_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/graph_neighbors_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/graphdims_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/grequest_complete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/grequest_start_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_compare_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_difference_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_excl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_incl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_intersection_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_range_excl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_range_incl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_rank_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_translate_ranks_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/group_union_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iallgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iallgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iallreduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ialltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ialltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ialltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ibarrier_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ibcast_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ibsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iexscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/igather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/igatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/improbe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/imrecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ineighbor_allgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ineighbor_allgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ineighbor_alltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ineighbor_alltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ineighbor_alltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_delete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_dup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_get_nkeys_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_get_nthkey_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_get_valuelen_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/info_set_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/init_thread_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/initialized_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/intercomm_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/intercomm_merge_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iprobe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/irecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ireduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ireduce_scatter_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ireduce_scatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/irsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/is_thread_main_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iscatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/iscatterv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/isend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/issend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/lookup_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/mprobe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/mrecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/neighbor_allgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/neighbor_allgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/neighbor_alltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/neighbor_alltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/neighbor_alltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/op_commutative_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/op_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/op_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/open_port_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/pack_external_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/pack_external_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/pack_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/pack_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/pcontrol_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/probe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/publish_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/put_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/query_thread_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/raccumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/recv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/recv_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/reduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/reduce_local_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/reduce_scatter_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/reduce_scatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/register_datarep_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/request_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/request_get_status_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/rget_accumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/rget_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/rput_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/rsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/rsend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/scan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/scatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/scatterv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/send_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/send_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/sendrecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/sendrecv_replace_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ssend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/ssend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/start_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/startall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/status_set_cancelled_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/status_set_elements_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/status_set_elements_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/test_cancelled_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/test_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/testall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/testany_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/testsome_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/topo_test_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_commit_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_contiguous_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_darray_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_f90_complex_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_f90_integer_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_f90_real_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_hindexed_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_hindexed_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_hvector_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_indexed_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_resized_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_struct_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_create_subarray_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_delete_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_dup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_free_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_contents_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_envelope_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_extent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_extent_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_true_extent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_get_true_extent_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_indexed_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_match_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_set_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_set_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_size_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/type_vector_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/unpack_external_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/unpack_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/unpublish_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/wait_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/waitall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/waitany_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/waitsome_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_allocate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_allocate_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_attach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_call_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_complete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_create_dynamic_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_create_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_create_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_delete_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_detach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_fence_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_flush_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_flush_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_flush_local_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_flush_local_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_free_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_get_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_get_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_get_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_get_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_get_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_lock_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_lock_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_post_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_set_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_set_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_set_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_set_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_shared_query_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_start_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_sync_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_test_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_unlock_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_unlock_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/win_wait_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/wtick_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/wtime_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pabort_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/paccumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/padd_error_class_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/padd_error_code_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/padd_error_string_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/paint_add_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/paint_diff_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pallgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pallgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/palloc_mem_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pallreduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/palltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/palltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/palltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pbarrier_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pbcast_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pbsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pbsend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pbuffer_attach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pbuffer_detach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcancel_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_coords_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_map_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_rank_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_shift_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcart_sub_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcartdim_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pclose_port_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_accept_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_call_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_compare_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_connect_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_create_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_create_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_create_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_delete_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_disconnect_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_dup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_dup_with_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_free_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_get_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_get_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_get_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_get_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_get_parent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_idup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_join_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_rank_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_remote_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_remote_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_set_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_set_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_set_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_set_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_spawn_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_spawn_multiple_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_split_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_split_type_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcomm_test_inter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pcompare_and_swap_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pdims_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pdist_graph_create_adjacent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pdist_graph_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pdist_graph_neighbors_count_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pdist_graph_neighbors_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/perrhandler_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/perror_class_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/perror_string_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pexscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pf_sync_reg_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfetch_and_op_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_call_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_close_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_create_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_delete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_amode_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_atomicity_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_byte_offset_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_position_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_position_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_type_extent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_get_view_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iread_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iread_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iread_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iread_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iread_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iwrite_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iwrite_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iwrite_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iwrite_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_iwrite_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_open_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_preallocate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_at_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_at_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_ordered_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_ordered_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_ordered_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_read_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_seek_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_seek_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_set_atomicity_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_set_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_set_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_set_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_set_view_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_sync_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_at_all_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_at_all_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_at_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_at_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_ordered_begin_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_ordered_end_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_ordered_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfile_write_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfinalize_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfinalized_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pfree_mem_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_accumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_address_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_count_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_elements_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_elements_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_library_version_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_processor_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pget_version_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgraph_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgraph_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgraph_map_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgraph_neighbors_count_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgraph_neighbors_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgraphdims_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgrequest_complete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgrequest_start_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_compare_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_difference_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_excl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_incl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_intersection_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_range_excl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_range_incl_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_rank_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_translate_ranks_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pgroup_union_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piallgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piallgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piallreduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pialltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pialltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pialltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pibarrier_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pibcast_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pibsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piexscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pigather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pigatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pimprobe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pimrecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pineighbor_allgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pineighbor_allgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pineighbor_alltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pineighbor_alltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pineighbor_alltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_delete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_dup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_get_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_get_nkeys_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_get_nthkey_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_get_valuelen_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinfo_set_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinit_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinit_thread_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pinitialized_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pintercomm_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pintercomm_merge_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piprobe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pirecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pireduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pireduce_scatter_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pireduce_scatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pirsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pis_thread_main_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piscatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/piscatterv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pisend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pissend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/plookup_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pmprobe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pmrecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pneighbor_allgather_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pneighbor_allgatherv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pneighbor_alltoall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pneighbor_alltoallv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pneighbor_alltoallw_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pop_commutative_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pop_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pop_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/popen_port_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ppack_external_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ppack_external_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ppack_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ppack_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ppcontrol_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pprobe_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ppublish_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pput_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pquery_thread_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/praccumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/precv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/precv_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/preduce_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/preduce_local_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/preduce_scatter_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/preduce_scatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pregister_datarep_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prequest_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prequest_get_status_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prget_accumulate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prget_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prput_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prsend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/prsend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pscan_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pscatter_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pscatterv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/psend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/psend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/psendrecv_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/psendrecv_replace_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pssend_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pssend_init_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pstart_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pstartall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pstatus_set_cancelled_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pstatus_set_elements_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pstatus_set_elements_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptest_cancelled_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptest_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptestall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptestany_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptestsome_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptopo_test_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_commit_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_contiguous_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_darray_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_f90_complex_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_f90_integer_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_f90_real_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_hindexed_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_hindexed_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_hvector_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_indexed_block_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_resized_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_struct_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_create_subarray_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_delete_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_dup_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_free_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_contents_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_envelope_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_extent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_extent_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_true_extent_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_get_true_extent_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_indexed_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_match_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_set_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_set_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_size_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_size_x_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/ptype_vector_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/punpack_external_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/punpack_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/punpublish_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwait_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwaitall_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwaitany_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwaitsome_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_allocate_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_allocate_shared_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_attach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_call_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_complete_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_create_dynamic_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_create_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_create_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_create_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_delete_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_detach_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_fence_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_flush_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_flush_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_flush_local_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_flush_local_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_free_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_free_keyval_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_get_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_get_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_get_group_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_get_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_get_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_lock_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_lock_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_post_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_set_attr_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_set_errhandler_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_set_info_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_set_name_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_shared_query_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_start_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_sync_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_test_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_unlock_all_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_unlock_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwin_wait_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwtick_f08ts.lo
  FC       src/binding/fortran/use_mpi_f08/wrappers_f/profiling/pwtime_f08ts.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-send_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-recv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-bsend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ssend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-rsend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-buffer_attach_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-isend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ibsend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-issend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-irsend_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-irecv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-send_init_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-bsend_init_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ssend_init_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-rsend_init_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-recv_init_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-sendrecv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-sendrecv_replace_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-pack_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-unpack_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-bcast_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-gather_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-gatherv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-scatter_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-scatterv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-allgather_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-allgatherv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-alltoall_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-alltoallv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-alltoallw_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-exscan_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-reduce_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-allreduce_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-reduce_scatter_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-scan_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-accumulate_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-get_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-put_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-win_create_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-win_attach_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-win_detach_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-get_accumulate_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-fetch_and_op_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-compare_and_swap_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-rput_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-rget_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-raccumulate_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-rget_accumulate_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-free_mem_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-get_address_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-pack_external_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-unpack_external_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-reduce_local_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-reduce_scatter_block_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-imrecv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-mrecv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ibcast_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-igather_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-igatherv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iscatter_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iscatterv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iallgather_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iallgatherv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ialltoall_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ialltoallv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ialltoallw_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ireduce_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iallreduce_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ireduce_scatter_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ireduce_scatter_block_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iscan_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-iexscan_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ineighbor_allgather_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ineighbor_allgatherv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ineighbor_alltoall_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ineighbor_alltoallv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-ineighbor_alltoallw_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-neighbor_allgather_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-neighbor_allgatherv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-neighbor_alltoall_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-neighbor_alltoallv_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-neighbor_alltoallw_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_at_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_at_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_at_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_at_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iread_at_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iwrite_at_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iread_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iwrite_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_shared_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_shared_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iread_shared_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iwrite_shared_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_ordered_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_ordered_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_at_all_begin_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_at_all_end_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_at_all_begin_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_at_all_end_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_all_begin_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_all_end_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_all_begin_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_all_end_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_ordered_begin_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_read_ordered_end_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_ordered_begin_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_write_ordered_end_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iread_at_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iwrite_at_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iread_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-file_iwrite_all_cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-cdesc.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-comm_spawn_c.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-comm_spawn_multiple_c.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-f_sync_reg_c.lo
  CC       src/binding/fortran/use_mpi_f08/wrappers_c/lib_libmpifort_la-utils.lo
  CXX      src/binding/cxx/initcxx.lo
  CC       src/env/mpichversion.o
  CC       src/env/mpivars.o
  GEN      lib/libmpi.la
  MOD      src/binding/fortran/use_mpi/mpi_base.mod-stamp
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/env/mpichversion.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_c.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MOD      src/binding/fortran/use_mpi/mpi.mod-stamp
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi_f08/wrappers_c/comm_spawn_multiple_c.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./src/mpid/ch4/netmod/include/../ucx/netmod_inline.h:26,
                 from ./src/mpid/ch4/netmod/include/netmod_impl.h:2636,
                 from ./src/mpid/ch4/include/mpidch4.h:256,
                 from ./src/mpid/ch4/include/mpidpost.h:15,
                 from ./src/include/mpiimpl.h:236,
                 from src/binding/fortran/use_mpi_f08/wrappers_c/utils.c:7:
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h: In function 'MPIDI_UCX_Win_allgather':
./src/mpid/ch4/netmod/include/../ucx/ucx_win.h:109:37: warning: taking address of packed member of 'struct MPIDI_UCX_win_info' may result in an unaligned pointer value [-Waddress-of-packed-member]
  109 |                                     &(MPIDI_UCX_WIN_INFO(win, i).rkey));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: cannot find -levent
/usr/bin/ld: cannot find -levent_pthreads
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libmpi.la] Error 1
make[2]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/sas4990/spack-stage/spack-stage-mpich-3.3.2-no52nugggqn3fuligbvtucr2uaxdf47d/spack-src'
make: *** [all] Error 2


More information about the discuss mailing list