File: mca-params.conf

package info (click to toggle)
mpi4py 3.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,468 kB
  • sloc: python: 23,844; ansic: 6,984; makefile: 665; sh: 316; f90: 158; cpp: 103
file content (20 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Open MPI MCA configuration file
# ===============================
#
# * Copy this file to $HOME/.openmpi/mca-params.conf
#
# + Get a list of all MCA parameters with:
#
#   $ ompi_info --param all all
#

### debug options
### -------------
# mca_verbose = 1
# mpi_param_check = 1
# mpi_show_handle_leaks = 1

### thread warnings
### ---------------
mpi_warn_if_thread_multiple = 0
mpi_warn_if_progress_threads = 0