quantum-espresso/PP
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 Tests updated with stricter convergence, in the hope of removing failures 2019-01-19 09:41:21 +01:00
examples uploaded one pseudo to the website 2018-09-11 11:09:00 +02:00
simple_transport Why .mod here? Deleted. 2016-08-28 17:08:32 +00:00
src Cleanup of parallel modules: 2019-01-31 15:51:00 +01:00
tools added q-e-dev mail to sum_states.py documentation 2012-10-12 13:17:54 +00:00
Makefile make.sys => make.inc. All other codes using make.sys should modify their build 2016-06-25 07:26:50 +00:00