CONFIG: harmonize adios1, adios2 config files. Add to setup.

This commit is contained in:
Mark Olesen
2019-07-31 13:21:52 +02:00
committed by Andrew Heather
parent 59b867b7af
commit 1b4b127af5
8 changed files with 49 additions and 47 deletions

View File

@ -58,11 +58,11 @@ have_adios2()
# warn="==> skip adios2"
# Setup
if settings=$($WM_PROJECT_DIR/bin/foamEtcFile config.sh/ADIOS2)
if settings=$($WM_PROJECT_DIR/bin/foamEtcFile config.sh/adios2)
then
. "$settings"
else
[ -n "$warn" ] && echo "$warn (no config.sh/ADIOS2 settings)"
[ -n "$warn" ] && echo "$warn (no config.sh/adios2 settings)"
return 2
fi