McStasMcXtrace / iFit

a simple library to analyze data (with McCode and Phonons/DFT hooks). :warning: this project has been moved to https://gitlab.com/soleil-data-treatment/soleil-software-projects/remote-desktop
http://ifit.mccode.org
Other
5 stars 5 forks source link

Models: sqw_spinwave: use Process to distribute over cpu's #187

Open farhi opened 5 years ago

farhi commented 5 years ago

The Process class should be used in the 4D case to speed-up computation:

this will then 'emulate' an MPI execution on local-host

NOTE: a simple implementation would use as many threads as the 'tuu' number, independently of the real CPU capability.