|
[Sponsors] |
June 23, 2014, 12:35 |
parallel finally working
|
#1 |
Member
Hedley
Join Date: May 2014
Posts: 52
Rep Power: 12 |
Ok - the only way I could get it to work was to
a) Install the patch to the source as per the other post from Russia - Thanks. b) Purchase and install the Intel-mpi v 5. Running on an Intel Core-7 the NACA0012 example took 36.7 seconds to complete and then running the same .cfg file but with parallel_computation.py with n 4 it took 14.9 seconds. Summary - 1. Download from SU2 github -> then 2. Install the Intel MPI 3. ./configure --with-MPI=/opt/intel/impi/5.0.0.028/intel64/bin/mpicxx 4. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/impi/5.0.0.028/intel64/lib/ 5.edit the .bashrc as per example below # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # Uncomment the following line if you don't like systemctl's auto-paging feature: # export SYSTEMD_PAGER= export SU2_RUN="/usr/local/bin" export SU2_HOME="/home/hdavidson/SU2" export PATH=$PATH:$SU2_RUN export PYTHONPATH=$PYTHONPATH:$SU2_RUN 6. make 7. as Root - Make install 8. Then run your solve nice and fast. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
error while running in parallel using openmpi on local mc 6 processors | suryawanshi_nitin | OpenFOAM | 10 | February 22, 2017 22:33 |
Case running in serial, but Parallel run gives error | atmcfd | OpenFOAM Running, Solving & CFD | 18 | March 26, 2016 13:40 |
Something weird encountered when running OpenFOAM in parallel on multiple nodes | xpqiu | OpenFOAM Running, Solving & CFD | 2 | May 2, 2013 05:59 |
for loop, not working in parallel | xisto | OpenFOAM Programming & Development | 4 | April 3, 2012 18:45 |
parallel fluent under pbs not working | kharnabnew | FLUENT | 0 | January 6, 2011 04:28 |