Update LANL platform files
This commit was SVN r21925.
Этот коммит содержится в:
родитель
388c65fd80
Коммит
a91f8e0e87
@ -25,18 +25,7 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs
|
with_io_romio_flags=--with-file-system=ufs+nfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-m64"
|
|
||||||
CXXFLAGS="-m64"
|
|
||||||
FCFLAGS="-m64"
|
|
||||||
FFLAGS="-m64"
|
|
||||||
CCASFLAGS="-m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_openib_control_hdr_padding=yes
|
with_openib_control_hdr_padding=yes
|
||||||
with_dst_checksum=yes
|
with_dst_checksum=yes
|
||||||
|
@ -25,16 +25,5 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs
|
with_io_romio_flags=--with-file-system=ufs+nfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-m64"
|
|
||||||
CXXFLAGS="-m64"
|
|
||||||
FCFLAGS="-m64"
|
|
||||||
FFLAGS="-m64"
|
|
||||||
CCASFLAGS="-m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -76,6 +77,7 @@ orte_allocation_required = 1
|
|||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
pml = csum
|
pml = csum
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,18 +25,12 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-I/opt/panfs/include -m64"
|
CFLAGS="-I/opt/panfs/include"
|
||||||
CXXFLAGS="-I/opt/panfs/include -m64"
|
CXXFLAGS="-I/opt/panfs/include"
|
||||||
FCFLAGS="-I/opt/panfs/include -m64"
|
FCFLAGS="-I/opt/panfs/include"
|
||||||
FFLAGS="-I/opt/panfs/include -m64"
|
FFLAGS="-I/opt/panfs/include"
|
||||||
CCASFLAGS="-I/opt/panfs/include -m64"
|
CCASFLAGS="-I/opt/panfs/include"
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_openib_control_hdr_padding=yes
|
with_openib_control_hdr_padding=yes
|
||||||
with_dst_checksum=yes
|
with_dst_checksum=yes
|
||||||
|
@ -25,17 +25,11 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-I/opt/panfs/include -m64"
|
CFLAGS="-I/opt/panfs/include"
|
||||||
CXXFLAGS="-I/opt/panfs/include -m64"
|
CXXFLAGS="-I/opt/panfs/include"
|
||||||
FCFLAGS="-I/opt/panfs/include -m64"
|
FCFLAGS="-I/opt/panfs/include"
|
||||||
FFLAGS="-I/opt/panfs/include -m64"
|
FFLAGS="-I/opt/panfs/include"
|
||||||
CCASFLAGS="-I/opt/panfs/include -m64"
|
CCASFLAGS="-I/opt/panfs/include"
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -76,6 +77,7 @@ orte_allocation_required = 1
|
|||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
pml = csum
|
pml = csum
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,18 +25,7 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs
|
with_io_romio_flags=--with-file-system=ufs+nfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-m64"
|
|
||||||
CXXFLAGS="-m64"
|
|
||||||
FCFLAGS="-m64"
|
|
||||||
FFLAGS="-m64"
|
|
||||||
CCASFLAGS="-m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_openib_control_hdr_padding=yes
|
with_openib_control_hdr_padding=yes
|
||||||
with_dst_checksum=yes
|
with_dst_checksum=yes
|
||||||
|
@ -25,17 +25,6 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs
|
with_io_romio_flags=--with-file-system=ufs+nfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-m64"
|
|
||||||
CXXFLAGS="-m64"
|
|
||||||
FCFLAGS="-m64"
|
|
||||||
FFLAGS="-m64"
|
|
||||||
CCASFLAGS="-m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -76,6 +77,7 @@ orte_allocation_required = 1
|
|||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
pml = csum
|
pml = csum
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,18 +25,12 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-I/opt/panfs/include -m64"
|
CFLAGS="-I/opt/panfs/include"
|
||||||
CXXFLAGS="-I/opt/panfs/include -m64"
|
CXXFLAGS="-I/opt/panfs/include"
|
||||||
FCFLAGS="-I/opt/panfs/include -m64"
|
FCFLAGS="-I/opt/panfs/include"
|
||||||
FFLAGS="-I/opt/panfs/include -m64"
|
FFLAGS="-I/opt/panfs/include"
|
||||||
CCASFLAGS="-I/opt/panfs/include -m64"
|
CCASFLAGS="-I/opt/panfs/include"
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_openib_control_hdr_padding=yes
|
with_openib_control_hdr_padding=yes
|
||||||
with_dst_checksum=yes
|
with_dst_checksum=yes
|
||||||
|
@ -25,17 +25,11 @@ with_devel_headers=yes
|
|||||||
with_slurm=no
|
with_slurm=no
|
||||||
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-L/opt/PBS/lib64 -m64"
|
LDFLAGS="-L/opt/PBS/lib64"
|
||||||
CFLAGS="-I/opt/panfs/include -m64"
|
CFLAGS="-I/opt/panfs/include"
|
||||||
CXXFLAGS="-I/opt/panfs/include -m64"
|
CXXFLAGS="-I/opt/panfs/include"
|
||||||
FCFLAGS="-I/opt/panfs/include -m64"
|
FCFLAGS="-I/opt/panfs/include"
|
||||||
FFLAGS="-I/opt/panfs/include -m64"
|
FFLAGS="-I/opt/panfs/include"
|
||||||
CCASFLAGS="-I/opt/panfs/include -m64"
|
CCASFLAGS="-I/opt/panfs/include"
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -76,6 +77,7 @@ orte_allocation_required = 1
|
|||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
pml = csum
|
pml = csum
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,15 +25,3 @@ with_tm=no
|
|||||||
with_io_romio_flags=--with-file-system=ufs+nfs
|
with_io_romio_flags=--with-file-system=ufs+nfs
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-m64"
|
|
||||||
CFLAGS="-m64"
|
|
||||||
CXXFLAGS="-m64"
|
|
||||||
FCFLAGS="-m64"
|
|
||||||
FFLAGS="-m64"
|
|
||||||
CCASFLAGS="-m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,15 +25,8 @@ with_devel_headers=yes
|
|||||||
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-m64"
|
CFLAGS="-I/opt/panfs/include"
|
||||||
CFLAGS="-I/opt/panfs/include -m64"
|
CXXFLAGS="-I/opt/panfs/include"
|
||||||
CXXFLAGS="-I/opt/panfs/include -m64"
|
FCFLAGS="-I/opt/panfs/include"
|
||||||
FCFLAGS="-I/opt/panfs/include -m64"
|
FFLAGS="-I/opt/panfs/include"
|
||||||
FFLAGS="-I/opt/panfs/include -m64"
|
CCASFLAGS="-I/opt/panfs/include"
|
||||||
CCASFLAGS="-I/opt/panfs/include -m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,15 +25,3 @@ with_devel_headers=yes
|
|||||||
with_io_romio_flags=--with-file-system=ufs+nfs
|
with_io_romio_flags=--with-file-system=ufs+nfs
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-m64"
|
|
||||||
CFLAGS="-m64"
|
|
||||||
CXXFLAGS="-m64"
|
|
||||||
FCFLAGS="-m64"
|
|
||||||
FFLAGS="-m64"
|
|
||||||
CCASFLAGS="-m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
@ -25,15 +25,8 @@ with_devel_headers=yes
|
|||||||
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
|
||||||
with_memory_manager=ptmalloc2
|
with_memory_manager=ptmalloc2
|
||||||
with_valgrind=no
|
with_valgrind=no
|
||||||
LDFLAGS="-m64"
|
CFLAGS="-I/opt/panfs/include"
|
||||||
CFLAGS="-I/opt/panfs/include -m64"
|
CXXFLAGS="-I/opt/panfs/include"
|
||||||
CXXFLAGS="-I/opt/panfs/include -m64"
|
FCFLAGS="-I/opt/panfs/include"
|
||||||
FCFLAGS="-I/opt/panfs/include -m64"
|
FFLAGS="-I/opt/panfs/include"
|
||||||
FFLAGS="-I/opt/panfs/include -m64"
|
CCASFLAGS="-I/opt/panfs/include"
|
||||||
CCASFLAGS="-I/opt/panfs/include -m64"
|
|
||||||
with_wrapper_ldflags="-m64"
|
|
||||||
with_wrapper_cflags="-m64"
|
|
||||||
with_wrapper_cxxflags="-m64"
|
|
||||||
with_wrapper_fcflags="-m64"
|
|
||||||
with_wrapper_fflags="-m64"
|
|
||||||
with_wrapper_ccasflags="-m64"
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
mca_component_show_load_errors = 0
|
mca_component_show_load_errors = 0
|
||||||
orte_abort_timeout = 10
|
orte_abort_timeout = 10
|
||||||
opal_set_max_sys_limits = 1
|
opal_set_max_sys_limits = 1
|
||||||
|
orte_report_launch_progress = 1
|
||||||
|
|
||||||
## 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
|
||||||
@ -75,6 +76,7 @@ orte_allocation_required = 1
|
|||||||
## Do NOT specify mpi_leave_pinned so system
|
## Do NOT specify mpi_leave_pinned so system
|
||||||
## can figure out for itself whether or not
|
## can figure out for itself whether or not
|
||||||
## it is supported and usable
|
## it is supported and usable
|
||||||
|
orte_notifier = syslog
|
||||||
|
|
||||||
## Protect looped collectives
|
## Protect looped collectives
|
||||||
coll_sync_priority = 100
|
coll_sync_priority = 100
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user