File: control

package info (click to toggle)
lam 7.1.4-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 56,404 kB
  • sloc: ansic: 156,541; sh: 9,991; cpp: 7,699; makefile: 5,621; perl: 488; fortran: 260; asm: 83
file content (77 lines) | stat: -rw-r--r-- 3,169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: lam
Section: devel
Priority: extra
Maintainer: Camm Maguire <camm@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat ( = 13 ),gfortran,texinfo,autotools-dev,help2man,libltdl-dev
Standards-Version: 4.5.1

Package: lam-mpidoc
Section: doc
Architecture: all
Conflicts: mpi-doc
Replaces: mpi-doc
Depends: ${misc:Depends}
Description: Documentation for the Message Passing Interface standard
 This package contains man pages describing the Message Passing 
 Interface standard.  
 .
 These pages are newly provided by the LAM package, and are also found
 in the mpi-doc package build from the mpich source package.

Package: lam4-dev
Section: devel
Architecture: any
Depends: liblam4t64 (= ${binary:Version}), libc6-dev,${misc:Depends}
Provides: lam-dev
Conflicts: lam-dev,lam,lam1-dev,mpi-doc (<< 1.2.7-4),lam-runtime (<= 7.1.2-2)
Replaces: lam-dev,lam,lam1-dev,lam2-dev,lam3-dev,lam-runtime (<= 7.1.2-2)
Description: Development of parallel programs using LAM
 LAM (Local Area Multicomputer) is an open source implementation of the
 Message Passing Interface (MPI) standard.
 .
 This package provides the development headers and related files.

Package: liblam4t64
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},${misc:Depends}
Provides: ${t64:Provides}, mpi
Conflicts: lam,lam1,lam4,lam4c2
Replaces: liblam4, lam,lam1,lam4,lam4c2
Recommends: lam-runtime
Breaks: liblam4 (<< ${source:Version}), libopenmpi-dev (<< 3.0.1~rc1-2), openmpi-bin (<< 3.0.1~rc1-2), mpich (<< 3.3~a3-2), libmpich-dev (<< 3.3~a3-2)
Description: Shared libraries used by LAM parallel programs
 LAM (Local Area Multicomputer) is an open source implementation of the
 Message Passing Interface (MPI) standard.
 .
 This package provides the shared library.

Package: lam-runtime
Section: utils
Architecture: any
Conflicts: lam1-runtime,lam,lam4-dev (<= 7.1.2-2)
Replaces: lam1-runtime,lam,lam4-dev (<= 7.1.2-2)
Depends: ${shlibs:Depends},openssh-client | ssh-client | rsh-client,openssh-server | ssh-server | rsh-server,${misc:Depends}
Description: LAM runtime environment for executing parallel programs
 LAM (Local Area Multicomputer) is an open source implementation of the
 Message Passing Interface (MPI) standard.
 .
 Some enhancements in LAM 6.3 are: 
  o Added the MPI-2 C++ bindings package (chapter 10 from the MPI-2 
      standard) from the Laboratory for Scientific Computing at the 
      University of Notre Dame. 
  o Added ROMIO MPI I/O package (chapter 9 from the MPI-2 standard) 
      from the Argonne National Laboratory. 
  o Pseudo-tty support for remote IO (e.g., line buffered output). 
  o Ability to pass environment variables through mpirun. 
  o Ability to mpirun shell scripts/debuggers/etc. (that eventually 
      run LAM/MPI programs). 
  o Ability to execute non-MPI programs across the multicomputer. 
  o Added configurable ability to zero-fill internal LAM buffers 
      before they are used (for development tools such as Purify). 
  o Greatly expanded error messages; provided for customizable  
      local help files. 
  o Expanded and updated documentation. 
  o Various bug fixes and minor enhancements.