boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 有没有sun unix的高手呀?
相关主题
如何在程序中调用双(多)CPU进行计算?
Is there a command to know speed of CPU in Unix
Sun江河日下
开始喜欢SUN了
UNIX vs LINUX? why?
bad root shell?
做一个PROJECT,教授需要RCS
about Sun Workstations
请问在Unix下面的C++程序Bus Error是什么错?
[转载] Help ! hwo to get the # of cpu's ???
相关话题的讨论汇总
话题: sun话题: amd话题: computing话题: unix话题: cpu
进入Unix版参与讨论
1 (共1页)
z***y
发帖数: 13818
1
刚搞了一台SUN enterprise 3500, 8个CPU, 5G RAM.
我们打算用它来搞 CFD simulation, 主要是大量的
浮点计算。
结果速度令人失望,仅仅和AMD 3000+的台式机差不多。
是不是我们的设置有问题。高手能否指点以下?
多谢!!
w**n
发帖数: 88
2
Definitely a bad choice if your intention is for floating points
computing.
Sun unix(sparc cpu) is good as a robust (file/web) server but bad for computing

【在 z***y 的大作中提到】
: 刚搞了一台SUN enterprise 3500, 8个CPU, 5G RAM.
: 我们打算用它来搞 CFD simulation, 主要是大量的
: 浮点计算。
: 结果速度令人失望,仅仅和AMD 3000+的台式机差不多。
: 是不是我们的设置有问题。高手能否指点以下?
: 多谢!!

b*****e
发帖数: 474
3
what do you mean 差不多? did you run 8 simulations at the same time
for both the Sun and the AMD, and got the same results?

【在 z***y 的大作中提到】
: 刚搞了一台SUN enterprise 3500, 8个CPU, 5G RAM.
: 我们打算用它来搞 CFD simulation, 主要是大量的
: 浮点计算。
: 结果速度令人失望,仅仅和AMD 3000+的台式机差不多。
: 是不是我们的设置有问题。高手能否指点以下?
: 多谢!!

z***y
发帖数: 13818
4
不是的,我们高的是pararell运算,就是一个simulation同时
在8个CPU上跑,和同样的这个运算在一个AMD 3000+上跑差不多。

【在 b*****e 的大作中提到】
: what do you mean 差不多? did you run 8 simulations at the same time
: for both the Sun and the AMD, and got the same results?

j******e
发帖数: 232
5
sounds interesting.
even only for memory, it should be faster.
there must be something wrong in your setup bah.

【在 z***y 的大作中提到】
: 刚搞了一台SUN enterprise 3500, 8个CPU, 5G RAM.
: 我们打算用它来搞 CFD simulation, 主要是大量的
: 浮点计算。
: 结果速度令人失望,仅仅和AMD 3000+的台式机差不多。
: 是不是我们的设置有问题。高手能否指点以下?
: 多谢!!

w**n
发帖数: 88
6
Guess this is an 8x400MHz model, meaning each cpu runs at 800Mhz. Is your AMD
3000 64-bit?

【在 z***y 的大作中提到】
: 刚搞了一台SUN enterprise 3500, 8个CPU, 5G RAM.
: 我们打算用它来搞 CFD simulation, 主要是大量的
: 浮点计算。
: 结果速度令人失望,仅仅和AMD 3000+的台式机差不多。
: 是不是我们的设置有问题。高手能否指点以下?
: 多谢!!

w**n
发帖数: 88
7
On the other hand, you should compare the performance of parallel version vs.
serial version, just make sure your parallelization actually works.
And try use sun's workshop compiler with optimization option.

【在 z***y 的大作中提到】
: 不是的,我们高的是pararell运算,就是一个simulation同时
: 在8个CPU上跑,和同样的这个运算在一个AMD 3000+上跑差不多。

z***y
发帖数: 13818
8
Is Sun so weak in computing? I mean, this machine is an enterprise level
server, has 8*375MhzUltraSparcII CPUs, 5G RAM, even as weak as my AMD 2800+
notebook computation power?
I use commercial CFD code which has MPI function. It's designed to run
under UNIX environment, multiple CPUs. I believe it has been optimized for
parallel.
Is there anybody knows much about SUN MPI processing? That's why I post here

【在 j******e 的大作中提到】
: sounds interesting.
: even only for memory, it should be faster.
: there must be something wrong in your setup bah.

T********r
发帖数: 6210
9
enterprise computing does not equal to scientific computing

【在 z***y 的大作中提到】
: Is Sun so weak in computing? I mean, this machine is an enterprise level
: server, has 8*375MhzUltraSparcII CPUs, 5G RAM, even as weak as my AMD 2800+
: notebook computation power?
: I use commercial CFD code which has MPI function. It's designed to run
: under UNIX environment, multiple CPUs. I believe it has been optimized for
: parallel.
: Is there anybody knows much about SUN MPI processing? That's why I post here

m*m
发帖数: 47
10
sun 3500 是几百年前的产品了, 早过时了. 而且ultra sparc 的 int, float
benchmarck 从来都是倒数第一, 第二... 换 alpha server 吧...

【在 z***y 的大作中提到】
: Is Sun so weak in computing? I mean, this machine is an enterprise level
: server, has 8*375MhzUltraSparcII CPUs, 5G RAM, even as weak as my AMD 2800+
: notebook computation power?
: I use commercial CFD code which has MPI function. It's designed to run
: under UNIX environment, multiple CPUs. I believe it has been optimized for
: parallel.
: Is there anybody knows much about SUN MPI processing? That's why I post here

n******t
发帖数: 4406
11
actually, sun is a crap in High performance Scientific computing.

【在 z***y 的大作中提到】
: Is Sun so weak in computing? I mean, this machine is an enterprise level
: server, has 8*375MhzUltraSparcII CPUs, 5G RAM, even as weak as my AMD 2800+
: notebook computation power?
: I use commercial CFD code which has MPI function. It's designed to run
: under UNIX environment, multiple CPUs. I believe it has been optimized for
: parallel.
: Is there anybody knows much about SUN MPI processing? That's why I post here

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] Help ! hwo to get the # of cpu's ???
急!unix 好像是down掉了
新手求教
cygwin是干什么的
Which command to check the CPU number?
怎样查系统信息?
请教关于查cpu信息的命令
parallel computation
关于CPU时间急问!
How to find Computer books in Netlibrary?
相关话题的讨论汇总
话题: sun话题: amd话题: computing话题: unix话题: cpu