12.07.2015 Views

Hybrid programming with MPI & OpenMP - Prace Training Portal

Hybrid programming with MPI & OpenMP - Prace Training Portal

Hybrid programming with MPI & OpenMP - Prace Training Portal

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Point Function evaluation:Exchange and Correlation energy!$omp parallel do private( rhox, arhox, ex, ec, vx, vc ), reduction(+:etxc)do ir = 1, nnrrhox = rhor (ir, nspin)arhox = abs (rhox)if (arhox.gt.1.d-30) thenCALL xc( arhox, ex, ec, vx(1), vc(1) )v(ir,nspin) = e2 * (vx(1)( + vc(1) )etxc = etxc + e2 * (ex + ec) * rhoxendifenddo!$omp end parallel doReal space electronic charge densityXC functional (external subroutine)XC PotentialXC Energy31

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!