Jak mogę zwiększyć limit pamięci OpenFabrics dla zadań Torque?

Kiedy wykonuję pracę MPI na InfiniBand, mam następujące problemy. Używamy Torque Manager.

--------------------------------------------------------------------------
WARNING: It appears that your OpenFabrics subsystem is configured to only
allow registering part of your physical memory.  This can cause MPI jobs to
run with erratic performance, hang, and/or crash.

This may be caused by your OpenFabrics vendor limiting the amount of
physical memory that can be registered.  You should investigate the
relevant Linux kernel module parameters that control how much physical
memory can be registered, and increase them to allow registering all
physical memory on your machine.

See this Open MPI FAQ item for more information on these Linux kernel module
parameters:

http://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages

Local host:              host1

Registerable memory:     65536 MiB

Total memory:            196598 MiB

Your MPI job will continue, but may be behave poorly and/or hang.

--------------------------------------------------------------------------

Przeczytałem link w komunikacie ostrzegawczym i zrobiłem to do tej pory;

Dodaćoptions mlx4_core log_num_mtt=20 log_mtts_per_seg=4 na/etc/modprobe.d/mlx4_en.conf.Upewnij się, że poniższe wiersze są zapisane/etc/security/limits.conf* soft memlock unlimited* hard memlock unlimitedDodaćsession required pam_limits.so na/etc/pam.d/sshdUpewnić sięulimit -c unlimited jest niekomentowany/etc/init.d/pbs_mom

Czy ktoś może mi pomóc dowiedzieć się, czego mi brakuje?

questionAnswers(1)

yourAnswerToTheQuestion