1
1

Update platform files for cisco clusters

This commit was SVN r22096.
Этот коммит содержится в:
Ralph Castain 2009-10-14 01:47:32 +00:00
родитель bc869636be
Коммит 3a046b7262
5 изменённых файлов: 50 добавлений и 102 удалений

Просмотреть файл

@ -1,28 +1,24 @@
enable_dlopen=no
enable_monitoring=yes
enable_multicast=yes
with_memory_manager=no
enable_mem_debug=yes
enable_mem_profile=yes
enable_memchecker=no
enable_mem_profile=no
enable_debug_symbols=yes
enable_binaries=yes
with_devel_headers=yes
enable_heterogeneous=no
enable_picky=yes
enable_debug=yes
enable_shared=yes
enable_static=yes
enable_static=no
enable_contrib_no_build=libnbc,vt
enable_io_romio=no
enable_ipv6=no
enable_mpi_f77=no
enable_mpi_f90=no
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_cxx_exceptions=yes
enable_ft_thread=no
enable_mpi_cxx=no
enable_mpi_cxx_seek=no
enable_memchecker=no
enable_per_user_config_files=no
enable_orterun_prefix_by_default=yes
enable_io_romio=no
enable_mca_no_build=carto,crs,filem,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,pml-cm
enable_contrib_no_build=libnbc,vt
with_slurm=no
with_openib=no
with_devel_headers=yes
with_memory_manager=ptmalloc2
with_valgrind=no
enable_mca_no_build=carto,crs,memchecker,rmaps-load_balance,rmaps-round_robin,rmaps-seq,rmaps-topo,rmaps-rank_file,filem,plm-slurm,plm-xgrid,snapc,grpcomm-basic,grpcomm-hier,pml-dr,pml-crcp2,pml-cm,crcp,pml-v

Просмотреть файл

@ -1,15 +1,5 @@
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All rights reserved.
# Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -65,31 +55,15 @@ opal_set_max_sys_limits = 1
# ORTE behavior
rmaps = resilient
ess = cm
routed = cm
plm = rsh
## MPI behavior
## Do NOT specify mpi_leave_pinned so system
## can figure out for itself whether or not
## it is supported and usable
## Protect looped collectives
coll_sync_priority = 100
coll_sync_barrier_before = 1000
## Activate hierarchical collectives
coll_hierarch_priority = 90
## Add the interface for out-of-band communication
## and set it up
oob_tcp_listen_mode = listen_thread
oob_tcp_sndbuf = 32768
oob_tcp_rcvbuf = 32768
## Define the MPI interconnects
btl = sm,tcp,self
## Setup MPI options
mpi_show_handle_leaks = 1
mpi_warn_on_fork = 1
mpi_abort_print_stack = 1
# Define the interface for multicast
rmcast_base_if_include = 10.0

25
contrib/platform/cisco/ludd-1/optimized Обычный файл
Просмотреть файл

@ -0,0 +1,25 @@
enable_monitoring=yes
enable_multicast=yes
with_memory_manager=no
enable_mem_debug=no
enable_mem_profile=no
enable_debug_symbols=no
enable_binaries=yes
with_devel_headers=yes
enable_heterogeneous=no
enable_picky=yes
enable_debug=no
enable_shared=yes
enable_static=no
enable_contrib_no_build=libnbc,vt
enable_io_romio=no
enable_ipv6=no
enable_mpi_f77=no
enable_mpi_f90=no
enable_mpi_cxx=no
enable_mpi_cxx_seek=no
enable_memchecker=no
enable_per_user_config_files=no
enable_orterun_prefix_by_default=yes
enable_mca_no_build=carto,crs,memchecker,rmaps-load_balance,rmaps-round_robin,rmaps-seq,rmaps-topo,rmaps-rank_file,filem,plm-slurm,plm-xgrid,snapc,grpcomm-basic,grpcomm-hier,pml-dr,pml-crcp2,pml-cm,crcp,pml-v
with_valgrind=no

Просмотреть файл

@ -1,15 +1,5 @@
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All rights reserved.
# Copyright (c) 2004-2005 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -63,17 +53,11 @@ mca_component_show_load_errors = 0
orte_abort_timeout = 10
opal_set_max_sys_limits = 1
## MPI behavior
## Do NOT specify mpi_leave_pinned so system
## can figure out for itself whether or not
## it is supported and usable
## Protect looped collectives
coll_sync_priority = 100
coll_sync_barrier_before = 1000
## Activate hierarchical collectives
coll_hierarch_priority = 90
# ORTE behavior
rmaps = resilient
ess = cm
routed = cm
plm = rsh
## Add the interface for out-of-band communication
## and set it up
@ -81,10 +65,5 @@ oob_tcp_listen_mode = listen_thread
oob_tcp_sndbuf = 32768
oob_tcp_rcvbuf = 32768
## Define the MPI interconnects
btl = sm,tcp,self
## Setup MPI options
mpi_show_handle_leaks = 1
mpi_warn_on_fork = 1
mpi_abort_print_stack = 1
# Define the interface for multicast
rmcast_base_if_include = 10.0

Просмотреть файл

@ -1,26 +0,0 @@
enable_dlopen=no
enable_mem_debug=no
enable_mem_profile=no
enable_memchecker=no
enable_debug_symbols=no
enable_binaries=yes
enable_heterogeneous=no
enable_debug=no
enable_shared=yes
enable_static=yes
enable_ipv6=no
enable_mpi_f77=no
enable_mpi_f90=no
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_cxx_exceptions=no
enable_ft_thread=no
enable_per_user_config_files=no
enable_orterun_prefix_by_default=yes
enable_mca_no_build=carto,crs,filem,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,pml-cm,btl-tcp
enable_contrib_no_build=libnbc,vt
with_slurm=no
with_openib=no
with_devel_headers=yes
with_memory_manager=ptmalloc2
with_valgrind=no