Skip to content
Snippets Groups Projects
Select Git revision
  • feature/reconstruction
  • feature/variational-hydro
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/composite-scheme
  • stage/seraillec
  • develop default protected
  • hyperplastic
  • feature/local-dt-fsi
  • feature/kinetic-schemes
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • feature/hypoelasticity
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
32 results

utils

  • Clone with SSH
  • Clone with HTTPS
  • Stephane Del Pino's avatar
    Stéphane Del Pino authored
    Plugins are loaded through environment variables. Two environment
    variables are read: PUGS_PLUGIN and PUGS_PLUGIN_DIR
    
    - PUGS_PLUGIN is a string literal that contains the filename of the
    dynamic library that contains plugins. One can provide multiple
    filename using semicolumn separators.
      ex. PUGS_PLUGIN="/path/to/my/libplugin1.so;/anotherpath/to/another/libplugin2.so"
    
    - PUGS_PLUGIN_DIR is a string literal that contains directory path
    where plugins (dynamic libraries) are.  One can provide multiple path
    using semicolumn separators. All the dynamic libraries present at the
    locations are loaded!
      ex. PUGS_PLUGIN="/path/to/a/plugin/list/;/anotherpath/to/another/plugin/list/"
    16dc7bcf
    History
    Name Last commit Last update
    ..