CONFIG: add detection of newer libadios2 libs

- prevent unneeded recompilation

DOC: add link for new scotch package
This commit is contained in:
Mark Olesen
2020-11-04 20:43:15 +01:00
parent c3aa2a4bfe
commit 69cff3b3d3
2 changed files with 4 additions and 0 deletions

View File

@ -530,6 +530,7 @@ easier to use `grep` and find the relevant pages and links.
[page scotch]: https://www.labri.fr/perso/pelegrin/scotch/ [page scotch]: https://www.labri.fr/perso/pelegrin/scotch/
[repo scotch]: https://gitlab.inria.fr/scotch/scotch [repo scotch]: https://gitlab.inria.fr/scotch/scotch
[link scotch6_0_10]: https://gforge.inria.fr/frs/download.php/file/38350/scotch_6.0.10.tar.gz
[link scotch]: https://gforge.inria.fr/frs/download.php/file/38187/scotch_6.0.9.tar.gz [link scotch]: https://gforge.inria.fr/frs/download.php/file/38187/scotch_6.0.9.tar.gz
[older scotch]: https://gforge.inria.fr/frs/download.php/file/38114/scotch_6.0.8.tar.gz [older scotch]: https://gforge.inria.fr/frs/download.php/file/38114/scotch_6.0.8.tar.gz
[oldest scotch]: https://gforge.inria.fr/frs/download.php/file/37622/scotch_6.0.6.tar.gz [oldest scotch]: https://gforge.inria.fr/frs/download.php/file/37622/scotch_6.0.6.tar.gz

View File

@ -31,9 +31,12 @@ then
package="adios2" package="adios2"
libName="libadios2" libName="libadios2"
libName2="libadios2_cxx11_mpi"
for lib in \ for lib in \
"$dir/lib/$libName$EXT_SO" \ "$dir/lib/$libName$EXT_SO" \
"$dir/lib$WM_COMPILER_LIB_ARCH/$libName$EXT_SO" \ "$dir/lib$WM_COMPILER_LIB_ARCH/$libName$EXT_SO" \
"$dir/lib/$libName2$EXT_SO" \
"$dir/lib$WM_COMPILER_LIB_ARCH/$libName2$EXT_SO" \
; ;
do do
if [ -r "$lib" ] if [ -r "$lib" ]