mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changed packing for OpenMPI.
Not by me, Chris/Mattijs?
This commit is contained in:
@ -43,6 +43,10 @@ archOptions=$1
|
||||
arch=${archOptions%%G*}
|
||||
arch3264=$(echo "$arch" | sed 's@64@-64@')
|
||||
|
||||
echo "archOptions=$archOptions"
|
||||
echo "arch=$arch"
|
||||
echo "arch3264=$arch3264"
|
||||
|
||||
timeStamp=$(date +%Y-%m-%d)
|
||||
packDir=ThirdParty
|
||||
packFile=${packDir}.${archOptions}_${timeStamp}.gtgz
|
||||
@ -60,7 +64,7 @@ then
|
||||
fi
|
||||
|
||||
# get list of directories
|
||||
dirList=`find $packDir -type d -name $arch -o -type d -name $archOptions -o -type l -name $arch3264`
|
||||
dirList=`find $packDir -type d -name $arch -o -type d -name $archOptions'*' -o -type l -name $arch3264`
|
||||
echo
|
||||
echo "Packing $archOptions port of $packDir into $packFile"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user