|
ParADE
(Parallel Application Development Environment) is an
OpenMP-based parallel programming environment for SMP
cluster systems. ParADE
provides application programmers the OpenMP programming
model while it executes the program in a hybrid model
of software DSM and MPI.
Key features of ParADE
are
1. Intelligent OpenMP translator
2. Explicit message passing primitives
3. Multi-threaded software distributed shared memory
(SDSM)
4. Home-based lazy release consistency (HLRC) with migratory
home
5. Dynamic load balancing
6. Adaptive computing
For detailed information, refer to Key
Features section.
|