1
1

Prep LANL platform files for distribution. Add platform file for odin as personal convenience (params may not be right)

This commit was SVN r19507.
Этот коммит содержится в:
Ralph Castain 2008-09-05 18:11:41 +00:00
родитель 41ea2cbb8c
Коммит d36a885b1a
11 изменённых файлов: 117 добавлений и 52 удалений

@ -1,9 +1,8 @@
enable_dlopen=no enable_dlopen=no
enable_pty_support=no enable_pty_support=no
with_tm=/opt/PBS with_blcr=no
LDFLAGS=-L/opt/PBS/lib64 with_openib=/usr/local/ofed
with_openib=/opt/ofed with_openib_libdir=/usr/local/ofed/lib64
with_openbi_libdir=/opt/ofed/lib64
with_memory_manager=no with_memory_manager=no
enable_mem_debug=yes enable_mem_debug=yes
enable_mem_profile=no enable_mem_profile=no
@ -15,7 +14,7 @@ enable_picky=yes
enable_debug=yes enable_debug=yes
enable_shared=no enable_shared=no
enable_static=yes enable_static=yes
with_slurm=no with_slurm=yes
enable_contrib_no_build=libnbc,vt enable_contrib_no_build=libnbc,vt
enable_visibility=yes enable_visibility=yes
enable_memchecker=no enable_memchecker=no

@ -62,25 +62,19 @@
mca_component_show_load_errors = 0 mca_component_show_load_errors = 0
mpi_param_check = 0 mpi_param_check = 0
orte_abort_timeout = 10 orte_abort_timeout = 10
plm = tm,rsh plm = slurm,rsh
## Protect the shared file systems ## Protect the shared file systems
orte_no_session_dirs = /panfs,/scratch,/users,/usr/projects
orte_tmpdir_base = /tmp
## Add the interface for out-of-band communication ## Add the interface for out-of-band communication
## and set it up ## and set it up
oob_tcp_if_include=ib0
oob_tcp_peer_retries = 120 oob_tcp_peer_retries = 120
oob_tcp_disable_family = IPv6 oob_tcp_disable_family = IPv6
oob_tcp_connect_timeout=600 #oob_tcp_connect_timeout=600
## Exclude the apnet interfaces from mpi
btl_tcp_if_exclude = apnet0,apnet1,apnet2,apnet3
## Define the MPI interconnects ## Define the MPI interconnects
btl = sm,openib,self btl = sm,openib,self
mpi_leave_pinned = 1 #mpi_leave_pinned = 1
## Setup shared memory ## Setup shared memory
btl_sm_free_list_max = 768 btl_sm_free_list_max = 768
@ -97,7 +91,4 @@ btl_tcp_if_include = ib0
pml_ob1_use_early_completion = 0 pml_ob1_use_early_completion = 0
## Enable cpu affinity ## Enable cpu affinity
opal_paffinity_alone = 1 ompi_paffinity_alone = 0
#misc
io = ^romio

@ -1,9 +1,7 @@
enable_dlopen=no enable_dlopen=no
enable_pty_support=no enable_pty_support=no
with_tm=/opt/PBS with_openib=/usr/local/ofed
LDFLAGS=-L/opt/PBS/lib64 with_openib_libdir=/usr/local/ofed/lib64
with_openib=/opt/ofed
with_openib_libdir=/opt/ofed/lib64
with_memory_manager=yes with_memory_manager=yes
enable_mem_debug=no enable_mem_debug=no
enable_mem_profile=no enable_mem_profile=no
@ -14,7 +12,7 @@ enable_heterogeneous=no
enable_debug=no enable_debug=no
enable_shared=yes enable_shared=yes
enable_static=no enable_static=no
with_slurm=no with_slurm=yes
enable_contrib_no_build=libnbc,vt enable_contrib_no_build=libnbc,vt
enable_visibility=yes enable_visibility=yes
enable_memchecker=no enable_memchecker=no

@ -3,17 +3,25 @@ enable_pty_support=no
with_tm=/opt/PBS with_tm=/opt/PBS
LDFLAGS=-L/opt/PBS/lib64 LDFLAGS=-L/opt/PBS/lib64
with_openib=/opt/ofed with_openib=/opt/ofed
with_openib_libdir=/opt/ofed/lib64
with_memory_manager=no with_memory_manager=no
enable_mem_debug=yes enable_mem_debug=yes
enable_mem_profile=no enable_mem_profile=no
enable_debug_symbols=yes enable_debug_symbols=yes
enable_binaries=yes enable_binaries=yes
with_devel_headers=yes with_devel_headers=yes
enable_heterogeneous=yes enable_heterogeneous=no
enable_picky=yes enable_picky=yes
enable_debug=yes enable_debug=yes
enable_shared=yes enable_shared=no
enable_static=no enable_static=yes
with_slurm=no with_slurm=no
enable_visibility=yes
enable_memchecker=no enable_memchecker=no
enable_ipv6=no
enable_mpi_f77=yes
enable_mpi_f90=yes
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_mca_no_build=pml-dr,pml-crcp2,crcp,filem
enable_io_romio=no enable_io_romio=no

@ -1,20 +1,27 @@
enable_dlopen=no enable_dlopen=no
enable_pty_support=no enable_pty_support=no
with_tm=/opt/PBS with_tm=/opt/PBS
with_wrapper_cflags=-I/opt/panfs/include
LDFLAGS=-L/opt/PBS/lib64 LDFLAGS=-L/opt/PBS/lib64
with_openib=/opt/ofed with_openib=/opt/ofed
with_io_romio_flags=--with-file-system=ufs+nfs+panfs with_openib_libdir=/opt/ofed/lib64
with_memory_manager=no with_memory_manager=no
enable_mem_debug=yes enable_mem_debug=yes
enable_mem_profile=no enable_mem_profile=no
enable_debug_symbols=yes enable_debug_symbols=yes
enable_binaries=yes enable_binaries=yes
with_devel_headers=yes with_devel_headers=yes
enable_heterogeneous=yes enable_heterogeneous=no
enable_picky=yes enable_picky=yes
enable_debug=yes enable_debug=yes
enable_shared=yes enable_shared=no
enable_static=no enable_static=yes
with_slurm=no with_slurm=no
enable_visibility=yes
enable_memchecker=no enable_memchecker=no
enable_ipv6=no
enable_mpi_f77=yes
enable_mpi_f90=yes
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_mca_no_build=pml-dr,pml-crcp2,crcp,filem
with_io_romio_flags=--with-file-system=ufs+nfs+panfs

@ -68,15 +68,16 @@ plm = tm,rsh
orte_no_session_dirs = /panfs,/scratch,/users,/usr/projects orte_no_session_dirs = /panfs,/scratch,/users,/usr/projects
orte_tmpdir_base = /tmp orte_tmpdir_base = /tmp
## Require an allocation to run - protects the frontend
## from inadvertent job executions
orte_allocation_required = 1
## Add the interface for out-of-band communication ## Add the interface for out-of-band communication
## and set it up ## and set it up
oob_tcp_if_include=ib0 oob_tcp_if_include=ib0
oob_tcp_peer_retries = 120 oob_tcp_peer_retries = 120
oob_tcp_disable_family = IPv6 oob_tcp_disable_family = IPv6
oob_tcp_connect_timeout=600 #oob_tcp_connect_timeout=600
## Exclude the apnet interfaces from mpi
btl_tcp_if_exclude = apnet0,apnet1,apnet2,apnet3
## Define the MPI interconnects ## Define the MPI interconnects
btl = sm,openib,self btl = sm,openib,self
@ -90,11 +91,8 @@ btl_openib_want_fork_support = 0
btl_openib_cpc_include = oob btl_openib_cpc_include = oob
#btl_openib_receive_queues = P,128,256,64,32,32:S,2048,1024,128,32:S,12288,1024,128,32:S,65536,1024,128,32 #btl_openib_receive_queues = P,128,256,64,32,32:S,2048,1024,128,32:S,12288,1024,128,32:S,65536,1024,128,32
## Setup TCP
btl_tcp_if_include = ib0
## Configure the PML ## Configure the PML
pml_ob1_use_early_completion = 0 pml_ob1_use_early_completion = 0
## Enable cpu affinity ## Enable cpu affinity
opal_paffinity_alone = 1 ompi_paffinity_alone = 1

@ -3,15 +3,24 @@ enable_pty_support=no
with_tm=/opt/PBS with_tm=/opt/PBS
LDFLAGS=-L/opt/PBS/lib64 LDFLAGS=-L/opt/PBS/lib64
with_openib=/opt/ofed with_openib=/opt/ofed
with_openib_libdir=/opt/ofed/lib64
with_memory_manager=yes with_memory_manager=yes
enable_mem_debug=no enable_mem_debug=no
enable_mem_profile=no enable_mem_profile=no
enable_debug_symbols=no enable_debug_symbols=no
enable_binaries=yes enable_binaries=yes
with_devel_headers=no with_devel_headers=yes
enable_heterogeneous=yes enable_heterogeneous=yes
enable_debug=no enable_debug=no
enable_shared=yes enable_shared=yes
enable_static=no
with_slurm=no with_slurm=no
enable_visibility=yes
enable_memchecker=no enable_memchecker=no
enable_ipv6=no
enable_mpi_f77=yes
enable_mpi_f90=yes
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_mca_no_build=pml-dr,pml-crcp2,crcp,filem
enable_io_romio=no enable_io_romio=no

@ -3,6 +3,7 @@ enable_pty_support=no
with_tm=/opt/PBS with_tm=/opt/PBS
LDFLAGS=-L/opt/PBS/lib64 LDFLAGS=-L/opt/PBS/lib64
with_openib=/opt/ofed with_openib=/opt/ofed
with_openib_libdir=/opt/ofed/lib64
with_memory_manager=yes with_memory_manager=yes
enable_mem_debug=no enable_mem_debug=no
enable_mem_profile=no enable_mem_profile=no
@ -12,7 +13,14 @@ with_devel_headers=yes
enable_heterogeneous=yes enable_heterogeneous=yes
enable_debug=no enable_debug=no
enable_shared=yes enable_shared=yes
with_wrapper_cflags=-I/opt/panfs/include enable_static=no
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
with_slurm=no with_slurm=no
enable_visibility=yes
enable_memchecker=no enable_memchecker=no
enable_ipv6=no
enable_mpi_f77=yes
enable_mpi_f90=yes
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_mca_no_build=pml-dr,pml-crcp2,crcp,filem
with_io_romio_flags=--with-file-system=ufs+nfs+panfs

25
contrib/platform/lanl/tlcc/debug-panasas Обычный файл

@ -0,0 +1,25 @@
enable_dlopen=no
enable_pty_support=no
with_openib=/opt/ofed
with_openib_libdir=/opt/ofed/lib64
with_memory_manager=no
enable_mem_debug=yes
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=no
enable_static=yes
with_slurm=yes
enable_visibility=yes
enable_memchecker=no
enable_ipv6=no
enable_mpi_f77=yes
enable_mpi_f90=yes
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_mca_no_build=pml-dr,pml-crcp2,crcp,filem
with_io_romio_flags=--with-file-system=ufs+nfs+panfs

@ -62,21 +62,22 @@
mca_component_show_load_errors = 0 mca_component_show_load_errors = 0
mpi_param_check = 0 mpi_param_check = 0
orte_abort_timeout = 10 orte_abort_timeout = 10
plm = tm,rsh plm = slurm,rsh
## Protect the shared file systems ## Protect the shared file systems
orte_no_session_dirs = /panfs,/scratch,/users,/usr/projects orte_no_session_dirs = /panfs,/scratch,/users,/usr/projects
orte_tmpdir_base = /tmp orte_tmpdir_base = /tmp
## Require an allocation to run - protects the frontend
## from inadvertent job executions
orte_allocation_required = 1
## Add the interface for out-of-band communication ## Add the interface for out-of-band communication
## and set it up ## and set it up
oob_tcp_if_include=ib0 #oob_tcp_if_include=ib0
oob_tcp_peer_retries = 120 oob_tcp_peer_retries = 120
oob_tcp_disable_family = IPv6 oob_tcp_disable_family = IPv6
oob_tcp_connect_timeout=600 #oob_tcp_connect_timeout=600
## Exclude the apnet interfaces from mpi
btl_tcp_if_exclude = apnet0,apnet1,apnet2,apnet3
## Define the MPI interconnects ## Define the MPI interconnects
btl = sm,openib,self btl = sm,openib,self
@ -90,11 +91,8 @@ btl_openib_want_fork_support = 0
btl_openib_cpc_include = oob btl_openib_cpc_include = oob
#btl_openib_receive_queues = P,128,256,64,32,32:S,2048,1024,128,32:S,12288,1024,128,32:S,65536,1024,128,32 #btl_openib_receive_queues = P,128,256,64,32,32:S,2048,1024,128,32:S,12288,1024,128,32:S,65536,1024,128,32
## Setup TCP
btl_tcp_if_include = ib0
## Configure the PML ## Configure the PML
pml_ob1_use_early_completion = 0 pml_ob1_use_early_completion = 0
## Enable cpu affinity ## Enable cpu affinity
opal_paffinity_alone = 1 ompi_paffinity_alone = 1

@ -0,0 +1,24 @@
enable_dlopen=no
enable_pty_support=no
with_openib=/opt/ofed
with_openib_libdir=/opt/ofed/lib64
with_memory_manager=yes
enable_mem_debug=no
enable_mem_profile=no
enable_debug_symbols=no
enable_binaries=yes
with_devel_headers=yes
enable_heterogeneous=yes
enable_debug=no
enable_shared=yes
enable_static=no
with_slurm=no
enable_visibility=yes
enable_memchecker=no
enable_ipv6=no
enable_mpi_f77=yes
enable_mpi_f90=yes
enable_mpi_cxx=yes
enable_mpi_cxx_seek=yes
enable_mca_no_build=pml-dr,pml-crcp2,crcp,filem
with_io_romio_flags=--with-file-system=ufs+nfs+panfs