Query: pvm_export
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EXPORT(3PVM) EXPORT(3PVM)NAMEpvm_export, pvm_unexport - Mark environment variables to export through spawnSYNOPSISC int cc = pvm_export( char *name ) int cc = pvm_unexport( char *name ) Fortran Not availablePARAMETERSname Name of an environment variable to add to or delete from export list.DESCRIPTIONThe routines pvm_export and pvm_unexport are provided for convenience in editing environment variable PVM_EXPORT, while maintaining the colon-separated list syntax it requires. The variable can be modified by other means, and at the same time by the pvm_export functions. pvm_export checks to see if a name is already in PVM_EXPORT before including it, and exporting a name more than once is not considered an error. Likewise, pvm_unexport will not complain if you specify a name not in PVM_EXPORT.EXAMPLESC: /* PVM_EXPORT=SHELL:HOME */ pvm_export("DISPLAY"); pvm_export("TERM"); pvm_unexport("HOME"); /* PVM_EXPORT=SHELL:DISPLAY:TERM */ERRORSNo error conditions are currently returned by pvm_export and pvm_unexport.SEE ALSOpvm(1PVM) pvm_spawn(3PVM) 15 May, 1996 EXPORT(3PVM)
Related Man Pages |
---|
pvm_unexport(3pvm) - redhat |
pvm_export(3pvm) - debian |
pvm_unexport(3pvm) - debian |
pvmfstartpvmd(3pvm) - debian |
pvmfspawn(3pvm) - debian |
Similar Topics in the Unix Linux Community |
---|
Syntax to export any variable |
X Display |
DISPLAY variable erroring when installing Oracle 10g. |
not able to export the Variables |
Need to assign value to a variable and export it at the same time |