Skip to content

Commit 38c53dc

Browse files
committed
Update README.md
1 parent d9ac321 commit 38c53dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The test problems are classified according to the [CUTE classification scheme](h
3535

3636
## How to decode a SIF file
3737

38-
Since the release `v2.5.1`, an executable `sifdecoder_standalone` is
38+
Since version `v2.5.1`, an executable `sifdecoder_standalone` is
3939
available and allows you to easily decode SIF files on any platform.
4040

4141
```shell
@@ -53,8 +53,12 @@ gfortran -O3 -shared -fPIC -o libROSENBR.dll *.f # shared library on Windows
5353
gfortran -O3 -shared -fPIC -o libROSENBR.dylib *.f # shared library on Mac
5454

5555
gfortran -O3 -c *.f # generate object files *.o
56-
ar rcs libmylibrary.a *.o # static library on all platform
56+
ar rcs libROSENBR.a *.o # static library on all platform
5757
```
5858

59+
Since version `v2.6.3`, the executable `sifdecoder_standalone` accepts an option `-suffix`.
60+
All generated files are then suffixed with the problem name and the precision,
61+
allowing SIF files to be decoded in parallel within the same folder.
62+
5963
A bash script [`sifdecoder`](https://github.com/ralna/SIFDecode/blob/master/bin/sifdecoder) can
6064
also be used with additional options but is less interoperable.

0 commit comments

Comments
 (0)