~james-page/ubuntu/precise/openmpi1.5/new

« back to all changes in this revision

Viewing changes to contrib/platform/lanl/rr-class/optimized-nopanasas.conf

  • Committer: Bazaar Package Importer
  • Author(s): Manuel Prinz
  • Date: 2009-04-23 14:01:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090423140121-vsi3pqa6g30j4qiy
Tags: 1.3.2-1
* New upstream release. (Closes: #520597, #515116)
  - Manpage and VampirTrace patches removed, included upstream.
* Fixed build issues on Alpha. Huge thanks to Arthur Loiret for providing
  access to his machines for testing! (Closes: #510845, #517543)
* Fixed build issues on Sparc. (Closes: #519725)
* Fixed manpage-has-errors-from-man lintian warnings.
* Faked SONAME change by renaming library package. (Closes: #512616)
* Made libopenmpi-dev depend on libibverbs-dev. (Closes: #522153)
* Support for "nocheck" build option in debian/rules.
* Updated Standards-Version in debian/control.
* Changed section of libopenmpi-dbg to "debug".
* Updated debian/copyright.

* Dirk Eddelbuettel removed himself from Uploaders. The team thanks Dirk
  for his long-term contribution and effort to get Open MPI back to life.
  I personally thank Dirk for encouraging me to become a Debian Developer
  and his support and mentoring on that way and beyond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
## from inadvertent job executions
72
72
orte_allocation_required = 1
73
73
 
 
74
## MPI behavior
 
75
## Do NOT specify mpi_leave_pinned so system
 
76
## can figure out for itself whether or not
 
77
## it is supported and usable
 
78
pml = csum
 
79
 
 
80
## Protect looped collectives
 
81
coll_sync_priority = 100
 
82
coll_sync_barrier_before = 1000
 
83
 
 
84
## Activate hierarchical collectives
 
85
coll_hierarch_priority = 90
 
86
 
74
87
## Add the interface for out-of-band communication
75
88
## and set it up
76
 
oob_tcp_if_include=ib0 
 
89
oob_tcp_if_include=ib0
77
90
oob_tcp_peer_retries = 10
78
91
oob_tcp_disable_family = IPv6 
79
92
oob_tcp_listen_mode = listen_thread
86
99
## Setup OpenIB
87
100
btl_openib_want_fork_support = 0
88
101
btl_openib_cpc_include = oob 
89
 
#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 
 
102
btl_openib_flags = 2
 
103
btl_openib_max_btls=1
90
104
 
91
105
## Enable cpu affinity 
92
106
mpi_paffinity_alone = 1 
94
108
## Setup MPI options
95
109
mpi_show_handle_leaks = 0
96
110
mpi_warn_on_fork = 1
 
111