Mentions légales du service

Skip to content

Add Out-of-Core option

THIBAULT Samuel requested to merge thibault/chameleon:ooc into master

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.

Merge request reports