m*****l 发帖数: 21 | 1 有好几个工作站, 一个工作站有4个cpu, 想找一个快一点的工作站运行我的程序。请问
如何看哪一个工作站的速度快? |
c*r 发帖数: 278 | 2 To answer the title question:
"psrinfo -v"
On Linux: "cat /proc/cpuinfo"
To answer the question below:
Run some program and measure the time.
【在 m*****l 的大作中提到】 : 有好几个工作站, 一个工作站有4个cpu, 想找一个快一点的工作站运行我的程序。请问 : 如何看哪一个工作站的速度快?
|
m*****l 发帖数: 21 | 3 Hi CDR,
Thanks for your answer... but it seems that psrinfo -v does not work, our
workstations are SUN... "Command not found".can you suggest other methods?
Thanks a lot
请问
【在 c*r 的大作中提到】 : To answer the title question: : "psrinfo -v" : On Linux: "cat /proc/cpuinfo" : To answer the question below: : Run some program and measure the time.
|
m*****e 发帖数: 4193 | 4 sysinfo
【在 m*****l 的大作中提到】 : Hi CDR, : Thanks for your answer... but it seems that psrinfo -v does not work, our : workstations are SUN... "Command not found".can you suggest other methods? : Thanks a lot : : 请问
|
c*r 发帖数: 278 | 5 /usr/sbin/psrinfo -v
【在 m*****l 的大作中提到】 : Hi CDR, : Thanks for your answer... but it seems that psrinfo -v does not work, our : workstations are SUN... "Command not found".can you suggest other methods? : Thanks a lot : : 请问
|
t******t 发帖数: 51 | 6 search for a command, use
whereis psrinfo
This will tell you things like:
/usr/sbin/psrinfo (PATH=/usr/sbin)
/usr/man/cat1m/psrinfo.1m (MANPATH=/usr/man)
/usr/man/sman1m/psrinfo.1m (MANPATH=/usr/man)
。
【在 m*****l 的大作中提到】 : Hi CDR, : Thanks for your answer... but it seems that psrinfo -v does not work, our : workstations are SUN... "Command not found".can you suggest other methods? : Thanks a lot : : 请问
|
m*****l 发帖数: 21 | 7 Thank you for your answer!
The problem is that "whereis" itself is not recognized by the system
whereis: Command not found.
Can you tell me how to use "whereis" correctly?
Thanks a lot,
序
【在 t******t 的大作中提到】 : search for a command, use : whereis psrinfo : This will tell you things like: : /usr/sbin/psrinfo (PATH=/usr/sbin) : /usr/man/cat1m/psrinfo.1m (MANPATH=/usr/man) : /usr/man/sman1m/psrinfo.1m (MANPATH=/usr/man) : : 。
|
f********h 发帖数: 149 | 8 ft. should be "which"
【在 m*****l 的大作中提到】 : Thank you for your answer! : The problem is that "whereis" itself is not recognized by the system : whereis: Command not found. : Can you tell me how to use "whereis" correctly? : Thanks a lot, : : 序
|
c*r 发帖数: 278 | 9 /usr/ucb/whereis
"whereis" is a better substitute of "which"
【在 f********h 的大作中提到】 : ft. should be "which"
|