cpusetGetNodeCount man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



cpusetGetNodeCount(3x)					cpusetGetNodeCount(3x)

NAME
     cpusetGetNodeCount - obtain the number of nodes configured on the system

SYNOPSIS
     #include <cpuset.h>

     int cpusetGetNodeCount(void);

DESCRIPTION
     The cpusetGetNodeCount function returns the number of nodes that are
     configured on the system.

EXAMPLES
     This example obtains the number of nodes configured on the system and
     then prints out the result.

	       int nnodes;

	       if ( !(nnodes = cpusetGetNodeCount()) ) {
		   perror("cpusetGetNodeCount");
		   exit(1);
	       }
	       printf("The system is configured for %d nodes\n",
		       nnodes);

NOTES
     cpusetGetNodeCount is found in the library "libcpuset.so", and will be
     loaded if the option -lcpuset is used with cc(1) or ld(1).

SEE ALSO
     cpuset(1), cpuset(5).

DIAGNOSTICS
     If successful, cpusetGetNodeCount returns a value greater than or equal
     to 1.  If cpusetAttach fails, it returns the value 0 and errno is set to
     indicate the error.  The values for errno include those values as set by
     sysmp(2) and the following:

     ERANGE
	  Number of nodes configured on the system is not a value greater than
	  or equal to 1.

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net