GNU/Linux |
RedHat 6.2(Zoot) |
|
![]() |
lam_rfincr(2) |
![]() |
rfrmfd − Control LAM specific file daemon services.
#include <freq.h>
int rfrmfd(int
node, int fd);
int rfincr(int fd, int amount);
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.
lam_rfposix(2)
![]() |
lam_rfincr(2) | ![]() |