quantum-espresso/PWCOND
Paolo Giannozzi 814c3d5615 Cleanup of parallel modules:
- mp_world and world_comm should be used only in MPI initialization,
  not directly in codes - replaced by mp_images and intra_image_comm
  (except in a few cases whose usage is unclear to me)
- mp_global should be used only to provide initialization routines
  mp_startup, mp_global_end
- specific mp_* modules should be used for parallelization level on *
  (* = images, pools, bands, orhtoh, ...)
Nothing actually changes (I hope) but things will look cleaner if the module
for the required parallelization level is USEd instead of a generic one that
does too meny things at the same time. The final goal of this operation is to
better disentangle the various parallelization levels and to have a better
organized, more granular MPI initialization that does not introduces artificial
and meaningless dependencies. Not done for: PHonon, CPV, TDDFPT, GWW, EPW
2019-01-31 15:51:00 +01:00
..
Doc Added compiled documentation files in *.pdf. *txt, *html format. 2018-06-22 17:41:44 +02:00
examples Updated gnuplot script (aligned to the one contained in run_example) 2018-08-31 14:03:12 +02:00
src Cleanup of parallel modules: 2019-01-31 15:51:00 +01:00
Makefile Final (?) set of changes to the build system, especially for Windows (Axel) 2013-11-07 21:06:06 +00:00