File: cleanipcs.1

package info (click to toggle)
mpich 1.2.5.3-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 53,880 kB
  • ctags: 44,904
  • sloc: ansic: 260,029; cpp: 91,556; sh: 42,421; java: 33,448; makefile: 8,959; fortran: 4,601; tcl: 3,548; f90: 3,517; perl: 2,251; asm: 999; csh: 856
file content (32 lines) | stat: -rw-r--r-- 952 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
.TH cleanipcs 1 "11/23/1999" " " "MPI Commands"
.SH NAME
cleanipcs \-  Removes System V IPCs held by the user 
.SH DESCRIPTION
This command frees the shared memory segments and semaphores help by
the user that calls this command.  This command is normally not
needed, but if MPI programs exit abnormally, the program may be unable
to free the System V IPCs that it held (this is a feature of System V
IPCs).  In that case, cleanipcs can be used to recover the IPCs that
are no longer needed.

Note that this command releases 
.B all
IPCs held by the user.  This is
the correct behavior for most users, but may cause problems for users
of other programs or systems that rely on the persistence of System V
IPCs.

.SH COMMAND LINE ARGUMENTS
.PD 0
.TP
.B -show 
- Show the commands that would be executed, but do not actually 
execute them
.PD 1
.PD 0
.TP
.B -echo 
- Show all commands executed by this script
.PD 1
.SH LOCATION
/home/MPI/mansrc/commands