graemes

Results 3 issues of graemes

Turing not included in the list of architectures that are compiled. Needs: @@ -504,6 +504,7 @@ target_compile_options(lib_bladebit_cuda PRIVATE -gencode=arch=compute_52,code=sm_52 # Maxwell -gencode=arch=compute_61,code=sm_61 # Pascal -gencode=arch=compute_70,code=sm_70 # Volta + -gencode=arch=compute_75,code=sm_75 #...

Plot

A small tweak to check that there is sufficient space free in the dst folder to receive a new plot. This prevents the loop where a new plot is started...

This adds a target defintion which deletes a single file based on a glob after archiving. This means that there is sufficient space for the next archiving operation to take...