Minor Windows build adjustments. Cesare Guardino
This commit is contained in:
parent
42b54f62c6
commit
ac941215d5
2 changed files with 4 additions and 1 deletions
2
ThirdParty/mingwBuild/build.sh
vendored
2
ThirdParty/mingwBuild/build.sh
vendored
|
@ -158,7 +158,9 @@ build_library() {
|
||||||
download $PACKAGE.zip ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip > $LOG_FILE 2>&1
|
download $PACKAGE.zip ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip > $LOG_FILE 2>&1
|
||||||
unzip_dir $PACKAGE >> $LOG_FILE 2>&1
|
unzip_dir $PACKAGE >> $LOG_FILE 2>&1
|
||||||
patch $PACKAGE
|
patch $PACKAGE
|
||||||
|
sleep 5
|
||||||
mv $PACKAGE $INSTALL_DIR
|
mv $PACKAGE $INSTALL_DIR
|
||||||
|
sleep 5
|
||||||
;;
|
;;
|
||||||
|
|
||||||
metis-5.1.0)
|
metis-5.1.0)
|
||||||
|
|
|
@ -77,10 +77,11 @@ INSTRUCTIONS ON HOW TO INSTALL AND RUN THE WINDOWS VERSION OF FOAM-EXTEND
|
||||||
cd /d <PATH_TO_CASE>
|
cd /d <PATH_TO_CASE>
|
||||||
decomposePar
|
decomposePar
|
||||||
mpirun -np 4 sonicFoam.exe -parallel
|
mpirun -np 4 sonicFoam.exe -parallel
|
||||||
|
reconstructPar
|
||||||
|
|
||||||
6) To post-process the results using ParaView, just run "parafoam" in the case directory:
|
6) To post-process the results using ParaView, just run "parafoam" in the case directory:
|
||||||
cd /d <PATH_TO_CASE>
|
cd /d <PATH_TO_CASE>
|
||||||
parafoam
|
paraFoam
|
||||||
|
|
||||||
This will create a temporary .foam file in the case directory and automatically launch ParaView.
|
This will create a temporary .foam file in the case directory and automatically launch ParaView.
|
||||||
|
|
||||||
|
|
Reference in a new issue