-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LOOP-OPTIMIZATION: restarting and parfors
- Restarting protocol for both U-driven and T-driven lines - Hybrid Distributed/Restarting protocol for (U,T) scans > the external T-driven loop is parallelized in independent processes through the native parfor construct > there is no restart connecting each initial T value > this assumes a sufficiently low/high interaction, so that the noninteracting/atomic limit seeds are sufficient to achieve a good and fast convergence, and proceed from there with the sequential, restarting-aided U-driven lines > this *requires* the Parallel Computing Toolbox to be actually performed, but runs just fine if such plug-in is missing: the parfor just fall back to traditional sequential loops. A test with the current input state gives a full (U,T) diagram in less then five minutes, on a local machine with 4 physical i5 cores. Sounds good.
- Loading branch information
1 parent
bb4fe75
commit 0ae3305
Showing
4 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters