| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | misc |
include "sysinfo.g"
| 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 |
The machine specific information (memory, number of CPU's) is dependent on the system manager having set .aipsrc variables appropriately.
- info := sysinfo() - info.version(major=major,dolog=T) - if (major > 7)...