eef99d350c
This removes redundant trailing newlines from all the
files (including Makefiles), for consistency across files.
Originally, I wanted to do it for Makefiles in the coll
directory. But since it was a single line script, I ran
it across the whole repository. Here is the script:
sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba'
Signed-off-by: Ken Raffenetti <raffenet@mcs.anl.gov>
15 linhas
602 B
Plaintext
15 linhas
602 B
Plaintext
knem ("kernel nemesis")
|
|
-------------------------
|
|
This is a Linux kernel module that provides high-bandwidth message
|
|
transfers on Linux when using the nemesis communication subsystem. In
|
|
order to use MPICH with knem you must build and install knem according
|
|
configure MPICH with the following arguments:
|
|
|
|
--enable-device=ch3:nemesis(:net_mod)
|
|
--with-nemesis-local-lmt=knem
|
|
--with-knem-include=/path/to/knem/include/files
|
|
|
|
Where (:net_mod) indicates an optional network module parameter such as
|
|
tcp or mx. Omitting a netmod will select the default netmod ("tcp" as
|
|
of the time of this writing).
|