quantum-espresso/Modules
giannozz 041d970f65 More minor MPI changes by Axel:
- adapt mp_abort() to have a mandatory communicator
- remove the unused err_msg string variable
- fix a compilation issue
- update dependencies



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@10501 c92efa57-630b-4861-b058-cf58834340f0
2013-10-01 20:04:21 +00:00
..
Makefile Added partial support to the use of k points label in the Brillouin zone. 2013-09-21 09:34:21 +00:00
atom.f90 Cleanup: uniform spelling for "Quantum ESPRESSO", removal of f_defs.h, 2009-08-01 14:26:46 +00:00
autopilot.f90 Cleanup 2011-07-19 13:47:16 +00:00
basic_algebra_routines.f90 Cleanup: uniform spelling for "Quantum ESPRESSO", removal of f_defs.h, 2009-08-01 14:26:46 +00:00
becmod.f90 Small cleanup. The routine can now deal with the case npw=0. 2013-01-07 16:08:03 +00:00
bfgs_module.f90 BFGS now updates the atomic positions also at the last step. This makes it 2013-07-17 13:57:21 +00:00
bspline.f90 Moe occurrences of "index" as variable. Please verify if everything is 2013-07-08 17:26:55 +00:00
bz_form.f90 Support for Brillouin zone labels extended to the matdyn.x code. 2013-09-24 16:57:26 +00:00
cell_base.f90 Minor corrections to both documentation and code reading atomic positions 2012-12-12 11:02:15 +00:00
check_stop.f90 Minor changes: information on task group written at the beginning and 2013-05-17 10:27:13 +00:00
clocks.f90 For benchmark purposes and incremental timing across a single run it is useful to dump intermediate clock values every SCF step and visualize all the clocks in seconds (-D__CLOCK_SECONDS -D__PW_TRACK_ELECTRON_STEPS). 2012-12-13 16:04:15 +00:00
command_line_options.f90 Changes to MPI initialization suggested by Axel in order to make gluing with 2013-09-23 12:57:14 +00:00
compute_dipole.f90 Moe occurrences of "index" as variable. Please verify if everything is 2013-07-08 17:26:55 +00:00
constants.f90 Numeric constant given a name (ry_to_ghz) and moved to constants.f90; 2013-02-26 10:03:47 +00:00
constraints_module.f90 Too much stuff removed from fft! 2012-03-18 21:49:44 +00:00
control_flags.f90 Implemented XDM in PW. The new xdm_dispersion.f90 file (xdm_module 2013-09-22 20:36:14 +00:00
coulomb_vcut.f90 cleanup. AF 2013-06-08 22:45:14 +00:00
descriptors.f90 - minor change 2011-08-05 16:09:38 +00:00
dspev_drv.f90 Simple adjustment, ELPA like ScaLAPACK. 2012-12-17 07:51:36 +00:00
electrons_base.f90 Misspell 2011-12-23 11:04:21 +00:00
environ_input.f90 Cleanup of reading and initialization of Environ-related variables 2013-08-09 09:03:44 +00:00
environment.f90 Minor changes: information on task group written at the beginning and 2013-05-17 10:27:13 +00:00
error_handler.f90 More minor MPI changes by Axel: 2013-10-01 20:04:21 +00:00
fd_gradient.f90 Moe occurrences of "index" as variable. Please verify if everything is 2013-07-08 17:26:55 +00:00
fft_base.f90 added error message to precente the usage of scatter and gather routines in serial execution as they return uninitiliazed data; this mean that every call to *scatter* and *gather* should be in restricted with a #ifdef __MPI cause. No-brainer serial implementation is discouraged as it is inefficient. 2013-02-06 14:36:05 +00:00
fft_custom.f90 cleanup. AF 2013-06-08 22:45:14 +00:00
fft_interfaces.f90 No reason to have both __PARA and __MPI preprocessing options: they have the same meaning. __MPI is more explicit, so I am keeping it 2012-02-02 22:12:26 +00:00
fft_parallel.f90 - probably armless inconsistency in allocation size fixed 2013-08-05 15:40:26 +00:00
fft_scalar.f90 Small corrections, mainly misleading routine names in error messages. 2012-08-25 14:16:17 +00:00
fft_types.f90 - BUG Fix: assure that the dimension of the fft buffer are always 2013-08-05 15:34:24 +00:00
funct.f90 References, release note and credit for last addition 2013-09-18 19:05:57 +00:00
generate_function.f90 Moe occurrences of "index" as variable. Please verify if everything is 2013-07-08 17:26:55 +00:00
griddim.f90 Merged espresso-EXX into trunk from r8463 onwards. This introduces the use of Custom fft grids for EXX contributions. This is controlled by the keyword ecutfock. Documentation to follow. 2012-03-19 16:37:13 +00:00
input_parameters.f90 Implemented XDM in PW. The new xdm_dispersion.f90 file (xdm_module 2013-09-22 20:36:14 +00:00
io_files.f90 Added file name in error message of davcio, as suggested by David Strubbe 2013-07-24 11:51:10 +00:00
io_global.f90 Trying to figure out how to clean up the considerable mess with units ... 2013-02-04 21:42:18 +00:00
ions_base.f90 Error message for missing atoms of a species movd to another routine so that 2012-10-30 13:07:44 +00:00
kernel_table.f90 Fixed inconsistencies in comments regarding equation references to the vdW-DF FFT Soler method 2012-11-29 20:30:38 +00:00
kind.f90 More standardization to the "Quantum ESPRESSO" form 2009-08-01 20:50:09 +00:00
make.depend More minor MPI changes by Axel: 2013-10-01 20:04:21 +00:00
mm_dispersion.f90 - more clean-up about mp call without communicator 2013-09-28 23:32:46 +00:00
mp.f90 More minor MPI changes by Axel: 2013-10-01 20:04:21 +00:00
mp_bands.f90 Cleanup of new initialization + restored missing in action ntask_group 2013-01-29 10:31:17 +00:00
mp_base.f90 - commit of Axel patches to remove dependencies form mpi_world_comm 2013-09-26 15:47:31 +00:00
mp_diag.f90 Fixed compilation error without scalapack 2013-09-27 19:47:55 +00:00
mp_global.f90 - commit of Axel patches to remove dependencies form mpi_world_comm 2013-09-26 15:47:31 +00:00
mp_images.f90 Cleanup of new initialization + restored missing in action ntask_group 2013-01-29 10:31:17 +00:00
mp_pools.f90 Cleanup of new initialization + restored missing in action ntask_group 2013-01-29 10:31:17 +00:00
mp_pots.f90 Cleanup of new initialization + restored missing in action ntask_group 2013-01-29 10:31:17 +00:00
mp_wave.f90 - commit of Axel patches to remove dependencies form mpi_world_comm 2013-09-26 15:47:31 +00:00
mp_world.f90 - add explicit communicator in "mp" cals 2013-09-26 20:48:16 +00:00
noncol.f90 - moving modules from PW to Modules in order to be used 2012-07-26 15:35:10 +00:00
open_close_input_file.f90 Added error message 2013-03-15 14:31:54 +00:00
parallel_include.f90 - commit of Axel patches to remove dependencies form mpi_world_comm 2013-09-26 15:47:31 +00:00
parameters.f90 Cleanup: uniform spelling for "Quantum ESPRESSO", removal of f_defs.h, 2009-08-01 14:26:46 +00:00
parser.f90 Cards and namelists in pw and cp are broadcast within an image, not to all 2013-01-30 08:10:30 +00:00
paw_variables.f90 PAW extended to the noncollinear / spin-orbit case. (Still experimental) 2010-05-23 11:50:22 +00:00
plugin_arguments.f90 Comment updated 2013-01-28 17:43:50 +00:00
plugin_flags.f90 added -pw2casino to plugin_arguments. 2011-03-15 15:17:37 +00:00
pseudo_types.f90 Added the non-local (nlc) flag to the dft definition. Now PP and dft 2011-04-27 15:18:18 +00:00
ptoolkit.f90 Misleading error message 2013-06-11 16:48:58 +00:00
radial_grids.f90 Obscure bug leading to NaNs in PAW calculations fixed (or in any event, 2009-07-13 13:59:47 +00:00
random_numbers.f90 Very funny problem with the random-number generator randy: if incorrectly 2012-11-11 14:44:36 +00:00
read_cards.f90 Support for Brillouin zone labels extended to the matdyn.x code. 2013-09-24 16:57:26 +00:00
read_input.f90 Trying to figure out how to clean up the considerable mess with units ... 2013-02-04 21:42:18 +00:00
read_namelists.f90 Implemented XDM in PW. The new xdm_dispersion.f90 file (xdm_module 2013-09-22 20:36:14 +00:00
read_ncpp.f90 Cleanup of pseudo_dir hack. Now: pseudo_dir is what was read from output; 2011-08-07 07:25:02 +00:00
read_pseudo.f90 Misspells + minor updates to release-notes (including one announced but not 2012-03-14 20:10:06 +00:00
read_upf_v1.f90 The uspp1-coulomb test was crashing on my PC due to some unitialized 2012-04-06 17:02:43 +00:00
read_upf_v2.f90 Bug fix for NC pseudos w GIPAW info, for upf version 2 only. 2012-11-27 13:57:46 +00:00
read_uspp.f90 Avoid negative values in format when there are more than three angular momenta. 2013-06-04 13:49:32 +00:00
read_xml.f90 Trying to figure out how to clean up the considerable mess with units ... 2013-02-04 21:42:18 +00:00
read_xml_cards.f90 - more clean-up about mp call without communicator 2013-09-28 23:32:46 +00:00
read_xml_fields.f90 Obsolete variables for &EE namelist removed 2013-08-06 13:13:12 +00:00
recvec.f90 Fixed a few misspells; final deallocation of a pointer, that may 2012-05-19 20:19:27 +00:00
recvec_subs.f90 Bug in exx.f90 (courtesy of Simone Ziraldo): bad array copy if nopool=1, 2013-06-25 13:30:44 +00:00
run_info.f90 Ooops...new file was missing 2011-08-05 12:49:34 +00:00
set_signal.f90 Minor compilation problems fixed, by RdM 2010-02-25 19:51:34 +00:00
sic.f90 Several '' (nonstandard) replaced with ' ' (standard), or with " 2010-12-07 16:17:49 +00:00
splinelib.f90 Cleanup: uniform spelling for "Quantum ESPRESSO", removal of f_defs.h, 2009-08-01 14:26:46 +00:00
stick_base.f90 Commit 9476 failed for certain values of ecutfock. This generalization ensures that the new custom grids will always be distributed as described by stick_owner. 2012-10-09 14:50:59 +00:00
stick_set.f90 Minor changes: information on task group written at the beginning and 2013-05-17 10:27:13 +00:00
timestep.f90
upf.f90 An attempt to make the "error number" less viysible 2012-07-09 15:54:44 +00:00
upf_to_internal.f90 Added the non-local (nlc) flag to the dft definition. Now PP and dft 2011-04-27 15:18:18 +00:00
uspp.f90 Merged PW and CP versiobs of read_pseudo.f90. A few printouts and checks 2011-08-07 19:37:01 +00:00
version.f90.in changes in version number 2012-08-29 12:34:41 +00:00
wannier_new.f90 Cleanup: uniform spelling for "Quantum ESPRESSO", removal of f_defs.h, 2009-08-01 14:26:46 +00:00
wave_base.f90 - adding varaibles to manage band group 2010-12-28 00:16:27 +00:00
wavefunctions.f90 Second batch of changes and additions needed for hybrid functionals with 2011-08-01 09:57:39 +00:00
wrappers.f90 Added a small C function to do a binary copy of a file and an interface to call it from fortran 2013-04-07 15:34:07 +00:00
write_upf_v2.f90 Bug fix for NC pseudos w GIPAW info, for upf version 2 only. 2012-11-27 13:57:46 +00:00
ws_base.f90 first implementation of Martyna-Tuckerman method to decouple periodic 2009-09-09 12:59:40 +00:00
xc_vdW_DF.f90 - commit of Axel patches to remove dependencies form mpi_world_comm 2013-09-26 15:47:31 +00:00
xml_input.f90 Cleanup: uniform spelling for "Quantum ESPRESSO", removal of f_defs.h, 2009-08-01 14:26:46 +00:00
xml_io_base.f90 new hybrid functional gau-pbe is added 2013-05-07 11:55:59 +00:00
zhpev_drv.f90 Added ELPA support for complex hermitian matrices 2013-06-24 06:33:13 +00:00