davidrohr / hpl-gpu

High Performance Linpack for GPUs (Using OpenCL, CUDA, CAL)
Other
88 stars 14 forks source link

Replace NULL with MPI_STATUS_IGNORE #1

Closed ddemidov closed 9 years ago

ddemidov commented 9 years ago

This fixes a runtime error with mvapich, where MPI_STATUS_IGNORE and NULL are not the same thing.