File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
3939available 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
5353gfortran -O3 -shared -fPIC -o libROSENBR.dylib * .f # shared library on Mac
5454
5555gfortran -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+
5963A bash script [ ` sifdecoder ` ] ( https://github.com/ralna/SIFDecode/blob/master/bin/sifdecoder ) can
6064also be used with additional options but is less interoperable.
You can’t perform that action at this time.
0 commit comments