Changes between Version 13 and Version 14 of Osaka
- Timestamp:
- Aug 14, 2008, 3:31:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Osaka
v13 v14 47 47 [[BR]] 48 48 == 5.Kerrighed modules - Source Code Structure Analysis == 49 * '''Gandalf module''': Global memory management 49 * '''Gandalf module''': Global memory management -> ('''For Container''') 50 50 * /kerrighed-2.3.0/libs/include/kerrighed_tools.h 51 51 * /kerrighed-2.3.0/modules/tools/krg_services.h 52 52 * /kerrighed-2.3.0/modules/mm/mmap_handler.h[[BR]] 53 53 '''/* Memory Part -> Memory Pool */''' 54 * '''Aragon module''': Global process management 54 * '''Aragon module''': Global process management -> ('''For Migration''') 55 55 * /kerrighed-2.3.0/modules/proc/distant_syscalls.c 56 56 * /kerrighed-2.3.0/modules/scheduler/mosix_probe.c … … 61 61 * /kerrighed-2.3.0/modules/epm/procfs.c[[BR]] 62 62 '''/* Process Part -> MPI , OpenMP */''' 63 * '''Elrond module''': Synchronization tools for parallel applications 63 * '''Elrond module''': Synchronization tools for parallel applications -> ('''For Synchronization''') 64 64 * /kerrighed-2.3.0/modules/epm/ghost_process_api.h 65 65 * '''Gimli''': … … 81 81 * [http://openmp.org/wp/openmp-compilers/ OpenMP] 82 82 * [http://www.compunity.org/resources/compilers/intel/index.php Intel Compiler] 83 * INRIA: [ftp://ftp.inria.fr/INRIA/publication/publi-pdf/RR/RR-4947.pdf Kerrighed: A SSI Cluster OS Running OpenMP]