Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: sysinfo.numcpu - Function Up: misc - Module Previous: getrc.find - Function


sysinfo - Tool



Package utility
Module misc


Postscript file available

Miscellaneous information

include "sysinfo.g"

Constructors
Functions
arch Architecture
host Host we are running on
memory Memory in MB
numcpu Number of CPU's on the present computer
root Root of the directory installation
site Site of the installation
version AIPS++ version information



Description
The sysinfo class is used to interrogate the system for miscellaneous ``standard'' information -- for example, the current version of AIPS++, or the number of CPU's on the present machine.

The machine specific information (memory, number of CPU's) is dependent on the system manager having set .aipsrc variables appropriately.



Example
- info := sysinfo()
- info.version(major=major,dolog=T)
- if (major > 7)...




next up previous contents index
Next: sysinfo.numcpu - Function Up: misc - Module Previous: getrc.find - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15