免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
123下一页
最近访问板块 发新帖
查看: 4633 | 回复: 20
打印 上一主题 下一主题

谁有mpich-gm啊? [复制链接]

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-06-14 07:28 |只看该作者 |倒序浏览
官方网站上下载不了。。。要注册,并一定要有Myrinet的产品才给用户名和密码,是不是的确必须要有他们的产品才能用这个软件呢?
在el4上装mpich2(mpich2-1.0.3.tar.gz)和mpich1(mpich-1.2.7p1)都能顺利安装,但运行
mpif77时提示
  1. /usr/lib/gcc/i386-redhat-linux/3.4.3/libfrtbegin.a(frtbegin.o)(.text+0x35): In function `main':
  2. : undefined reference to `MAIN__'
  3. collect2: ld returned 1 exit status
复制代码

运行mpicc时提示
  1. mpicc
  2. /usr/lib/gcc/i386-redhat-linux/3.4.3/../../../crt1.o(.text+0x18): In function `_start':
  3. : undefined reference to `main'
  4. collect2: ld returned 1 exit status
复制代码

google了一下,说是gcc的版本太新。。。但看到正在运行的曙光集群中mpif77用的是mpich-1.2.5/ch_p4/gm-pgi/mpif77,而不是直接用的mpich的mpif77,看来可能是mpich的问题,但没有下载到mpich-gm,哪位哥哥有的话,可否共享一个,让我测试一下?
或者有经验的高手指点一下,gcc的版本应该用哪个比较合适一点儿?
BTW:今天我会测试redhat linux 8.0和mpich-1.2.7p1,然后把结果给大家。。。

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
2 [报告]
发表于 2006-06-14 07:29 |只看该作者
BTW:mpich的官方网站也没有提到这个问题,也没有说他们对应的gcc版本号。。。郁闷。。。是不是我没有找到?今天再认真的看看官方网站。。。

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
3 [报告]
发表于 2006-06-14 14:24 |只看该作者
看来的确是gcc版本的问题....在rh8和rh7.3上测试成功....

论坛徽章:
0
4 [报告]
发表于 2006-06-15 02:14 |只看该作者
I suggest you to choose RHEL WS and don't waste your time on those version conflict issues. It doesn't make sense.

Simply download RHEL WS from redhat's official website and run your mpi environment upon . This will  pull everybody there back to the computing research, not research infrastructure itself.

good luck,

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
5 [报告]
发表于 2006-06-15 09:54 |只看该作者
原帖由 nntp 于 2006-6-15 02:14 发表
I suggest you to choose RHEL WS and don't waste your time on those version conflict issues. It doesn't make sense.

Simply download RHEL WS from redhat's official website and run your mpi environ ...


Thank you very much,but by the way,why not as/es? I try it on as4,but i'm failed.... I'll try it on ws soon,thanks again...

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
6 [报告]
发表于 2006-06-15 12:54 |只看该作者
I try it on gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42) with 1.27p1,and successful.But there still a warinnig:
mpif77
  1. /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libfrtbegin.a(frtbegin.o)(.text+0x32): In function `main':
  2. : undefined reference to `MAIN__'
  3. collect2: ld returned 1 exit status
复制代码

But f77 can use now.
  1. [root@As3test examples]# /usr/local/mpich1//bin/mpif77 -o pi3 pi3.o
  2. [root@As3test examples]# ll
  3. total 1148
  4. -rw-r--r--    1 root     root         1640 Jun 15 12:09 cpi.c
  5. -rwxr-xr-x    1 root     root       353848 Jun 15 12:12 cpilog
  6. -rw-r--r--    1 root     root         2721 Jun 15 12:09 cpilog.c
  7. -rw-r--r--    1 root     root        65536 Jun 15 12:13 cpilog.clog
  8. -rw-r--r--    1 root     root         2992 Jun 15 12:12 cpilog.o
  9. -rw-r--r--    1 root     root         1650 Jun 15 12:09 cpip.c
  10. -rw-r--r--    1 root     root         1547 Jun 15 12:09 hello++.cc
  11. -rw-r--r--    1 root     root         2803 Jun 15 12:09 Makefile
  12. -rw-r--r--    1 root     root         2748 Jun 15 12:09 Makefile.in
  13. drwxr-xr-x    2 root     root         4096 Jun 15 12:09 MPI-2-C++
  14. lrwxrwxrwx    1 root     root           13 Jun 15 12:09 mpirun -> ../bin/mpirun
  15. -rwxr-xr-x    1 root     root       337519 Jun 15 12:11 pi3
  16. -rw-r--r--    1 root     root         2335 Jun 15 12:09 pi3.f
  17. -rw-r--r--    1 root     root         3232 Jun 15 12:11 pi3.o
  18. -rwxr-xr-x    1 root     root       337520 Jun 15 12:12 pi3p
  19. -rw-r--r--    1 root     root         2341 Jun 15 12:09 pi3p.f
  20. -rw-r--r--    1 root     root         3236 Jun 15 12:12 pi3p.o
  21. -rw-r--r--    1 root     root          993 Jun 15 12:09 README
  22. -rw-r--r--    1 root     root         2658 Jun 15 12:09 simpleio.c

  23. [root@As3test examples]# ./pi3 1
  24. Process  0 of  1 is alive
  25. Enter the number of intervals: (0 quits)
  26. 1
  27.   pi is approximately: 3.2000000000000002  Error is: 0.0584073464102071
  28. Enter the number of intervals: (0 quits)
  29. 2
  30.   pi is approximately: 3.1623529411764704  Error is: 0.0207602875866773
  31. Enter the number of intervals: (0 quits)
  32. 3
  33.   pi is approximately: 3.1508492098656036  Error is: 0.0092565562758105
  34. Enter the number of intervals: (0 quits)
  35. 4
  36.   pi is approximately: 3.1468005183939427  Error is: 0.0052078648041496
  37. Enter the number of intervals: (0 quits)
  38. 0
复制代码

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
7 [报告]
发表于 2006-06-15 13:03 |只看该作者
BTW:I'm downloading ws3.7,And I'll get it soon...

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
8 [报告]
发表于 2006-06-15 14:58 |只看该作者
I try it on Red Hat Enterprise Linux WS release 3 (Taroon Update 7),and get the same result  as on Red Hat Enterprise Linux AS release 3 (Taroon Update 3)

论坛徽章:
0
9 [报告]
发表于 2006-06-16 00:51 |只看该作者
did you choose the backtowards develop packages when install the WS?  that is necessary options.

论坛徽章:
5
巳蛇
日期:2013-08-28 09:26:15CU十二周年纪念徽章
日期:2013-10-24 15:41:34射手座
日期:2013-10-31 09:13:04射手座
日期:2014-02-11 13:18:34天秤座
日期:2014-03-25 09:22:28
10 [报告]
发表于 2006-06-16 07:43 |只看该作者
原帖由 nntp 于 2006-6-16 00:51 发表
did you choose the backtowards develop packages when install the WS?  that is necessary options.



backtowards
? I'll try it soon.
By the way,the application must use pgi too.But I have no pgi  software untill yesterday night. I'll try it today....
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP