Hello,
In order to accelerate a project, I'm attempting to utilize topy with a custom build of pysparse that is built with superlu_dist. The problem is that the include files between superlu and superlu_dist seem to be fairly different. (ex: instead of sp_ddef.h, there is super_ddef.h). I've tried to replace a number of includes within several of the sparse implementations and managed to get some compilation to occur, but it remains a difficult problem. do you know of a simpler way of building the package?
Hello,
In order to accelerate a project, I'm attempting to utilize topy with a custom build of pysparse that is built with superlu_dist. The problem is that the include files between superlu and superlu_dist seem to be fairly different. (ex: instead of sp_ddef.h, there is super_ddef.h). I've tried to replace a number of includes within several of the sparse implementations and managed to get some compilation to occur, but it remains a difficult problem. do you know of a simpler way of building the package?