Blame contrib/knem/README

Packit Service c5cf8c
knem ("kernel nemesis")
Packit Service c5cf8c
-------------------------
Packit Service c5cf8c
This is a Linux kernel module that provides high-bandwidth message
Packit Service c5cf8c
transfers on Linux when using the nemesis communication subsystem.  In
Packit Service c5cf8c
order to use MPICH with knem you must build and install knem according
Packit Service c5cf8c
configure MPICH with the following arguments:
Packit Service c5cf8c
Packit Service c5cf8c
  --enable-device=ch3:nemesis(:net_mod)
Packit Service c5cf8c
  --with-nemesis-local-lmt=knem
Packit Service c5cf8c
  --with-knem-include=/path/to/knem/include/files
Packit Service c5cf8c
Packit Service c5cf8c
Where (:net_mod) indicates an optional network module parameter such as
Packit Service c5cf8c
tcp or mx.  Omitting a netmod will select the default netmod ("tcp" as
Packit Service c5cf8c
of the time of this writing).