-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tech-isolv-bse
- Loading branch information
Showing
237 changed files
with
1,684 additions
and
1,309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.23795 h.87d0217fe1. | ||
# Generated by GNU Autoconf 2.71 for Yambo 5.2.0 r.23884 h.24d60eb8ca. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -610,8 +610,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='Yambo' | ||
PACKAGE_TARNAME='yambo' | ||
PACKAGE_VERSION='5.3.0 r.23795 h.87d0217fe1' | ||
PACKAGE_STRING='Yambo 5.3.0 r.23795 h.87d0217fe1' | ||
PACKAGE_VERSION='5.2.0 r.23884 h.24d60eb8ca' | ||
PACKAGE_STRING='Yambo 5.2.0 r.23884 h.24d60eb8ca' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -696,8 +696,6 @@ DEVXLIB_check | |
LIBXC_check | ||
YPY_check | ||
YDB_check | ||
SLEPC_info | ||
PETSC_info | ||
SLEPC_check | ||
PETSC_check | ||
SLK_check | ||
|
@@ -1661,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.23795 h.87d0217fe1 to adapt to many kinds of systems. | ||
\`configure' configures Yambo 5.2.0 r.23884 h.24d60eb8ca to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1727,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.23795 h.87d0217fe1:";; | ||
short | recursive ) echo "Configuration of Yambo 5.2.0 r.23884 h.24d60eb8ca:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1969,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.23795 h.87d0217fe1 | ||
Yambo configure 5.2.0 r.23884 h.24d60eb8ca | ||
generated by GNU Autoconf 2.71 | ||
|
||
Copyright (C) 2021 Free Software Foundation, Inc. | ||
|
@@ -2598,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.23795 h.87d0217fe1, which was | ||
It was created by Yambo $as_me 5.2.0 r.23884 h.24d60eb8ca, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -3354,10 +3352,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
|
||
|
||
SVERSION="5" | ||
SSUBVERSION="3" | ||
SSUBVERSION="2" | ||
SPATCHLEVEL="0" | ||
SREVISION="23872" | ||
SHASH="27b840107a" | ||
SREVISION="23884" | ||
SHASH="24d60eb8ca" | ||
|
||
|
||
|
||
|
@@ -6951,6 +6949,16 @@ case "${host}" in | |
#TIMER="ct_etime.o" | ||
if test -z "$F90SUFFIX"; then F90SUFFIX=".f90"; fi | ||
;; | ||
aarch*apple* | arm*apple* ) | ||
build_os="apple" | ||
#TIMER="ct_etime.o" | ||
if test -z "$F90SUFFIX"; then F90SUFFIX=".f90"; fi | ||
;; | ||
aarch*linux* | arm*linux* ) | ||
build_os="linux" | ||
#TIMER="ct_etime.o" | ||
if test -z "$F90SUFFIX"; then F90SUFFIX=".f90"; fi | ||
;; | ||
powerpc64*linux* ) | ||
build_os="linux" | ||
#TIMER="ct_etime.o" | ||
|
@@ -7340,7 +7348,7 @@ i?86*linux*) | |
NETCDFFLAGS="-Df2cFortran" | ||
esac | ||
;; | ||
*86*apple* ) | ||
*86*apple* | aarch*apple* | arm*apple* ) | ||
case "${FC}" in | ||
*pgf9* | *ftn* | *pgfortran* ) | ||
SYSFLAGS="-O1 -gopt -Mnoframe -Mdalign -Mbackslash -cpp" | ||
|
@@ -7487,6 +7495,23 @@ ia64*linux* ) | |
NETCDFFLAGS="-Df2cFortran" | ||
esac | ||
;; | ||
aarch*linux* | arm*linux* ) | ||
case "${FC}" in | ||
*gfortran*) | ||
SYSFLAGS="-O3 -g -mtune=native -fno-lto" | ||
FUFLAGS="-O0 -g -mtune=native" | ||
SLK_FC_FLAGS="-fallow-argument-mismatch" | ||
FCMFLAG="" | ||
OMPFLAGS="-fopenmp" | ||
NETCDFFLAGS="-DgFortran" | ||
DEBUG_FLAGS="-Og -g -Wall -pedantic -fbounds-check -ffpe-trap=invalid,zero,overflow" | ||
;; | ||
*) | ||
SYSFLAGS="-g -O" | ||
FUFLAGS="-O0" | ||
NETCDFFLAGS="-Df2cFortran" | ||
esac | ||
;; | ||
*x86*64* ) | ||
case "${FC}" in | ||
*ftn* ) | ||
|
@@ -8900,7 +8925,7 @@ case "${CPP}" in | |
;; | ||
*gcc* ) | ||
case "${host}" in | ||
*86*apple* ) | ||
*86*apple* | *arm*apple* ) | ||
if test -z "$CPPFLAGS"; then CPPFLAGS="-P -D_apple"; fi | ||
;; | ||
* ) | ||
|
@@ -8920,7 +8945,7 @@ case "${CPP}" in | |
;; | ||
esac | ||
;; | ||
*86*apple* ) | ||
*86*apple* | *arm*apple* ) | ||
if test -z "$CPPFLAGS"; then CPPFLAGS="-P -traditional -D_apple"; fi | ||
;; | ||
powerpc64*linux* ) | ||
|
@@ -13485,6 +13510,11 @@ fi | |
# | ||
# Parse configure options | ||
# | ||
if test "$enable_par_linalg" = "yes" ; then | ||
enable_blacs="internal" ; | ||
enable_scalapack="internal" ; | ||
fi | ||
# | ||
case $with_blacs_libs in | ||
yes) enable_blacs="internal" ;; | ||
no) enable_blacs="no" ; enable_par_linalg="no" ;; | ||
|
@@ -13586,7 +13616,7 @@ printf "%s\n" "$enable_scalapack" >&6; } | |
fi | ||
# | ||
if test "$mpif_found" = "yes" && test "$enable_blacs" = "internal"; then | ||
enable_blacs="yes" | ||
enable_blacs="yes"; | ||
internal_blacs="yes"; | ||
BLACS_LIBS="${extlibs_path}/${FCKIND}/${FC}/lib/libblacs.a ${extlibs_path}/${FCKIND}/${FC}/lib/libblacs_C_init.a ${extlibs_path}/${FCKIND}/${FC}/lib/libblacs_init.a"; | ||
if test -e "${extlibs_path}/${FCKIND}/${FC}/lib/libblacs.a" && test -e "${extlibs_path}/${FCKIND}/${FC}/lib/libblacs_init.a"; then | ||
|
@@ -16686,21 +16716,19 @@ if test "$internal_blacs" = "yes" ; then | |
fi | ||
# | ||
PETSC_check="-" | ||
PETSC_info="" | ||
if test "$internal_petsc" = "yes" ; then | ||
if test "$compile_petsc" = "yes" ; then PETSC_check="C"; fi | ||
if test "$compile_petsc" = "no" ; then PETSC_check="I"; fi | ||
if ! test "$with_petsc_branch" = "none"; then PETSC_info="(git branch $with_petsc_branch)"; fi | ||
if ! test "$with_petsc_branch" = "none"; then PETSC_LIBS="$PETSC_LIBS (git branch $with_petsc_branch)"; fi | ||
elif test "$enable_petsc" = "yes" ; then | ||
PETSC_check="E" | ||
fi | ||
# | ||
SLEPC_check="-" | ||
SLEPC_info="" | ||
if test "$internal_slepc" = "yes" ; then | ||
if test "$compile_slepc" = "yes" ; then SLEPC_check="C"; fi | ||
if test "$compile_slepc" = "no" ; then SLEPC_check="I"; fi | ||
if ! test "$with_slepc_branch" = "none"; then SLEPC_info="(git branch $with_slepc_branch)"; fi | ||
if ! test "$with_slepc_branch" = "none"; then SLEPC_LIBS="$SLEPC_LIBS (git branch $with_slepc_branch)"; fi | ||
elif test "$enable_slepc" = "yes" ; then | ||
SLEPC_check="E" | ||
fi | ||
|
@@ -16794,8 +16822,6 @@ fi | |
|
||
|
||
|
||
|
||
|
||
# | ||
|
||
|
||
|
@@ -17754,7 +17780,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.23795 h.87d0217fe1, which was | ||
This file was extended by Yambo $as_me 5.2.0 r.23884 h.24d60eb8ca, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -17818,7 +17844,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.23795 h.87d0217fe1 | ||
Yambo config.status 5.2.0 r.23884 h.24d60eb8ca | ||
configured by $0, generated by GNU Autoconf 2.71, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
Oops, something went wrong.