Minor Windows build adjustments. Cesare Guardino

This commit is contained in:
Hrvoje Jasak 2016-06-24 12:08:13 +01:00
parent 42b54f62c6
commit ac941215d5
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -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.