commit before zipping to send to office

This commit is contained in:
antonl 2026-02-05 16:53:45 +01:00
parent 7ed9dab8f9
commit ce71696cb6

View File

@ -112,6 +112,20 @@ int main(int argc, char **argv) {
if(rank == 0) {
LOG("cuDSS handle created successfully");
}
/* Cleanup */
CUDSS_CHECK(cudssDestroy(handle));
if(rank == 0) {