On:
p595c-e25:root/tmp)> oslevel -r
5300-04
I have loaded:
p595c-e25:root/tmp)> lslpp -L all|grep xlf
xlfcmp 7.1.1.5 C F XL Fortran Compiler
xlfcmp.html.en_US 7.1.1.0 C F XL Fortran Compiler
xlfcmp.idebug.html.en_US 7.1.1.0 C F Distributed Debugger
xlfcmp.msg.EN_US 7.1.1.0 C F XL Fortran Compiler Messages -
xlfcmp.msg.En_US 7.1.1.0 C F XL Fortran Compiler Messages -
xlfcmp.msg.en_US 7.1.1.0 C F XL Fortran Compiler Messages -
xlfcmp.pdf.en_US 7.1.1.0 C F XL Fortran Compiler
xlfcmp.ps.en_US 7.1.1.0 C F XL Fortran Compiler
xlfrte 7.1.1.5 C F XL Fortran Runtime
xlfrte.aix51 7.1.1.5 C F XL Fortran Runtime Environment
xlfrte.msg.EN_US 7.1.1.0 C F XL Fortran Runtime Environment
xlfrte.msg.En_US 7.1.1.0 C F XL Fortran Runtime Environment
xlfrte.msg.en_US 7.1.1.0 C F XL Fortran Runtime Messages -
When I try a compile from root it works fine.
p595c-e25:root/tmp)> xlf -O mytest.f -o mytest
No licenses available. Contact your program supplier to add
additional users. Compilation will proceed shortly.
** mytest === End of Compilation 1 ===
1501-510 Compilation successful for file mytest.f.
p595c-e25:root/tmp)> ./mytest
xlf seems to work fine.
p595c-e25:root/tmp)>
But when I attempt to compile as a user I get an error:
p595c-e25:root/tmp)> rm mytest
p595c-e25:root/tmp)> su - vm065c
$ cd /tmp
$ xlf -O mytest.f -o mytest
*** Exiting: exception caught by PFM system cleanup handler
*** communications failure (network computing system/RPC runtime) [1c010001]
All permissions seem to be read for user|groups|others
Any Ideas??????????
p595c-e25:root/tmp)> oslevel -r
5300-04
I have loaded:
p595c-e25:root/tmp)> lslpp -L all|grep xlf
xlfcmp 7.1.1.5 C F XL Fortran Compiler
xlfcmp.html.en_US 7.1.1.0 C F XL Fortran Compiler
xlfcmp.idebug.html.en_US 7.1.1.0 C F Distributed Debugger
xlfcmp.msg.EN_US 7.1.1.0 C F XL Fortran Compiler Messages -
xlfcmp.msg.En_US 7.1.1.0 C F XL Fortran Compiler Messages -
xlfcmp.msg.en_US 7.1.1.0 C F XL Fortran Compiler Messages -
xlfcmp.pdf.en_US 7.1.1.0 C F XL Fortran Compiler
xlfcmp.ps.en_US 7.1.1.0 C F XL Fortran Compiler
xlfrte 7.1.1.5 C F XL Fortran Runtime
xlfrte.aix51 7.1.1.5 C F XL Fortran Runtime Environment
xlfrte.msg.EN_US 7.1.1.0 C F XL Fortran Runtime Environment
xlfrte.msg.En_US 7.1.1.0 C F XL Fortran Runtime Environment
xlfrte.msg.en_US 7.1.1.0 C F XL Fortran Runtime Messages -
When I try a compile from root it works fine.
p595c-e25:root/tmp)> xlf -O mytest.f -o mytest
No licenses available. Contact your program supplier to add
additional users. Compilation will proceed shortly.
** mytest === End of Compilation 1 ===
1501-510 Compilation successful for file mytest.f.
p595c-e25:root/tmp)> ./mytest
xlf seems to work fine.
p595c-e25:root/tmp)>
But when I attempt to compile as a user I get an error:
p595c-e25:root/tmp)> rm mytest
p595c-e25:root/tmp)> su - vm065c
$ cd /tmp
$ xlf -O mytest.f -o mytest
*** Exiting: exception caught by PFM system cleanup handler
*** communications failure (network computing system/RPC runtime) [1c010001]
All permissions seem to be read for user|groups|others
Any Ideas??????????