Changes between Version 7 and Version 8 of Public/User_Guide/SIONlib


Ignore:
Timestamp:
Dec 3, 2019, 9:44:20 AM (4 years ago)
Author:
Benedikt Steinbusch
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/SIONlib

    v7 v8  
    102102To use I/O forwarding in SIONlib, the SIONfwd package first has to be installed (it uses a standard CMake based build system) and SIONlib has to be configured to make use of it:
    103103
    104 {{{!#sh
     104{{{#!sh
    105105./configure --enable-sionfwd=/path/to/sionfwd # ... more configure arguments
    106106}}}