1 / 3

Using PVM

Using PVM. Four hosts alpha.csie.isu.edu.tw (140.127.185.95) beta.csie.isu.edu.tw (140.127.185.97) gamma.csie.isu.edu.tw (140.127.185.98) delta.csie.isu.edu.tw (140.127.185.96). Configure PVM. $ pvm pvm> conf conf 1 host, 1 data format

kamil
Download Presentation

Using PVM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using PVM • Four hosts • alpha.csie.isu.edu.tw (140.127.185.95) • beta.csie.isu.edu.tw (140.127.185.97) • gamma.csie.isu.edu.tw (140.127.185.98) • delta.csie.isu.edu.tw (140.127.185.96)

  2. Configure PVM $ pvm pvm> conf conf 1 host, 1 data format HOST DTID ARCH SPEED DSIG alpha.csie.isu.edu.tw 40000 LINUXI386 1000 0x00408841 pvm> add delta pvm> add gamma pvm> add beta pvm> conf 4 hosts, 1 data format HOST DTID ARCH SPEED DSIG alpha.csie.isu.edu.tw 40000 LINUXI386 1000 0x00408841 delta 80000 LINUXI386 1000 0x00408841 gamma C0000 LINIXI386 1000 0x00408841

  3. Compile pvm program cc –I/usr/share/pvm3/include –L/usr/share/pvm3/lib/LINUX I386 master.c –lpvm3 –o master cc –I/usr/share/pvm3/include –L/usr/share/pvm3/lib/LINUX I386 slave.c–lpvm3 –o slave

More Related