Add Out-of-Core option
Compare changes
- THIBAULT Samuel authored
@@ -24,6 +24,7 @@
@@ -118,6 +119,21 @@ void RUNTIME_desc_create( MORSE_desc_t *desc )
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.