cygwin下HPC开发环境搭建.docVIP

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
?cygwin下HPC开发环境的搭建 CYGWin下需要安装的软件包。 并行计算环境的搭建需要rsh-server 以及rlogin的支持,所以需要安装这两个包,这两个包位于Net-inetdutils下,安装时选择安装即可。 如果需要开发基于OpenGL的程序,请安装Graphics下的freeglut包以及opengl。 !--[if !vml]--mpich2的安装需要perl的支持,请安装Perl下的perl包。 到mpich2官方网站/mpi/mpich2/下载必威体育精装版的软件包mpich2-1.0.3.tar.gz ? 配置并行环境: 系统rsh的配置:inetd 服务包的配置文件位于/etc/inetd.conf inetd的每次启动都会去读取这个文件。 注销掉不需要的服务:只留下rlogind和rshd两个服务。通过以下的命令 ?$ inetd --install-as-service ?$ inetd --remove-as-service 来把inetd安装为系统服务或者注销。 通过如下的命令来重启或者停止inetd服务。 ?$? net start inetd ?$ ?net stop inetd 通过$ inetd --install-as-service以及$? net start inetd把inetd服务启动。 在当前用户目录$HOME下创建文件$touch .rhosts 里面写入你希望不用密码就可以登陆本机的主机名称,并把权限设置为644 $ cd $HOME $ touch .rhosts $ echo “localhost” .rhosts $ chmod 644 .rhosts 然后用rsh localhost 命令测试是否可以无需密码验证即可登入。 如果不能需要检查/etc下的hosts以及hosts.equiv文件。 在/etc/下面创建hosts.equiv文件,里面是你允许登入的主机名称和用户名,中间用tab键隔开,同rhosts。 hosts.equiv文件的具体用法参考:http://www.unet.univie.ac.at/aix/files/aixfiles/hosts.equiv.htm 里面有详细的用例。可同时参考我的另一篇文章,关于rh4下rsh的设定一文。 ? # See man 8 inetd for more information. # If you make changes to this file, either reboot your machine or restart # inetd: #?? net stop inetd #?? net start inetd # The inetd will then re-read this file. # service_name sock_type proto flags user server_path args # echo? ??stream? tcp???? nowait? root??? internal echo??? dgram?? udp???? wait??? root??? internal discard stream? tcp???? nowait? root??? internal discard dgram?? udp???? wait??? root??? internal daytime stream? tcp???? nowait? root??? internal daytime dgram?? udp???? wait??? root??? internal chargen stream? tcp???? nowait? root??? internal chargen dgram?? udp???? wait??? root??? internal time??? stream? tcp???? nowait? root??? internal time??? dgram?? udp???? wait??? root??? internal # # The external services are typically called via tcpd for # security reasons, eg. # ftp?? stream? tcp???? nowait? root??? /usr/sbin/tcpd in.ftpd # # but tcpd is not part of the inetutils, unfortunately. # Nevertheless theres a port contributed by Prentis Brooks pren

文档评论(0)

ipad0c + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档