sys-cluster/SOS: move SOS's use expand to profiles/desc

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-27 01:49:52 +02:00
parent 3675955f39
commit 60e60e919b
4 changed files with 29 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of OFI_MR USE_EXPAND flags.
basic - OFI memory registration mode: basic
rma-event - The OFI transport will use FI_MR_RMA_EVENT
scalable - The OFI transport will use FI_MR_SCALABLE

View File

@@ -0,0 +1,8 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of TOTAL_DATA_ORDERING USE_EXPAND flags.
always - Always assume total data ordering is available and abort a job if that's not the case
check - Check will result in slightly higher overhead but will provide a fallback if the network doesn't provide total data ordering
never - Never use total data ordering optimizations