Multi-client Benchmarks (LAN, WAN)
Linpack and EP are both repeatedly called:
- Each client performs a Ninf_call on the interval of s seconds with probability p. ? s = 3, p = 1/2 chosen.
- Number of clients : c , problem size : n.
? c = 1, 2, 4, 8, 16, Linpack: n = 600, 1000, 1400
EP: n = 24(Sample)
Parallel Processing on the server (J90 4PE)
- Linpack: 1PE ver. --- Task Parallel
1PE Execution and Parallel Processing
4PE ver. --- Data Parallel
4PE Execution and Single Processing
- EP: 1PE ver. --- Task Parallel