[Octopus-devel] cvs commit: marques/octopus/src xc_KLI.F90 xc_OEP_x.F90

cvsusers at tddft.org cvsusers at tddft.org
Wed Jul 20 20:14:06 WEST 2005


marques     2005/07/20 20:14:06 WEST

  Modified files:
    octopus/src          xc_KLI.F90 xc_OEP_x.F90 
  Log:
  There were some problems with the parallel version of these routines.
    *) Mpi_I(recv/send) must be followed by MPI_Wait (or similar, otherwise
       it will not free the request (and we get a beautiful memory leak ;)
    *) The routines are all done with non-blocking commands. I think that most
       of the communication can be blocking, which will make easier the code.
       Tomorrow I will try to change it.
  
  Revision  Changes    Path
  1.29      +89 -43    marques/octopus/src/xc_KLI.F90
  1.22      +40 -16    marques/octopus/src/xc_OEP_x.F90


More information about the Octopus-devel mailing list