Coder Social home page Coder Social logo

jlleitschuh / ipst Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itesla/ipst

0.0 2.0 0.0 21.69 MB

iTesla Power System Tools [email protected]

Home Page: http://www.itesla-pst.org

License: Mozilla Public License 2.0

CMake 0.63% Java 72.60% Shell 0.55% MATLAB 8.99% Batchfile 0.01% C++ 1.47% HTML 2.38% CSS 0.21% JavaScript 6.18% Visual Basic 0.12% FreeMarker 0.08% Groovy 0.05% AMPL 0.57% R 6.11% Python 0.04%

ipst's Introduction

Build Status Coverage Status MPL-2.0 License

iTESLA

http://www.itesla-project.eu/

http://www.itesla-pst.org

Environment requirements

In order to build iPST you need:

  • JDK (1.8 or greater)
  • Maven
  • CMake (2.6 or greater)
  • Recent C++ compiler (GNU g++ or Clang)
  • powsybl-core

Optional C++ modules requires:

  • Intel Fortran Compiler
  • Matlab
  • Dymola
  • Eurostag

Intel Fortran Compiler

To compile Eurostag dependant modules, you have to set your INTEL_HOME environment variable to the root of the Intel Fortran Compiler installation.

Install

To easily compile iPST, you can use the toolchain:

$> git clone https://github.com/itesla/ipst.git
$> ./install.sh

By default, the toolchain will:

  • download and compile all external packages from the Internet
  • compile C++ and Java modules
  • install iPST

Targets

Target Description
clean Clean iPST modules
clean-thirdparty Clean the thirdparty libraries
compile Compile iPST modules
package Compile iPST modules and create a distributable package
install Compile iPST modules and install it
docs Generate the documentation (Doxygen/Javadoc)
help Display this help

Options

The toolchain options are saved in the install.cfg configuration file. This configuration file is loaded and updated each time you use the toolchain.

iPST

Option Description Default value
--help Display this help
--prefix Set the installation directory $HOME/itesla
--package-type Set the package format. The supported formats are zip, tar, tar.gz and tar.bz2 zip

C++ modules

Option Description Default value
--with-dymola Enable the compilation of Dymola dependant modules $DYMOLA_HOME
--without-dymola Disable the compilation of Dymola dependant modules
--with-eurostag Enable the compilation of Eurostag dependant modules $EUROSTAG_SDK_HOME
--without-eurostag Disable the compilation of Eurostag dependant modules
--with-matlab Enable the compilation of Matlab dependant modules $MATLAB_HOME
--without-matlab Disable the compilation of Matlab dependant modules

Third-parties

Option Description Default value
--with-thirdparty Enable the compilation of thirdparty libraries
--without-thirdparty Disable the compilation of thirdparty libraries
--thirdparty-prefix Set the thirdparty installation directory $HOME/itesla_thirdparty
--thirdparty-download Sets false to compile thirdparty libraries from a local repository true
--thirdparty-packs Sets the thirdparty libraries local repository $HOME/itesla_packs

Default configuration file

ipst_prefix=$HOME/itesla
ipst_package_type=zip

#  -- iPST C++ modules options --
eurostag_build=false
eurostag_home=$EUROSTAG_SDK_HOME
dymola_build=false
dymola_home=$DYMOLA_HOME
matlab_build=false
matlab_home=$MATLAB_HOME

#  -- iPST thirdparty libraries --
thirdparty_build=true
thirdparty_prefix=$HOME/itesla_thirdparty
thirdparty_download=true
thirdparty_packs=$HOME/itesla_packs

License

https://www.mozilla.org/en-US/MPL/2.0/

ipst's People

Contributors

aiaitesla avatar brahimibob avatar cbiasuzzi avatar diegocirio avatar geofjamg avatar machadosaia avatar massimo-ferraro avatar mathbagu avatar petitrenaudseb avatar quinarygio avatar rse2 avatar sylvlecl avatar wasserfuhr avatar yichen88 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.