Typically the call
CALL FMSIGT ('MYNODE',MYNODE)
is placed in a subroutine which is running in parallel (started by a call to FMSPAR). The integer variable MYNODE should be a local variable (not in a common block where it will be shared).
This value may be used to identify the process or determine which piece of work it is to perform.