Skip to content

Commit

Permalink
- Fixed bug in src/bse/X_em1s.F
Browse files Browse the repository at this point in the history
- removed problematic call to PP_redux_wait in X_em1
  • Loading branch information
sangallidavide committed Feb 17, 2017
1 parent a48c96a commit 10ea794
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
AC_INIT(Yambo, 4.0.2 r.5195 , [email protected])
SVERSION="4"
SPATCHLEVEL="0"
SSUBLEVEL="3"
SSUBLEVEL="4"
SREVISION="5195"
AC_SUBST(SVERSION)
AC_SUBST(SPATCHLEVEL)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2535,7 +2535,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu

SVERSION="4"
SPATCHLEVEL="0"
SSUBLEVEL="3"
SSUBLEVEL="4"
SREVISION="5195"


Expand Down
4 changes: 2 additions & 2 deletions include/version.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
code_version(1)=4
code_version(2)=0
code_version(3)=3
code_version(3)=4
code_revision=5195
code_GPL_revision=104
code_GPL_revision=107
3 changes: 2 additions & 1 deletion src/pol_function/X_em1.F
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ integer function X_em1(Xen,Xk,q,X,Xw,APPEND_NO_VERIFY)
!
! X%ngostnts is defined only for the group of CPU's that eval q=1
! and must be spread to all CPUs before doing the IO of the header
call PP_redux_wait((/X%ngostnts/),COMM=PAR_COM_Q_INDEX%COMM)
!
if(X%iq(1)>1) call PP_redux_wait((/X%ngostnts/),COMM=PAR_COM_Q_INDEX%COMM)
!
if (io_RESPONSE) then
!
Expand Down

0 comments on commit 10ea794

Please sign in to comment.