0

When using MVAPICH2 I export this variable:

MV2_USE_LAZY_MEM_UNREGISTER=0

In the user guide this variable is defined as:

"Setting this parameter enables mvapich2 to use memory registration cache."

If I needed to use this feature in MPICH, which could be its equivalent?

Bub Espinja
  • 4,029
  • 2
  • 29
  • 46

1 Answers1

0

There is no registration cache in MPICH, this is a feature which is specific to MVAPICH

w00d
  • 5,416
  • 12
  • 53
  • 85