Re: [mpich-discuss] How to configure mpich without X?
That worked. Thanks! Another question coming....John Cary On 12/4/21 3:39 AM, Brice Goglin wrote:
These likely come from hwloc. If only -XNVCtrl -Xext -lX11 matter here, passing --disable-gl to the hwloc configure should work. If hwloc is built inside mpich, try passing --disable-gl to mpich's configure in case it passes this option back to hwloc.
Brice
Le 03/12/2021 à 23:43, John Cary via discuss a écrit :
This is bringing in a shared library that is causing havoc. No matter how I configure, I get
$ grep -i wrapper_libs= config.log WRAPPER_LIBS='-lm -ludev -L/usr/lib64 -lpciaccess -lXNVCtrl -lXext -lX11 -L/usr/lib64 -lxml2 -lpthread -lrt '
I have tried
--with-x=no --without-x
Possible?
Thx...John Cary _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
John Cary