Something went wrong on our end
Fix issue with Julia user driver
Compare changes
- Mathieu Faverge authored
+ 6
− 8
@@ -45,7 +45,6 @@ n = dim1 * dim2 * dim3
@@ -55,11 +54,14 @@ A.nnz = nnz
@@ -115,10 +117,6 @@ if m != nnz+1
Git-LFS is now available on our GitLab instance.
Please note that the quota check is now in blocking mode. More informations about quotas: https://gitlab.inria.fr/siteadmin/doc/-/wikis/faq#quota-management-policy-to-monitor-disk-space-by-project-on-gitlab
GitLab upgrade completed. Current version is 17.8.2.
Fix the reallocation in Julia of the already C allocated arrays. When allocated in C through spmAlloc() users should use the C allocated arrays to descrive the matrix.