From 955a38080afa35c77c6e3ecca9751f9c0aedc1bf Mon Sep 17 00:00:00 2001 From: Claudio Attaccalite Date: Wed, 8 Jan 2025 14:52:16 +0100 Subject: [PATCH 1/5] Version 5.3.0, Revision 23899, Hash 16ce88f8e MODIFIED * configure include/version/version.m4 pol_function/X_redux.F Bugs: -Fixed a small bug in parallelization with intel Additions: - Changes: - Patch sent by: Claudio Attaccalite --- configure | 22 +++++++++++----------- include/version/version.m4 | 6 +++--- src/pol_function/X_redux.F | 5 +++-- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/configure b/configure index c1bb3c33c1..069e245a34 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23898 h.54a4f5c593. +# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23899 h.16ce88f8e. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Yambo' PACKAGE_TARNAME='yambo' -PACKAGE_VERSION='5.3.0 r.23898 h.54a4f5c593' -PACKAGE_STRING='Yambo 5.3.0 r.23898 h.54a4f5c593' +PACKAGE_VERSION='5.3.0 r.23899 h.16ce88f8e' +PACKAGE_STRING='Yambo 5.3.0 r.23899 h.16ce88f8e' PACKAGE_BUGREPORT='yambo@yambo-code.org' PACKAGE_URL='' @@ -1659,7 +1659,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Yambo 5.3.0 r.23898 h.54a4f5c593 to adapt to many kinds of systems. +\`configure' configures Yambo 5.3.0 r.23899 h.16ce88f8e to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1725,7 +1725,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Yambo 5.3.0 r.23898 h.54a4f5c593:";; + short | recursive ) echo "Configuration of Yambo 5.3.0 r.23899 h.16ce88f8e:";; esac cat <<\_ACEOF @@ -1967,7 +1967,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Yambo configure 5.3.0 r.23898 h.54a4f5c593 +Yambo configure 5.3.0 r.23899 h.16ce88f8e generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2596,7 +2596,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Yambo $as_me 5.3.0 r.23898 h.54a4f5c593, which was +It was created by Yambo $as_me 5.3.0 r.23899 h.16ce88f8e, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3354,8 +3354,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23898" -SHASH="54a4f5c593" +SREVISION="23899" +SHASH="16ce88f8e" @@ -17784,7 +17784,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Yambo $as_me 5.3.0 r.23898 h.54a4f5c593, which was +This file was extended by Yambo $as_me 5.3.0 r.23899 h.16ce88f8e, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17848,7 +17848,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Yambo config.status 5.3.0 r.23898 h.54a4f5c593 +Yambo config.status 5.3.0 r.23899 h.16ce88f8e configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/include/version/version.m4 b/include/version/version.m4 index 36deb2588a..0f4c695184 100644 --- a/include/version/version.m4 +++ b/include/version/version.m4 @@ -1,9 +1,9 @@ -AC_INIT(Yambo, 5.3.0 r.23898 h.54a4f5c593, yambo@yambo-code.org) +AC_INIT(Yambo, 5.3.0 r.23899 h.16ce88f8e, yambo@yambo-code.org) SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23898" -SHASH="54a4f5c593" +SREVISION="23899" +SHASH="16ce88f8e" AC_SUBST(SVERSION) AC_SUBST(SSUBVERSION) AC_SUBST(SPATCHLEVEL) diff --git a/src/pol_function/X_redux.F b/src/pol_function/X_redux.F index 8fb5a6c874..682dfc9b71 100644 --- a/src/pol_function/X_redux.F +++ b/src/pol_function/X_redux.F @@ -25,7 +25,7 @@ subroutine X_redux(iq,what,X_par,Xw,X) use drivers, ONLY:l_bs_fxc,l_alda_fxc,l_lrc_fxc use LIVE_t, ONLY:live_timing use parallel_int, ONLY:PP_wait,PP_redux_wait,PP_bcast - use parallel_m, ONLY:PP_indexes,PP_indexes_reset,PAR_COM_X_WORLD_RL_resolved,& + use parallel_m, ONLY:PP_indexes,PP_indexes_reset,PAR_COM_X_WORLD_RL_resolved,PAR_COM_RL_INDEX,& & PAR_COM_X_WORLD,PAR_COM_SLK_INDEX_local,PAR_COM_SLK,PAR_n_freqs,PAR_FREQS_index use R_lattice, ONLY:bare_qpg, bare_qpg_d use frequency, ONLY:w_samp @@ -169,6 +169,7 @@ subroutine X_redux(iq,what,X_par,Xw,X) ! enddo ! + ! if (iw_par>PAR_n_freqs) cycle ! ! [2] SER/SLK Solver @@ -364,7 +365,7 @@ subroutine X_redux(iq,what,X_par,Xw,X) ! ! complete the transfer with a collective communication ! - call PP_bcast(X_par%blc,node=0,COMM=PAR_COM_X_WORLD_RL_resolved%COMM) + if(PAR_COM_RL_INDEX%n_CPU>1) call PP_bcast(X_par%blc,node=0,COMM=PAR_COM_X_WORLD_RL_resolved%COMM) ! call timing(what//' (REDUX)',OPR='stop') ! From 4ebc8546f245858fc53ac9902bc07d879c323edf Mon Sep 17 00:00:00 2001 From: Claudio Attaccalite Date: Wed, 8 Jan 2025 14:54:17 +0100 Subject: [PATCH 2/5] Version 5.3.0, Revision 23900, Hash 955a38080 MODIFIED * configure include/version/version.m4 Additions: -Version updated Changes: - Patch sent by: Claudio Attaccalite --- configure | 22 +++++++++++----------- include/version/version.m4 | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configure b/configure index 069e245a34..077b4cd7f4 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23899 h.16ce88f8e. +# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23901 h.955a38080. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Yambo' PACKAGE_TARNAME='yambo' -PACKAGE_VERSION='5.3.0 r.23899 h.16ce88f8e' -PACKAGE_STRING='Yambo 5.3.0 r.23899 h.16ce88f8e' +PACKAGE_VERSION='5.3.0 r.23901 h.955a38080' +PACKAGE_STRING='Yambo 5.3.0 r.23901 h.955a38080' PACKAGE_BUGREPORT='yambo@yambo-code.org' PACKAGE_URL='' @@ -1659,7 +1659,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Yambo 5.3.0 r.23899 h.16ce88f8e to adapt to many kinds of systems. +\`configure' configures Yambo 5.3.0 r.23901 h.955a38080 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1725,7 +1725,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Yambo 5.3.0 r.23899 h.16ce88f8e:";; + short | recursive ) echo "Configuration of Yambo 5.3.0 r.23901 h.955a38080:";; esac cat <<\_ACEOF @@ -1967,7 +1967,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Yambo configure 5.3.0 r.23899 h.16ce88f8e +Yambo configure 5.3.0 r.23901 h.955a38080 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2596,7 +2596,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Yambo $as_me 5.3.0 r.23899 h.16ce88f8e, which was +It was created by Yambo $as_me 5.3.0 r.23901 h.955a38080, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3354,8 +3354,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23899" -SHASH="16ce88f8e" +SREVISION="23901" +SHASH="955a38080" @@ -17784,7 +17784,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Yambo $as_me 5.3.0 r.23899 h.16ce88f8e, which was +This file was extended by Yambo $as_me 5.3.0 r.23901 h.955a38080, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17848,7 +17848,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Yambo config.status 5.3.0 r.23899 h.16ce88f8e +Yambo config.status 5.3.0 r.23901 h.955a38080 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/include/version/version.m4 b/include/version/version.m4 index 0f4c695184..cec881fb18 100644 --- a/include/version/version.m4 +++ b/include/version/version.m4 @@ -1,9 +1,9 @@ -AC_INIT(Yambo, 5.3.0 r.23899 h.16ce88f8e, yambo@yambo-code.org) +AC_INIT(Yambo, 5.3.0 r.23901 h.955a38080, yambo@yambo-code.org) SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23899" -SHASH="16ce88f8e" +SREVISION="23901" +SHASH="955a38080" AC_SUBST(SVERSION) AC_SUBST(SSUBVERSION) AC_SUBST(SPATCHLEVEL) From d12e5de4075206709be20b73b65c05444a04bf64 Mon Sep 17 00:00:00 2001 From: Claudio Attaccalite Date: Wed, 8 Jan 2025 16:59:06 +0100 Subject: [PATCH 3/5] Version 5.3.0, Revision 23901, Hash 4ebc8546f MODIFIED * configure include/version/version.m4 pol_function/X_redux.F Bugs: -Sorry I did a commit in the wrong branch, reverted Additions: - Changes: - Patch sent by: Claudio Attaccalite --- configure | 22 +++++++++++----------- include/version/version.m4 | 6 +++--- src/pol_function/X_redux.F | 5 ++--- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/configure b/configure index 077b4cd7f4..c1bb3c33c1 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23901 h.955a38080. +# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23898 h.54a4f5c593. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Yambo' PACKAGE_TARNAME='yambo' -PACKAGE_VERSION='5.3.0 r.23901 h.955a38080' -PACKAGE_STRING='Yambo 5.3.0 r.23901 h.955a38080' +PACKAGE_VERSION='5.3.0 r.23898 h.54a4f5c593' +PACKAGE_STRING='Yambo 5.3.0 r.23898 h.54a4f5c593' PACKAGE_BUGREPORT='yambo@yambo-code.org' PACKAGE_URL='' @@ -1659,7 +1659,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Yambo 5.3.0 r.23901 h.955a38080 to adapt to many kinds of systems. +\`configure' configures Yambo 5.3.0 r.23898 h.54a4f5c593 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1725,7 +1725,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Yambo 5.3.0 r.23901 h.955a38080:";; + short | recursive ) echo "Configuration of Yambo 5.3.0 r.23898 h.54a4f5c593:";; esac cat <<\_ACEOF @@ -1967,7 +1967,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Yambo configure 5.3.0 r.23901 h.955a38080 +Yambo configure 5.3.0 r.23898 h.54a4f5c593 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2596,7 +2596,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Yambo $as_me 5.3.0 r.23901 h.955a38080, which was +It was created by Yambo $as_me 5.3.0 r.23898 h.54a4f5c593, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3354,8 +3354,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23901" -SHASH="955a38080" +SREVISION="23898" +SHASH="54a4f5c593" @@ -17784,7 +17784,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Yambo $as_me 5.3.0 r.23901 h.955a38080, which was +This file was extended by Yambo $as_me 5.3.0 r.23898 h.54a4f5c593, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17848,7 +17848,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Yambo config.status 5.3.0 r.23901 h.955a38080 +Yambo config.status 5.3.0 r.23898 h.54a4f5c593 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/include/version/version.m4 b/include/version/version.m4 index cec881fb18..13396ba973 100644 --- a/include/version/version.m4 +++ b/include/version/version.m4 @@ -1,9 +1,9 @@ -AC_INIT(Yambo, 5.3.0 r.23901 h.955a38080, yambo@yambo-code.org) +AC_INIT(Yambo, 5.3.0 r.23902 h.4ebc8546f, yambo@yambo-code.org) SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23901" -SHASH="955a38080" +SREVISION="23902" +SHASH="4ebc8546f" AC_SUBST(SVERSION) AC_SUBST(SSUBVERSION) AC_SUBST(SPATCHLEVEL) diff --git a/src/pol_function/X_redux.F b/src/pol_function/X_redux.F index 682dfc9b71..8fb5a6c874 100644 --- a/src/pol_function/X_redux.F +++ b/src/pol_function/X_redux.F @@ -25,7 +25,7 @@ subroutine X_redux(iq,what,X_par,Xw,X) use drivers, ONLY:l_bs_fxc,l_alda_fxc,l_lrc_fxc use LIVE_t, ONLY:live_timing use parallel_int, ONLY:PP_wait,PP_redux_wait,PP_bcast - use parallel_m, ONLY:PP_indexes,PP_indexes_reset,PAR_COM_X_WORLD_RL_resolved,PAR_COM_RL_INDEX,& + use parallel_m, ONLY:PP_indexes,PP_indexes_reset,PAR_COM_X_WORLD_RL_resolved,& & PAR_COM_X_WORLD,PAR_COM_SLK_INDEX_local,PAR_COM_SLK,PAR_n_freqs,PAR_FREQS_index use R_lattice, ONLY:bare_qpg, bare_qpg_d use frequency, ONLY:w_samp @@ -169,7 +169,6 @@ subroutine X_redux(iq,what,X_par,Xw,X) ! enddo ! - ! if (iw_par>PAR_n_freqs) cycle ! ! [2] SER/SLK Solver @@ -365,7 +364,7 @@ subroutine X_redux(iq,what,X_par,Xw,X) ! ! complete the transfer with a collective communication ! - if(PAR_COM_RL_INDEX%n_CPU>1) call PP_bcast(X_par%blc,node=0,COMM=PAR_COM_X_WORLD_RL_resolved%COMM) + call PP_bcast(X_par%blc,node=0,COMM=PAR_COM_X_WORLD_RL_resolved%COMM) ! call timing(what//' (REDUX)',OPR='stop') ! From 3d03a6042d28abf30d1f962d58b8a4687dba47e6 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Mon, 13 Jan 2025 14:00:05 +0200 Subject: [PATCH 4/5] Make the links in README absolute to fix their rendering At the moment they appear as relative to the current page, e.g. https://github.com/yambo-code/yambo/blob/master/www.yambo-code.eu/wiki/index.php?title=Tutorials --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eb89294f5a..d431de551e 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ Quick installation instructions for the impatient: "make" alone prints a list of acceptable targets. Binaries go in bin/. ## Want to know more? -For more information, see the Yambo [main web-site](www.yambo-code.eu/) -Yambo is also a flagship code of the MaX Centre of Excellence [MaX web-site](www.max-centre.eu) +For more information, see the Yambo [main web-site](https://www.yambo-code.eu/) +Yambo is also a flagship code of the MaX Centre of Excellence [MaX web-site](https://www.max-centre.eu) -For specific documentation visit the [educational web-site](www.yambo-code.eu/wiki/) and related subsections -* [Getting started](www.yambo-code.eu/wiki/index.php?title=Tutorials) -* [Download](www.yambo-code.eu/wiki/index.php?title=Download) -* [Install](www.yambo-code.eu/wiki/index.php?title=Installation) +For specific documentation visit the [educational web-site](https://www.yambo-code.eu/wiki/) and related subsections +* [Getting started](https://www.yambo-code.eu/wiki/index.php?title=Tutorials) +* [Download](https://www.yambo-code.eu/wiki/index.php?title=Download) +* [Install](https://www.yambo-code.eu/wiki/index.php?title=Installation) -For support please refer to the Yambo [forum web-site](http://www.yambo-code.eu/forum) +For support please refer to the Yambo [forum web-site](https://www.yambo-code.eu/forum) ## License All the material included in this distribution is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as From cd9518ec9a3a8cd7a325c7841ee40dff1b2320d7 Mon Sep 17 00:00:00 2001 From: Davide Sangalli Date: Mon, 13 Jan 2025 17:17:49 +0100 Subject: [PATCH 5/5] Version 5.3.0, Revision 23900, Hash e51825f30d MODIFIED * config/m4/netcdf_f90.m4 configure include/version/version.m4 Changes: - [yambo] Tentative fix for issue detected in https://github.com/yambo-code/yambo/issues/168 with netcdf detection Patch sent by: Davide Sangalli --- config/m4/netcdf_f90.m4 | 4 ++-- configure | 26 +++++++++++++------------- include/version/version.m4 | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/m4/netcdf_f90.m4 b/config/m4/netcdf_f90.m4 index 1b58868a3c..7e1cb7b1cd 100644 --- a/config/m4/netcdf_f90.m4 +++ b/config/m4/netcdf_f90.m4 @@ -103,9 +103,9 @@ if test -d "$with_netcdf_path" || test -d "$with_netcdf_libdir" ; then fi # try_NETCDF_LIBS="-L$try_netcdf_libdir -lnetcdf" ; - if test -r $try_netcdff_libdir/libnetcdff.a ; then + if test -r $try_netcdff_libdir/libnetcdff.a || test -r $try_netcdff_libdir/libnetcdff.so ; then try_NETCDFF_LIBS="-L$try_netcdff_libdir -lnetcdff" ; - elif test -r $try_netcdf_libdir/libnetcdff.a ; then + elif test -r $try_netcdf_libdir/libnetcdff.a || test -r $try_netcdf_libdir/libnetcdff.so ; then try_NETCDFF_LIBS="-L$try_netcdf_libdir -lnetcdff" ; fi # diff --git a/configure b/configure index c1bb3c33c1..71b154c982 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23898 h.54a4f5c593. +# Generated by GNU Autoconf 2.71 for Yambo 5.3.0 r.23900 h.e51825f30d. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Yambo' PACKAGE_TARNAME='yambo' -PACKAGE_VERSION='5.3.0 r.23898 h.54a4f5c593' -PACKAGE_STRING='Yambo 5.3.0 r.23898 h.54a4f5c593' +PACKAGE_VERSION='5.3.0 r.23900 h.e51825f30d' +PACKAGE_STRING='Yambo 5.3.0 r.23900 h.e51825f30d' PACKAGE_BUGREPORT='yambo@yambo-code.org' PACKAGE_URL='' @@ -1659,7 +1659,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Yambo 5.3.0 r.23898 h.54a4f5c593 to adapt to many kinds of systems. +\`configure' configures Yambo 5.3.0 r.23900 h.e51825f30d to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1725,7 +1725,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Yambo 5.3.0 r.23898 h.54a4f5c593:";; + short | recursive ) echo "Configuration of Yambo 5.3.0 r.23900 h.e51825f30d:";; esac cat <<\_ACEOF @@ -1967,7 +1967,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Yambo configure 5.3.0 r.23898 h.54a4f5c593 +Yambo configure 5.3.0 r.23900 h.e51825f30d generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2596,7 +2596,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Yambo $as_me 5.3.0 r.23898 h.54a4f5c593, which was +It was created by Yambo $as_me 5.3.0 r.23900 h.e51825f30d, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3354,8 +3354,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23898" -SHASH="54a4f5c593" +SREVISION="23900" +SHASH="e51825f30d" @@ -14555,9 +14555,9 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu fi # try_NETCDF_LIBS="-L$try_netcdf_libdir -lnetcdf" ; - if test -r $try_netcdff_libdir/libnetcdff.a ; then + if test -r $try_netcdff_libdir/libnetcdff.a || test -r $try_netcdff_libdir/libnetcdff.so ; then try_NETCDFF_LIBS="-L$try_netcdff_libdir -lnetcdff" ; - elif test -r $try_netcdf_libdir/libnetcdff.a ; then + elif test -r $try_netcdf_libdir/libnetcdff.a || test -r $try_netcdf_libdir/libnetcdff.so ; then try_NETCDFF_LIBS="-L$try_netcdf_libdir -lnetcdff" ; fi # @@ -17784,7 +17784,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Yambo $as_me 5.3.0 r.23898 h.54a4f5c593, which was +This file was extended by Yambo $as_me 5.3.0 r.23900 h.e51825f30d, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17848,7 +17848,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Yambo config.status 5.3.0 r.23898 h.54a4f5c593 +Yambo config.status 5.3.0 r.23900 h.e51825f30d configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/include/version/version.m4 b/include/version/version.m4 index 13396ba973..dc93105999 100644 --- a/include/version/version.m4 +++ b/include/version/version.m4 @@ -1,9 +1,9 @@ -AC_INIT(Yambo, 5.3.0 r.23902 h.4ebc8546f, yambo@yambo-code.org) +AC_INIT(Yambo, 5.3.0 r.23900 h.e51825f30d, yambo@yambo-code.org) SVERSION="5" SSUBVERSION="3" SPATCHLEVEL="0" -SREVISION="23902" -SHASH="4ebc8546f" +SREVISION="23900" +SHASH="e51825f30d" AC_SUBST(SVERSION) AC_SUBST(SSUBVERSION) AC_SUBST(SPATCHLEVEL)