The project investigated various aspects of parallel FDTD implementation on a workstation cluster. The computation grid was divided among nodes. For a fixed size problem, as the number of processor increases, the speedup saturates. This happens because each processor spends less time computing but essentially the same time communicating with its neighbors. To take advantage of the parallel algorithm, the problem size must be sufficiently large compared with the number of processors. For very large problems, we can efficiently employ a large number of processors to obtain a linear speedup. In this work, the message passing interface (MPI) parallel implementation was integrated with POSIX threads using the pthreads library. This was required because each node in the cluster was equipped with two processors. On each node, each process contained two threads that executed in parallel. As expected, for sufficiently large problems the speedup was increased by almost a factor of two when using threads.
[1]
Stephen D. Gedney,et al.
An Anisotropic PML Absorbing Media for the FDTD Simulation of Fields in Lossy and Dispersive Media
,
1996
.
[2]
Raj Mittra,et al.
Finite-difference time-domain (FDTD) analysis using distributed computing
,
1994,
IEEE Microwave and Guided Wave Letters.
[3]
W.C. Chew,et al.
Solving large scale electromagnetic problems using a Linux cluster and parallel MLFMA
,
1999,
IEEE Antennas and Propagation Society International Symposium. 1999 Digest. Held in conjunction with: USNC/URSI National Radio Science Meeting (Cat. No.99CH37010).
[4]
K. Yee.
Numerical solution of initial boundary value problems involving maxwell's equations in isotropic media
,
1966
.
[5]
D. P. Rodohan,et al.
Parallel implementations of the finite difference time domain (FDTD) method
,
1994
.