New version of Eficas for Open TURNS 0.13.2
Here are tarball of Eficas for use with Open TURNS 0.13.2 or later:
This tool will help you in writing python script to run uncertainty studies with Open TURNS 0.13.2 or later.
You can install it this way:
- decompress your tarball:
either tar -xzvf EficasV2.0.1.1_OpenTURNS-0.13.2-source.tar.gz
or tar -xjvf EficasV2.0.1.1_OpenTURNS-0.13.2-source.tar.bz2
- change to newly created directory EficasV2.0.1.1_OpenTURNS-0.13.2
cd EficasV2.0.1.1_OpenTURNS-0.13.2
- configure the installation (we make the assumption that you plan to install Eficas in <EficasDIR>, to use Python 2.4 and that OpenTURNS is installed in <OpenTURNSDIR>:
cmake . -DCMAKE_INSTALL_PREFIX=<EficasDIR> -DWITH_OPENTURNS=ON -DOPENTURNS_DIR= <OpenTURNSDIR> -DPYTHON_EXECUTABLE=/usr/bin/python2.4
- build and install:
make make install
- run Eficas to make wrapper description files:
python2.4 <EficasDIR>/Openturns_Study/qtEficas_openturns_study.py
- run Eficas to make probabilistic studies:
python2.4 <EficasDIR>/Openturns_Wrapper/qtEficas_openturns_wrapper.py
See the README file for more installation instructions (if you don't have cmake)
Ivan DUTKA-MALEN
rss
Comments