File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,14 @@ What you need to install to run the workflow:
42
42
* P3B1 benchmark data - http://ftp.mcs.anl.gov/pub/candle/public/benchmarks/P3B1/P3B1_data.tgz .
43
43
` P3B1_data.tgz ` should be untarred into ` X/Benchmarks/Data/P3B1 ` where 'X'
44
44
is the parent directory path of your Benchmark repository. For example, from
45
- within ` X/Benchmarks `
45
+ within ` X/Benchmarks ` . Note that the file must be named ` P3B1_data.tgz.tar.gz ` and remain in the
46
+ ` X/Benchmarks/Data/P3B1 ` after untarring.
46
47
47
48
```
48
49
mkdir -p Data/P3B1
49
50
cd Data/P3B1
50
- wget ftp://ftp.mcs.anl.gov/pub/candle/public/benchmarks/P3B1/P3B1_data.tgz
51
- tar -xf P3B1_data.tgz
51
+ wget ftp://ftp.mcs.anl.gov/pub/candle/public/benchmarks/P3B1/P3B1_data.tgz -O P3B1_data.tgz.tar.gz
52
+ tar -xf P3B1_data.tgz.tar.gz
52
53
```
53
54
54
55
## System requirements ##
You can’t perform that action at this time.
0 commit comments