Add Out-of-Core option
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.
parent
94cf0fb4
No related branches found
No related tags found
Showing
- control/descriptor.c 87 additions, 0 deletionscontrol/descriptor.c
- control/descriptor.h 10 additions, 0 deletionscontrol/descriptor.h
- docs/texinfo/chapters/configuration.texi 23 additions, 0 deletionsdocs/texinfo/chapters/configuration.texi
- docs/texinfo/chapters/using.texi 3 additions, 0 deletionsdocs/texinfo/chapters/using.texi
- example/out_of_core/out_of_core.h 0 additions, 9 deletionsexample/out_of_core/out_of_core.h
- include/morse.h.in 4 additions, 0 deletionsinclude/morse.h.in
- include/morse_struct.h 1 addition, 0 deletionsinclude/morse_struct.h
- runtime/starpu/control/runtime_descriptor.c 4 additions, 0 deletionsruntime/starpu/control/runtime_descriptor.c
- timing/timing.c 5 additions, 0 deletionstiming/timing.c
- timing/timing.h 6 additions, 1 deletiontiming/timing.h
Loading