1 | PGI Compiler is typically very succesful but .. |
2 | PGHPF is a translator, not a "real" compiler. |
3 | We encountered situations that the fortran 77 code generated by PGHPF cannot be compiled by the native IBM xlf compiler at a decent optimalization level (O3) which leads to a lousy node performance (with linear parallel speedup). |
4 | We suspect that the problem lies in array's index expressions which are always one dimensional(?). |