i coded guass elimination(linear) direct method in parllel but it giving the correct results only when the input matrix size and grain size are equal.
please suggest me a solution.
Hi,
I can suggest to exemine your parallel implementation with a threading error checking tool like Intel Parallel Inspector: http://software.intel.com/en-us/intel-parallel-studio-home/
--Roman