Dear Steven,
I had installed parallel Meep.
I got some error message when I execute sample code on 2
processor.
=========================================================================
$> mpirun -np 2 meep-mpi test.ctl > test.out
Using MPI version 1.2, 2 processes ----------- Initializing
structure... Working in 2D dimensions. block,
center = (0,0,0) size
(1e+20,1,1e+20) axes
(1,0,0), (0,1,0),
(0,0,1) dielectric
constant epsilon = 12 time for set_epsilon = 0.0297339
s ----------- creating output file
"./test-eps-000000.00.h5"... MPI_Recv: process in local group is dead (rank
0, MPI_COMM_WORLD) Rank (0, MPI_COMM_WORLD): Call stack within LAM: Rank
(0, MPI_COMM_WORLD): - MPI_Recv() Rank (0, MPI_COMM_WORLD): -
MPI_Allreduce() Rank (0, MPI_COMM_WORLD): - main()
Some deprecated features have been used. Set the
environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun
the program to get more information. Set it to "no" to suppress this
message.
=========================================================================
But When i execute sample code on 1 processor, That's ok.
=========================================================================
$> mpirun -np 1 meep-mpi test.ctl > test.out
Using MPI version 1.2, 1 processes ----------- Initializing
structure... Working in 2D dimensions. block,
center = (0,0,0) size
(1e+20,1,1e+20) axes
(1,0,0), (0,1,0),
(0,0,1) dielectric
constant epsilon = 12 time for set_epsilon = 0.0913239
s ----------- creating output file "./test-eps-000000.00.h5"... Meep
progress: 13.35/200.0 = 6.7% done in 4.0s, 56.1s to go on time step 311
(time=15.55), 0.0128754 s/step Meep progress: 30.05/200.0 = 15.0% done in
8.0s, 45.3s to go on time step 640 (time=32), 0.0121734 s/step Meep
progress: 46.55/200.0 = 23.3% done in 12.0s, 39.6s to go on time step 979
(time=48.95), 0.0118113 s/step Meep progress: 63.5/200.0 = 31.8% done in
16.1s, 34.5s to go on time step 1303 (time=65.15), 0.012351 s/step Meep
progress: 81.65/200.0 = 40.8% done in 20.1s, 29.1s to go on time step 1683
(time=84.15), 0.0105425 s/step Meep progress: 101.25/200.0 = 50.6% done in
24.1s, 23.5s to go on time step 2049 (time=102.45), 0.0109509 s/step Meep
progress: 118.4/200.0 = 59.2% done in 28.1s, 19.3s to go on time step 2420
(time=121), 0.0108062 s/step Meep progress: 136.55/200.0 = 68.3% done in
32.1s, 14.9s to go on time step 2778 (time=138.9), 0.0111751 s/step Meep
progress: 153.5/200.0 = 76.8% done in 36.1s, 10.9s to go on time step 3113
(time=155.65), 0.0119554 s/step Meep progress: 170.9/200.0 = 85.4% done in
40.1s, 6.8s to go on time step 3468 (time=173.4), 0.011293 s/step Meep
progress: 187.55/200.0 = 93.8% done in 44.1s, 2.9s to go on time step 3795
(time=189.75), 0.0122399 s/step creating output file
"./test-ez-000200.00.h5"... run 0 finished at t = 200.0 (4000
timesteps =========================================================================
I don't know, why is this error occured.
please give me advice...
|