mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: harmonize adios1, adios2 config files. Add to setup.
This commit is contained in:
committed by
Andrew Heather
parent
59b867b7af
commit
1b4b127af5
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user