Hi,
Just a word for those who want to use the ZSH shell on a Power5 based machine. DO NOT use the time builtin command, but use the /usr/bin/time command or the KSH builtin instead.
The zsh builtin do not support SPLPAR !
sample:
ZSH:
time ./vloop_32 6
./vloop_32 6 1.79s user 0.00s system 102% cpu 1.752 total
!! 102% whaow !!!
/usr/bin/time ./vloop_32 6
Real 1.95
User 1.88
System 0.00
Otherwise it works!
Note: the zsh shell is not supported by IBM ... so normally you do not use it
Just a word for those who want to use the ZSH shell on a Power5 based machine. DO NOT use the time builtin command, but use the /usr/bin/time command or the KSH builtin instead.
The zsh builtin do not support SPLPAR !
sample:
ZSH:
time ./vloop_32 6
./vloop_32 6 1.79s user 0.00s system 102% cpu 1.752 total
!! 102% whaow !!!
/usr/bin/time ./vloop_32 6
Real 1.95
User 1.88
System 0.00
Otherwise it works!
Note: the zsh shell is not supported by IBM ... so normally you do not use it