资源简介
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的考试系统
评论
共有 条评论