-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
Hi everyone,
I recently updated specfem cartesion to 4.1.1 from 4.0.0 GPU version. In the new version, the database generation step is taking too much time as compared to previous version. I noticed most of the time is going in this step..
` ...setting up mesh adjacency
mesh adjacency:
total number of elements in this slice = 126360
maximum number of neighbors allowed = 300
minimum array memory required per slice = 145.089569 (MB)
using kd-tree search radius = 1050.00000
10 % - elapsed time: 59.2969856 s
20 % - elapsed time: 118.541382 s
30 % - elapsed time: 177.748108 s
40 % - elapsed time: 236.961090 s
50 % - elapsed time: 296.169128 s
60 % - elapsed time: 355.404327 s
70 % - elapsed time: 414.638702 s
80 % - elapsed time: 473.861664 s
90 % - elapsed time: 533.240967 s
100 % - elapsed time: 592.426575 s
maximum search elements = 328
maximum of actual search elements (after distance criterion) = 327
estimated maximum element size = 300.000000
maximum distance between neighbor centers = 984.885803
maximum neighbors found per element = 124
(maximum neighbor of neighbors) = 98
total number of neighbors = 14527224
Elapsed time for detection of neighbors in seconds = 593.135193 `
and this was not there in previous versions.
The same model run on CPU version takes about 10 sec for database generation using comparable compute.
Any advice how to speed it up?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels