Skip to content

Commit

Permalink
Added AIX 7.3/Power10 statement
Browse files Browse the repository at this point in the history
  • Loading branch information
megabreit committed May 22, 2023
1 parent 012902a commit e43fde6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Binaries
========
The included binaries were built on AIX 6.1 TL9 with xlC 12.1.0.21 and were tested
on AIX 6.1, AIX 7.1 and AIX 7.2. They are included for convenience, but there
is no guarantee that they work on all AIX systems.
is no guarantee that they work on all AIX systems. It is expected that the binaries
will also work on AIX 7.3.
To compile your own binaries please do a "make clean; make"!

Tested compilers
Expand All @@ -39,7 +40,7 @@ gcc 4.8.2 (from perzl.org) was tested on AIX 5.3 TL12, 6.1 TL7 and 7.1 TL2.

Operating systems
=================
The monitors will compile and run on AIX 5.3 TL6 or higher, AIX 6.1, AIX 7.1 and AIX 7.2
The monitors will compile and run on AIX 5.3 TL6 or higher, AIX 6.1, AIX 7.1 and AIX 7.2.
The perfstat pool API is not present in earlier versions and there are also hardware
dependencies (see below).

Expand Down
8 changes: 8 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,11 @@ the AIX Developer Works forums for answering my stupid questions.

None known at the moment.

## Attention

I don't have direct access to IBM Power systems anymore. This means I cannot check the correct function
of the monitors on newer operating systems like AIX 7.3 or newer Power platforms like Power10.
Judging from experience, AIX is and was always very compatible with earlier versions, it is very likely
that binaries and sources will also work on newer hard- and software.

If this is not the case, please create an issue and I'll do my best to fix it.

0 comments on commit e43fde6

Please sign in to comment.