materialsinnovation / pymks

Materials Knowledge System in Python
https://pymks.readthedocs.io/
Other
115 stars 76 forks source link

Parallelization issue for Microstructure generation #496

Open beyucel opened 4 years ago

beyucel commented 4 years ago

I had a large case study with random microstructures( generated with da.random) and parallel workflow worked pretty well. Now I am working on a case study with pymks.generate and I am having memory issues(exceeding memory). Is this happening because of generate function?

wd15 commented 4 years ago

Can you add the details here? Code + numbers and I'll try and run the same and report back my finding.