1LAM_RFRMFD(2)                 LAM REMOTE LIBRARY                 LAM_RFRMFD(2)
2
3
4

NAME

6       rfrmfd - Control LAM specific file daemon services.
7

SYNOPSIS

9       #include <freq.h>
10
11       int rfrmfd(int node, int fd);
12       int rfincr(int fd, int amount);
13

DESCRIPTION

15       The remote function rfincr() increments the open count by amount on the
16       file descriptor, fd.  This is necessary  before  a  descriptor  can  be
17       passed  to  one  or  more  other  clients without an associated call to
18       lam_rfopen(2).  It is used by loadgo(1) and mpirun(1) and generally not
19       used by application programs.
20
21       The remote function rfrmfd() sweeps clean and removes one or all of the
22       daemon's open file descriptors.  The target daemon is located  by  node
23       and  fd  indicates  the file descriptor handle to be removed.  If fd is
24       NOTFD, then all open descriptors, except the standard 0, 1  and  2  are
25       removed.
26

SEE ALSO

28       lam_rfposix(2)
29
30
31
32LAM 7.1.2                         March, 2006                    LAM_RFRMFD(2)
Impressum