Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is recommended to try cmake/ecbuild first.

cmake/ecbuild

Use $WK/ecbuildconfigure.sh, to configure buildand install ecflow. Just provide then make to build and install.  configure.sh needs a install directory prefix.

...

Code Block
languagebash
titlecmake/ecbuild
cd $WK
sh -x ecbuild./configure.sh  /usr/local/apps/ecflow
make
make install

To use the ecFlow Python Api , you need to add/change PYTHONPATH .  

 

Code Block
languagebash
export PYTHONPATH=$PYTHONPATH:/usr/local/apps/ecflow/4.0.7/lib/python2.7/site-packages/ecflow

 

...