File: INSTALL

package info (click to toggle)
lam 7.1.4-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 56,404 kB
  • ctags: 17,349
  • sloc: ansic: 156,541; sh: 10,011; cpp: 7,699; makefile: 5,604; perl: 488; fortran: 260; asm: 83
file content (50 lines) | stat: -rw-r--r-- 1,498 bytes parent folder | download | duplicates (6)
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
Installation Instructions for LAM/MPI
=====================================

Instructions for installing LAM/MPI have been moved from this file to
the LAM/MPI Installation Guide, available as a PDF document in the
doc/ directory of the LAM/MPI source distribution.  The document is
also available in PDF and PS form on the LAM/MPI web page:

		       http://www.lam-mpi.org/

A LAM/MPI User's Guide is also available from the same location, which
provides a good reference for both new users to LAM and those wishing
to exploit new features of LAM/MPI 7.1.4.


The Quick Overview
------------------

If you don't want to read the Installation Guide, the following should
do the trick for most situations:

     % gunzip -c lam-7.1.4.tar.gz | tar xf -
     % cd lam-7.1.4
     % ./configure --prefix=/path/to/install/in
     [...lots of output...]
     % make
     [...lots of output...]
     % make install
     [...lots of output...]

     # Ensure that $prefix/bin is in in your $path so that LAM's
     # newly-created "mpicc" can be found

     % make examples   # This step is optional
     [...lots of output...]

If you do not specify a prefix, LAM will first look for "lamclean" in
your path.  If lamclean is found, it will use the parent of the
directory where lamclean is located as the prefix.  Otherwise,
/usr/local is used (like most GNU software).


-=-

Make today an MPI day!

LAM/MPI Project
http://www.lam-mpi.org/
Open Systems Lab / Pervasive Technology Labs
Indiana University