7 Apr
2014
7 Apr
'14
5:47 a.m.
Hi, Does anyone know if there is a supported or recommended way to build MPICH such that it's binaries (eg. mpiexec) are statically linked? At present, post building I'm running: cd src/pm/hydra eval ./configure `./config.status --config` --disable-pci --disable-libxml2 make CCLD='$(CC) -all-static' which just disables two cases where the static libraries aren't available, then links statically, but is there a better or correct way to do this? Many thanks, Andy