Skip to content

Broadcast imports

username-removed-71312 requested to merge broadcast-imports into master

With many cores, this will save time because modules are broadcast over the network and not loaded with heavily redundant disk access.

We may need to write parts of this in C in order to also import numpy this way.

It will be beneficial to force GPAW to import a large chunk of ASE also, or to elsewhere declare some other import broadcasts.

Closes: #88

Edited by username-removed-71312

Merge request reports