building NWChem with Intel 14.0 and OpenMPI 1.6.5


Click here for full thread
Forum Vet
Wadud
What release of Intel 14.0 are you using (e.g. output of "ifort -V")?
We have not seen the error you are reporting on Intel 14.0 ourselves.

A potential fix for your crash might be to turn off vectorization for the loop at line 124 of Parallel-mpi.F, e.g.

!DIR$ NOVECTOR
      do i=0,np-1
        int_mb(procNd(1)+i) = i
      end do

Cheers, Edo