I'm doing an university project on the topic of parallel computing. I've created a program that solves a system of linear equations using conjugate gradients method: https://github.com/ChrysoliteAzalea/ConjugateGradients
Here is the problem: This program runs normally when I run it on my own computer, but when I try to run it on the supercomputer, it runs indefinitely long (I waited for some time and squeue said it was still running, despite older versions worked fine). What can be the problem?
2.1m questions
2.1m answers
60 comments
57.0k users