Skip to content

Commit d2ae8f1

Browse files
authored
Update README.md
1 parent 996d63c commit d2ae8f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

workflows/p3b1_mlrMBO/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ What you need to install to run the workflow:
4242
* P3B1 benchmark data - http://ftp.mcs.anl.gov/pub/candle/public/benchmarks/P3B1/P3B1_data.tgz.
4343
`P3B1_data.tgz` should be untarred into `X/Benchmarks/Data/P3B1` where 'X'
4444
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.
4647

4748
```
4849
mkdir -p Data/P3B1
4950
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
5253
```
5354

5455
## System requirements ##

0 commit comments

Comments
 (0)