資源簡介
MPJ編程接口為Java應用程序提供類MPI消息傳遞應用。文中幫助文檔闡述MPJ并行編程框架的設計、實現,探討其體系架構、實現機制及相關的技術特征,詳細描述MPJ Express的安裝配置過程。

代碼片段和文件信息
/*
?The?MIT?License
?Copyright?(c)?2005?-?2007
???1.?Distributed?Systems?Group?University?of?Portsmouth?(2005)
???2.?Community?Grids?Laboratory?Indiana?University?(2005)
???3.?Aamir?Shafi?(2005?-?2007)
???4.?Bryan?Carpenter?(2005?-?2007)
???5.?Mark?Baker?(2005?-?2007)
?Permission?is?hereby?granted?free?of?charge?to?any?person?obtaining?a?copy?of?this?software?and?associated?documentation?files?(the?“Software“)?to?deal?in?the?Software?without?restriction?including?without?limitation?the?rights?to?use?copy?modify?merge?publish?distribute?sublicense?and/or?sell?copies?of?the?Software?and?to?permit?persons?to?whom?the?Software?is?furnished?to?do?so?subject?to?the?following?conditions:
?The?above?copyright?notice?and?this?permission?notice?shall?be?included?in?all?copies?or?substantial?portions?of?the?Software.
?THE?SOFTWARE?IS?PROVIDED?“AS?IS“?WITHOUT?WARRANTY?OF?ANY?KIND?EXPRESS?OR?IMPLIED?INCLUDING?BUT?NOT?LIMITED?TO?THE?WARRANTIES?OF?MERCHANTABILITY?FITNESS?FOR?A?PARTICULAR?PURPOSE?AND?NONINFRINGEMENT.?IN?NO?EVENT?SHALL?THE?AUTHORS?OR?COPYRIGHT?HOLDERS?BE?LIABLE?FOR?ANY?CLAIM?DAMAGES?OR?OTHER?LIABILITY?WHETHER?IN?AN?ACTION?OF?CONTRACT?TORT?OR?OTHERWISE?ARISING?FROM?OUT?OF?OR?IN?CONNECTION?WITH?THE?SOFTWARE?OR?THE?USE?OR?OTHER?DEALINGS?IN?THE?SOFTWARE.
?*/
/*
?*?File?????????:?Band.java
?*?Author???????:?Aamir?Shafi?Bryan?Carpenter
?*?Created??????:?Fri?Sep?10?12:22:15?BST?2004
?*?Revision?????:?$Revision:?1.6?$
?*?Updated??????:?$Date:?2005/07/29?14:03:09?$
?*/
package?mpi;
import?mpjbuf.*;
public?class?Band
????extends?Op?{
??Band()?{
????worker?=?new?BandWorker();
??}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????140198??2007-06-23?12:38??mpj\bin\daemon_linux_ppc_64
?????文件??????99401??2007-07-09?11:16??mpj\bin\daemon_linux_x86_32
?????文件?????111027??2007-07-09?11:16??mpj\bin\daemon_linux_x86_64
?????文件?????233604??2007-06-23?12:38??mpj\bin\daemon_macosx
?????文件?????114052??2007-06-23?12:38??mpj\bin\daemon_macosx_ppc_32
?????文件?????112536??2007-06-23?12:38??mpj\bin\daemon_solaris_sparc_32
?????文件?????148512??2007-06-23?12:38??mpj\bin\daemon_solaris_sparc_64
?????文件???????1271??2007-06-23?12:51??mpj\bin\installmpjd-windows.bat
?????文件????????530??2007-07-10?11:02??mpj\bin\mpjboot
?????文件????????784??2006-10-22?16:08??mpj\bin\mpjdaemon.bat
?????文件??????15052??2007-06-23?12:32??mpj\bin\mpjdaemon_linux_ppc_64
?????文件??????15143??2007-07-09?12:04??mpj\bin\mpjdaemon_linux_x86_32
?????文件??????15053??2007-07-09?11:16??mpj\bin\mpjdaemon_linux_x86_64
?????文件??????15045??2007-06-23?12:32??mpj\bin\mpjdaemon_macosx
?????文件??????15169??2007-07-10?11:02??mpj\bin\mpjdaemon_macosx_ppc_32
?????文件??????15057??2007-06-23?12:32??mpj\bin\mpjdaemon_solaris_sparc_32
?????文件??????15057??2007-06-23?12:32??mpj\bin\mpjdaemon_solaris_sparc_64
?????文件????????491??2007-07-10?11:02??mpj\bin\mpjhalt
?????文件?????????50??2006-10-22?16:08??mpj\bin\mpjrun.bat
?????文件?????????55??2006-10-22?16:08??mpj\bin\mpjrun.sh
?????文件???????1149??2006-10-22?16:08??mpj\bin\runmpj.sh
?????文件????????149??2006-10-22?16:08??mpj\bin\starter.bat
?????文件???????1721??2006-10-22?16:08??mpj\bin\starter.sh
?????文件???????1275??2007-06-23?12:51??mpj\bin\uninstallmpjd-windows.bat
?????文件?????204800??2007-06-23?13:49??mpj\bin\wrapper.exe
?????文件???????7753??2006-10-22?16:08??mpj\build.xm
?????文件?????122705??2006-10-22?16:08??mpj\conf\hitData
?????文件????????181??2006-10-22?16:08??mpj\conf\local2.conf
?????文件???????5283??2006-10-22?16:08??mpj\conf\mpj128.conf
?????文件????????774??2006-10-22?16:08??mpj\conf\mpj16.conf
............此處省略916個文件信息
- 上一篇:基于jsp的購物網站原創
- 下一篇:基于Android的考試系統
評論
共有 條評論