lam_rfrmfd

Langue: en

Version: 58976 (mandriva - 22/10/07)

Section: 2 (Appels système)

NAME

rfrmfd - Control LAM specific file daemon services.

SYNOPSIS

 #include <freq.h>
 
 int rfrmfd(int node, int fd);
 int rfincr(int fd, int amount);
 

DESCRIPTION

The remote function rfincr() increments the open count by amount on the file descriptor, fd. This is necessary before a descriptor can be passed to one or more other clients without an associated call to lam_rfopen(2). It is used by loadgo(1) and mpirun(1) and generally not used by application programs.

The remote function rfrmfd() sweeps clean and removes one or all of the daemon's open file descriptors. The target daemon is located by node and fd indicates the file descriptor handle to be removed. If fd is NOTFD, then all open descriptors, except the standard 0, 1 and 2 are removed.

SEE ALSO

lam_rfposix(2)