GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::ExEnv(3) MPQC sc::ExEnv(3)

sc::ExEnv - The ExEnv class is used to find out about how the program is being run.

#include <exenv.h>


static void init (int &argcref, char **&argvref)
Set the argument count and vector. static int initialized ()
Return nonzero if ExEnv has been initialized. static int & argc ()
Return an reference to the argument count. static char **& argv ()
Return an reference to the argument vector. static const char * program_name ()
Return argv[0] with the path removed. static const char * hostname ()
Return the host name. static const char * username ()
Return the user name. static void set_out (std::ostream *o)
static std::ostream & outn ()
Return an ostream that writes from all nodes. static std::ostream & errn ()
Return an ostream for error messages that writes from all nodes. static std::ostream & out0 ()
Return an ostream that writes from node 0. static std::ostream & err0 ()
Return an ostream for error messages that writes from node 0. static size_t memory ()
The amount of memory on this node. static int nproc ()
The number of processors on this node.


static int initialized_
static int * argc_
static char *** argv_
static char hostname_ [256]
static char username_ [9]
static size_t mem_
static int nproc_
static std::ostream * out_
static std::ostream * nullstream_

The ExEnv class is used to find out about how the program is being run.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.