Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

lam_rfincr(2)


LAM_RFRMFD

LAM_RFRMFD

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

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)



lam_rfincr(2)