This item is licensed Korea Open Government License
dc.contributor.author
임상범
dc.contributor.author
이한구
dc.date.accessioned
2019-08-28T07:40:26Z
dc.date.available
2019-08-28T07:40:26Z
dc.date.issued
2005-10-02
dc.identifier.issn
0302-9743
dc.identifier.uri
https://repository.kisti.re.kr/handle/10580/13595
dc.description.abstract
Designing a simple but powerful low-level communication library for Java HPC environments is an important task. We introduce new low-level communication library for Java HPC, called mpjdev. The mpjdev API is designed with the goal that it can be implemented portably on network platforms and efficiently on parallel hardware. Unlike MPI which is intended for the application developer, mpjdev is meant for library developers. Application level communication may be implemented on top of mpjdev. The mpjdev API itself might be implemented on top of Java sockets in a portable network implementation, or-on HPC platforms-through a JNI (Java Native Interface) to a subset of MPI.