HPCxx_String and hpcxx_byte. hpcxx_createContext, but users will be able to
customize it later on.
hpcxx_init. This function
must be called exactly once by a context before doing any HPC++ related
activity.gs_init. This function must be called exactly once by a
context before using any Globus related services through HPC++.
hpcxx_createContext. This function returns a context
ID for the server context.returnServerGp on the server context. This function returns
a global pointer to the server object.sayHello on
the server object in the server context. killMe on the server object to make the server
context to exit.hpcxx_exit. hpcxx_initAgent.
Every context created by another HPC++ context (through
hpcxx_createContext ) must call this function exactly once
to initialize HPC++ related services. Note that this function is
different from hpcxx_init, which is called by any HPC++
context not created through
hpcxx_createContext.hpcxx_exit) when the
killme function is called. HPCxx_String HPCxx_String hpcxx_byte hpcxx_byte Last modified: Fri Feb 12 11:03:04 EST 1999