Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
starpu
starpu.gitlabpages.inria.fr
Commits
46c0f616
Commit
46c0f616
authored
Jun 16, 2020
by
Nathalie Furmento
Browse files
contents: add option --no-check-certificate to wget
parent
a46f2a80
Pipeline
#151797
passed with stages
in 1 minute and 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contents/index.html
View file @
46c0f616
...
...
@@ -468,7 +468,7 @@ your environment (e.g. MKL for CPUs and CUBLAS for GPUs).
</p>
<tt><pre>
$ wget http://starpu.gforge.inria.fr/files/starpu-someversion.tar.gz
$ wget
--no-check-certificate
http://starpu.gforge.inria.fr/files/starpu-someversion.tar.gz
$ tar xf starpu-someversion.tar.gz
$ cd starpu-someversion
$ ./configure
...
...
contents/market/index.html
View file @
46c0f616
...
...
@@ -68,7 +68,7 @@ make -C tools
<li>
Download one of the examples from the market above, for instance:
<tt>
<pre>
wget https://starpu.gitlabpages.inria.fr/market/cholesky.tgz
wget
--no-check-certificate
https://starpu.gitlabpages.inria.fr/market/cholesky.tgz
tar xf cholesky.tgz
cd cholesky
</pre>
...
...
contents/tutorials/2019-11-HPNS-Inria/index.html
View file @
46c0f616
...
...
@@ -85,7 +85,7 @@ the platform using the following command.
</p>
<tt><pre>
$ wget https://starpu.gitlabpages.inria.fr/tutorials/2019-11-HPNS-Inria/material.tgz
$ wget
--no-check-certificate
https://starpu.gitlabpages.inria.fr/tutorials/2019-11-HPNS-Inria/material.tgz
</pre></tt>
</div>
...
...
Nathalie Furmento
@furmento
mentioned in commit
b2b7cade
·
Jun 16, 2020
mentioned in commit
b2b7cade
mentioned in commit b2b7cade5d59be525465e2d328981044cf4349a7
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment