Add Out-of-Core option
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
9+ 5
− 1
@@ -115,11 +115,15 @@ int morse_rank(MORSE_context_t *morse)
A GitLab upgrade is scheduled for Monday, April 7, 2025. Service interruptions are expected in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost canal: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
Add MORSE_Desc_Create_OOC, which is like MORSE_Desc_Create, but does not actually allocate a matrix, thus letting the runtime allocate on-demand the tiles, possibly pushing them to the disk.
Add a --ooc option to tests to enable this.
For a faster browsing experience, some files are collapsed by default.