Changes between Version 3 and Version 4 of MpiKernels
- Timestamp:
- 10/20/11 12:43:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v3 v4 7 7 === MPI implementation === 8 8 9 Currently OpenMPI //does not support// applications that dynamically loads library (thus it does not work with JNI) - see [http://www.open-mpi.org/community/lists/devel/2005/09/0359.php this bug] ). You need to use other MPI implementations:9 Currently OpenMPI //does not support// applications that dynamically loads library (thus it does not work with JNI) - see [http://www.open-mpi.org/community/lists/devel/2005/09/0359.php this bug]. You need to use other MPI implementations: 10 10 11 11 The following implementation have been tested so far: