mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
SUBMODULE: added adios submodule (ADIOS2) and control files
This commit is contained in:
@ -37,6 +37,15 @@ cleanTimeDirectories()
|
||||
}
|
||||
|
||||
|
||||
cleanAdiosOutput()
|
||||
{
|
||||
if [ -d adiosData ] && [ -d system ]
|
||||
then
|
||||
rm -rf adiosData > /dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
cleanDynamicCode()
|
||||
{
|
||||
if [ -d dynamicCode ] && [ -d system ]
|
||||
@ -93,6 +102,7 @@ cleanCase()
|
||||
{
|
||||
cleanTimeDirectories
|
||||
cleanPostProcessing
|
||||
cleanAdiosOutput
|
||||
cleanDynamicCode
|
||||
cleanOptimisation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user