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

« back to all changes in this revision

Viewing changes to contrib/platform/lanl/rr-class/optimized-panasas

  • 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:
16
16
enable_cxx_exceptions=no
17
17
enable_ft_thread=no
18
18
enable_per_user_config_files=no
19
 
enable_mca_no_build=crs,filem,routed-direct,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,pml-cm,btl-tcp
 
19
enable_mca_no_build=crs,routed-direct,routed-linear,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,pml-cm,filem
20
20
enable_contrib_no_build=libnbc,vt
21
21
with_tm=/opt/PBS
22
22
with_openib=/opt/ofed
24
24
with_devel_headers=yes
25
25
with_slurm=no
26
26
with_io_romio_flags=--with-file-system=ufs+nfs+panfs
27
 
with_threads=posix
28
 
LDFLAGS=-L/opt/PBS/lib64
29
 
CFLAGS=-I/opt/panfs/include
 
27
with_valgrind=no
 
28
LDFLAGS="-L/opt/PBS/lib64 -m64"
 
29
CFLAGS="-I/opt/panfs/include -m64"
 
30
CXXFLAGS="-I/opt/panfs/include -m64"
 
31
FCFLAGS="-I/opt/panfs/include -m64"
 
32
FFLAGS="-I/opt/panfs/include -m64"
 
33
CCASFLAGS="-I/opt/panfs/include -m64"
 
34
with_wrapper_ldflags="-m64"
 
35
with_wrapper_cflags="-m64"
 
36
with_wrapper_cxxflags="-m64"
 
37
with_wrapper_fcflags="-m64"
 
38
with_wrapper_fflags="-m64"
 
39
with_wrapper_ccasflags="-m64"
 
40
with_memory_manager=ptmalloc2
 
41
with_openib_control_hdr_padding=yes
 
42
with_dst_checksum=yes
 
43