Design of a Software Correlator for the Phase I SKA

29
Design of a Software Correlator for the Phase I SKA Jongsoo Kim Cavendish Lab., Univ. of Cambridge & Korea Astronomy and Space Science Institute Collaborators: Paul Alexander (Univ. of Cambridge) Andrew Faulkner (Univ. of Cambridge) Bong Won Sohn (KASI, Korea) Minho Choi (KASI, Korea) Dongsu Ryu (Chungnam

description

Design of a Software Correlator for the Phase I SKA. Jongsoo Kim Cavendish Lab., Univ. of Cambridge & Korea Astronomy and Space Science Institute. Collaborators: Paul Alexander (Univ. of Cambridge) Andrew Faulkner (Univ. of Cambridge) - PowerPoint PPT Presentation

Transcript of Design of a Software Correlator for the Phase I SKA

Page 1: Design of a Software Correlator for the Phase I SKA

Design of a Software Correlator for the Phase I SKA

Jongsoo KimCavendish Lab., Univ. of Cambridge &

Korea Astronomy and Space Science Institute

Collaborators: Paul Alexander (Univ. of Cambridge) Andrew Faulkner (Univ. of Cambridge) Bong Won Sohn (KASI, Korea) Minho Choi (KASI, Korea) Dongsu Ryu (Chungnam Nat’l Univ., Korea)

Page 2: Design of a Software Correlator for the Phase I SKA

PrepSKA

• 7th EU Framework Programme• 01/04/2008 – 31/03/2011(?)• 20+11 institutions• 09/2009 Manchester WP2 meeting

– AA, FPAA, WBSF– Power Issue– Correlator

Page 3: Design of a Software Correlator for the Phase I SKA

Work Packages

Page 4: Design of a Software Correlator for the Phase I SKA

Participating institutions

Page 5: Design of a Software Correlator for the Phase I SKA

Correlators for Radio Interferometry

• ASIC (Application-Specific Integrated Circuit)• FPGR (Field-Programmable Gate Arrays)• Software (high level-languages, e.g., C/C++)

– Rapid development– Expandability– …

Page 6: Design of a Software Correlator for the Phase I SKA

Current Status of SC

• LBA (Australian Long Baseline Array)– 8 antennas (Parkes, … 22-64m, 1.4-22GHz)– DiFX software correlator (2006; Deller et al. 2007)

• VLBA (Very Long Baseline Array)– 10 antennas (25m, 330MHz - 86GHz)– DiFX (2009)

• GMRT (Giant Metrewave Radio Telescope)– 30 antennas (45m, 50MHz-1.5GHz), 32MHz– ASIC software correlator (Roy et al. 2010)

Page 7: Design of a Software Correlator for the Phase I SKA

Current Status of SC (cont.)

• LOFAR (Low Frequency Array)– LBA (Low Band Antennae) 10-90MHz– HBA (High Band Antennae) 110 – 250MHz– IBM BlueGene/P: software correlation

Page 8: Design of a Software Correlator for the Phase I SKA

SKA Timeline

Page 9: Design of a Software Correlator for the Phase I SKA

Phase I SKA (2013-2018)• 10% of the final

collecting area • ~300 dishes• software correlator

Page 10: Design of a Software Correlator for the Phase I SKA

Correlation Theorem, FX-correlator

)()()()( * fRfRdrtr jiji

dttrfR iftii

2e)()( F-step (FT):~log2(Nc) operations per sample

X-step (CMAC): ~ N operations per

sample

Page 11: Design of a Software Correlator for the Phase I SKA

FLOPS of the X-step in FX correlator

• 4 is from • 8 is from 4 multiplications and 4 additions:

• N(N+1)/2 is the number of auto- and cross- correlations with antenna N

• if B (bandwidth) = 4 GHz N=2 96x4 GFLOPS = 384 GFLOPS N=100 16x4x104 GFLOPS = 640 TFLOPS N=300 16x9x4x104 GFLOPS = 5.76 PFLOPS N=3000 16x9x4x106 GFLOPS = 576 PFLOPS

GFLOPS][ GHz

16 [FLOPS] Hz2

)1(84 2

BNBNN

)()())((*jijijijijjiiji baabibbaaibaibaRR

**** , , , jijijiji LLRLLRRR

Page 12: Design of a Software Correlator for the Phase I SKA

Top500 supercomputer

Page 13: Design of a Software Correlator for the Phase I SKA

Fermi Streaming Multiprocessor• Fermi features several major innovations:

• 512 CUDA cores• NVIDIA Parallel

DataCache technology• NVIDIA GigaThread™

engine• ECC support– Performance: > 2 Tflops

Page 14: Design of a Software Correlator for the Phase I SKA

Design goals

• Connect antennas and computer nodes with simple network topology

• Use future technology development of HPC clusters

• Simplify programming

Page 15: Design of a Software Correlator for the Phase I SKA

CPUs+(GPUs)CPUs+(GPUs)

CPUs+(GPUs)

CPUs+(GPUs)

CPUs+(GPUs)

CPUs+(GPUs)

RequiredBW>512Gb/s

=64GB/s

100 Gb/s Ethernet

Software Correlator for Phase I SKA (‘2018)

2x4x2x4GHz =64Gb/s2 pols, 4bit sampling, Nyquist, BW

300 nodes

>20 TFLOPS

Page 16: Design of a Software Correlator for the Phase I SKA

Communication between Computer Nodes I

Node 1FFT

Nc1

2

after FFT

Nc

2x4x2xB 2x32x2xB

Node 2FFT

Page 17: Design of a Software Correlator for the Phase I SKA

Communication between Computer Nodes II

Node 1FFT

1

2

after communication

Nc/2

12

12

2x4x2xB 2x32x2xB

Node 2FFT

Nc/2

Page 18: Design of a Software Correlator for the Phase I SKA

All-to-All Communication between Computer Nodes

Node 1FFT1

2

after communicationNc/4

12

2x4x2xB 2x32x2xB

Node 2FFT

Nc/4Node 2

FFT

Node 2FFT

3

4 34

1234

N>>1BW(interconnect)=8 x 2x4x2xB=128B

Page 19: Design of a Software Correlator for the Phase I SKA

Data Flows

GPU, CMAC

memory

CPU, FFT432bitsbit/sample

GPU Memory BW:102GB/s (C1060)

threads

PCI-e BW: 8GB/s (gen2 16x)

GPU, CMAC

memory

CPU, FFT432bitsbit/sample

threads

Node Interconnect BW: 40Gb/s (Infiniband)

Page 20: Design of a Software Correlator for the Phase I SKA

AI (Arithmetic Intensity)• Definition: number of operations (flops) per byte • AI = 8flops/16bytes (Ri,Rj) = 0.5

AI = 32 flops/32bytes (Ri, Li, Rj, Lj) = 1.0 for 1x1 tile

AI = 2.4 for 3x2 tiles• Since AIs are small numbers, correlation calculations

are bounded by the memory bandwidth.• Performance: AI x memory BW (=102GB/s)

Wayth+ (2009), van Nieuwpoort+ (2009)

)()())((*jijijijijjiiji baabibbaaibaibaRR

Page 21: Design of a Software Correlator for the Phase I SKA

Measured bandwidth of host-to-device (Tesla C1060)~70% of PCI -e2 bandwidth

Page 22: Design of a Software Correlator for the Phase I SKA

Performance of Tesla C1060 as a function of AI• Performance is, indeed, memory-bounded. • Maximum performance is about 1/3 of the peak performance.

Page 23: Design of a Software Correlator for the Phase I SKA

AI for host-device and host-host• AI = (N+1) FLOP/byte N x 16 bytes (R,L) = 16 N byte 4x8xN(N+1)/2 FLOP• PCI bus bandwidth PCI-e 2.0: 8.0GB/s (15 Jan. 2007) PCI-e 3.0: 16.0GB/s (2Q 2010, 2011) PCI-e 4.0: 32.0GB/s (201?) PCI-e 5.0: 64.0GB/s (201?)• Performance [GFLOPS] = PCI BW [GB/s] x AI [FLOP/B]

Page 24: Design of a Software Correlator for the Phase I SKA

Benchmark: Performance

10GF

100GF

40Gb/s IB

40Gb/s IB

Page 25: Design of a Software Correlator for the Phase I SKA

Expected performance bounded by the BWs of PCI bus and interconnect

Page 26: Design of a Software Correlator for the Phase I SKA

Power usage and Costing

• Computer nodes– 1.4 KW, 4 K Euro for each server

including 2x0.236 KW (2 GPUs)– 0.4 MW, 1.2 M Euro for 300 servers

• Network Switches– 3.8 KW for IB (40Gb) 328 ports

Page 27: Design of a Software Correlator for the Phase I SKA

Technology Development in 2010

• 2Q 2010, (2011): PCI-e 3rd Generation• 2Q (April) 2010: Nvida Fermi (512 cores,

L1,L2 cache)• (March 29) 2010: AMD 12 core Opteron 6100

processor• (March 30) 2010: Intel 8 core Nehaem-EX

Xeon processor

Page 28: Design of a Software Correlator for the Phase I SKA

Infiniband Roadmap (IBTA)

Page 29: Design of a Software Correlator for the Phase I SKA

CPUs+(GPUs)CPUs+(GPUs)

CPUs+(GPUs)

CPUs+(GPUs)

CPUs+(GPUs)

CPUs+(GPUs)

RequiredBW>512Gb/s

=64GB/s

100 Gb/s Ethernet

Software Correlator for Phase I SKA (‘2018)

2x4x2x4GHz =64Gb/s2 pols, 4bit sampling, Nyquist, BW

300 nodes

>20 TFLOPS