Removed support for LAM.

This commit is contained in:
henry
2009-07-10 12:04:42 +01:00
parent 5f246c45e6
commit e461ef53e9
10 changed files with 12 additions and 31 deletions

View File

@ -36,8 +36,7 @@ cd throttle3D
mapFields ../throttle -sourceTime latestTime >& log.mapFields
runApplication decomposePar
hostname > system/machines
runParallel $application 4 system/machines
runParallel $application 4
runApplication reconstructPar
cd ..

View File

@ -10,6 +10,5 @@ cp 0/alpha1.org 0/alpha1
cp 0/p.org 0/p
runApplication setFields
runApplication decomposePar
hostname > system/machines
runParallel $application 4 system/machines
runParallel $application 4
runApplication reconstructPar

View File

@ -42,7 +42,6 @@ cd damBreakFine
runApplication blockMesh
runApplication setFields
runApplication decomposePar
hostname > system/machines
runParallel $application 4 system/machines
runParallel $application 4
runApplication reconstructPar
cd ..

View File

@ -38,7 +38,6 @@ cd damBreakFine
runApplication blockMesh
runApplication setFields
runApplication decomposePar
hostname > system/machines
runParallel $application 4 system/machines
runParallel $application 4
runApplication reconstructPar
cd ..