1INTROU(1) LAM COMMANDS INTROU(1)
2
3
4
6 introu - introduction to LAM user interface commands
7
9 Name Appears Description
10 on Page
11
12 bfctl bfctl.1 Control message buffers (optional).
13 bfstate bfstate.1 Get message buffer status (optional).
14 doom doom.1 Deliver a signal (optional).
15 fctl fctl.1 Control remote file access (optional).
16 fstate fstate.1 Get remote file status (optional).
17 hboot hboot.1 Start LAM on a local node.
18 mpicc mpicc.1 Compile LAM C programs.
19 mpiCC mpicc.1 Compile LAM C++ programs.
20 mpif77 mpif77.1 Compile LAM F77 programs.
21 lamboot lamboot.1 Start LAM.
22 lamclean lamclean.1 Clean all nodes.
23 lamexec lamexec.1 Run non-MPI programs.
24 lamgrow lamgrow.1 Add a node.
25 lamhalt lamhalt.1 Terminate LAM.
26 lamshrink lamshrink.1 Remove a node.
27 lamtrace lamtrace.1 Unload trace data.
28 loadgo loadgo.1 Execute program (optional).
29 mpimsg mpimsg.1 Display MPI buffered messages.
30 mpirun mpirun.1 Run an MPI application.
31 mpitask mpitask.1 Display MPI processes.
32 recon recon.1 Verify LAM setup.
33 state state.1 Get process status (optional).
34 sweep bfctl.1 Clean out message buffers (optional).
35 tkill tkill.1 Terminate local node LAM session.
36 tping tping.1 Echo messages to a node.
37 lamwipe lamwipe.1 Terminate LAM (deprecated; use lamhalt).
38
39 Node Specification
40 Target nodes are given on the command line. Nodes are generically
41 identified as n<list>, where <list> can be a single node identifier or
42 a list of node identifiers. For example:
43
44 n1
45 n1,3,5-10
46
47 Additionally, c<list> can be used to list specific CPUs on a given
48 machine (lamboot(1) is used to specify how many CPUs LAM may use on
49 each node).
50
51 Node/CPU identifiers are established in the boot schema (see bhost(5)),
52 and can be written in decimal or hexadecimal notation. In addition to
53 explicit node identification, LAM has special mnemonics that refer to
54 special nodes or a group of nodes.
55
56 h the local node where the command is typed (as in "here")
57
58 o the origin node where LAM was started with lamboot(1)
59
60 N all nodes
61
62 C all CPUs
63
64 Process Specification
65 LAM processes can be specified in two ways: by process identifier from
66 the underlying operating system or by LAM process index. PIDs are
67 written as p<list>, where <list> can be a single PID or a list of PIDs.
68 Process indices are written as i<list>, where <list> can be a single
69 index or a list of indices.
70
71
72
73LAM 7.1.2 March, 2006 INTROU(1)