Computational Chemistry -- fpppp #2c
Critical section --
- Sums up private contributions into shared variables
- Used to make I/O contiguous
. . . <about 1000 lines of code> . . .
FXYZ(IATX)=FXYZ(IATX)+FXI
FXYZ(JATX)=FXYZ(JATX)+FXJ
FXYZ(KATX)=FXYZ(KATX)+FXK
FXYZ(LATX)=FXYZ(LATX)+FXL
WRITE(IOUT,2005) ISHELL,JSHELL,KSHELL