diff --git a/bin/foamDiffSourceList b/bin/foamDiffSourceList index 104a322bdc9c1329d34612b7a050802545c893a5..a517fdc033caed7646ec9b7d474e1da8ae3bbe88 100755 --- a/bin/foamDiffSourceList +++ b/bin/foamDiffSourceList @@ -85,7 +85,6 @@ find -H $newDir \ | sed \ -e "\@$newDir/.git/@d" \ -e "\@$newDir/lib/@d" \ - -e "\@$newDir/src/other/mico-*/platforms@d" \ -e "\@$newDir/src/other/mpich-*/platforms@d" \ -e "\@$newDir/src/other/mpich-*/lib@d" \ -e "\@$newDir/src/other/lam-*/platforms@d" \ diff --git a/bin/foamInstallationTest b/bin/foamInstallationTest index 49329c11ca98815c3cdf4b06de4073529b5d7d9d..72fc06e112f843b9e68ac90f38e241c60ed7a8fe 100755 --- a/bin/foamInstallationTest +++ b/bin/foamInstallationTest @@ -532,7 +532,6 @@ reportEnv '$WM_DIR' '$PATH' "yes" reportEnv '$CEI_HOME' '$PATH' "no" echo "" reportEnv '$JAVA_PATH' '$PATH' "no" -reportEnv '$MICO_ARCH_PATH' '$PATH' "yes" reportEnv '$LAM_ARCH_PATH' '$PATH' "yes" reportEnv '$MPICH_ARCH_PATH' '$PATH' "no" hline #-------------------- diff --git a/bin/foamPack b/bin/foamPack index fcf6df3d81fb181505de7bf9d4b41055fab78187..ee2dfaf6308babee6f1890d69131cd1dba70dd9d 100755 --- a/bin/foamPack +++ b/bin/foamPack @@ -87,7 +87,6 @@ find -H $packDir \ | sed \ -e "\@$packDir/.git/@d" \ -e "\@$packDir/lib/@d" \ - -e "\@$packDir/src/other/mico-*/platforms@d" \ -e "\@$packDir/src/other/mpich-*/platforms@d" \ -e "\@$packDir/src/other/mpich-*/lib@d" \ -e "\@$packDir/src/other/lam-*/platforms@d" \ diff --git a/bin/foamPackBin b/bin/foamPackBin index fbe80f0fc3f64970c628b97f11207fca2c43a6e3..f597a30dcdd8118e0f14392fa7ecba96b489c2b0 100755 --- a/bin/foamPackBin +++ b/bin/foamPackBin @@ -73,7 +73,7 @@ dirList=$( $packDir/lib/$arch \ $packDir/applications/bin/$arch \ $packDir/wmake/rules \ - $packDir/src/other/{mico,mpich,lam,openmpi}-*/platforms/$arch \ + $packDir/src/other/{mpich,lam,openmpi}-*/platforms/$arch \ ; do [ -d $dir ] && echo $dir diff --git a/bin/foamPackChanged b/bin/foamPackChanged index 38fbb3855191aa3a61a78adcae9fa4d8be5da3db..0fa188d34ab3c3b50014a857a65817f3fb081f35 100755 --- a/bin/foamPackChanged +++ b/bin/foamPackChanged @@ -61,7 +61,6 @@ find -H $packDir \ -name "*.orig" \ | sed \ -e "\@$packDir/lib/@d" \ - -e "\@$packDir/src/other/mico-*/platforms@d" \ -e "\@$packDir/src/other/mpich-*/platforms@d" \ -e "\@$packDir/src/other/mpich-*/lib@d" \ -e "\@$packDir/src/other/lam-*/platforms@d" \ diff --git a/bin/foamPackSource b/bin/foamPackSource index 3fa602cf1bdb1dfff311396bc5a30c2adf5c4ef8..46c2fee474a258a8f40518be604fda41560a717f 100755 --- a/bin/foamPackSource +++ b/bin/foamPackSource @@ -76,7 +76,6 @@ find -H $packDir \ | sed \ -e "\@$packDir/.git/@d" \ -e "\@$packDir/lib/@d" \ - -e "\@$packDir/src/other/mico-*/platforms@d" \ -e "\@$packDir/src/other/mpich-*/platforms@d" \ -e "\@$packDir/src/other/mpich-*/lib@d" \ -e "\@$packDir/src/other/lam-*/platforms@d" \ diff --git a/wmake/wcleanAll b/wmake/wcleanAll index b2354bac64d166c7ce8c972649cb790fa2f2a33c..4b8fc3cbb03dd1328692774e5221324094172cec 100755 --- a/wmake/wcleanAll +++ b/wmake/wcleanAll @@ -59,6 +59,5 @@ find . -depth -type d \( -name lnInclude -o -name ii_files -o -name Templates.DB find . \( -name exe -o -name log -o -name so_locations \) -exec rm {} \; # rm -rf src/mpich-${MPICH_VERSION}/platforms -# rm -rf src/mico-${MICO_VERSION}/platforms #------------------------------------------------------------------------------ diff --git a/wmake/wcleanMachine b/wmake/wcleanMachine index 57c9e91a9be93af3e55b481ab8d940f6319f57ae..235964f2a5089ec673dd03b5d1b21b0675bb9b33 100755 --- a/wmake/wcleanMachine +++ b/wmake/wcleanMachine @@ -72,9 +72,5 @@ fi # rm -rf src/mpich-${MPICH_VERSION}/platforms/$1 #fi -#if [ src/mico-${MICO_VERSION}/platforms/$1 ] -#then -# rm -rf src/mico-${MICO_VERSION}/platforms/$1 -#fi #------------------------------------------------------------------------------