Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
889c5717
Commit
889c5717
authored
Mar 30, 2018
by
Nathalie Furmento
Browse files
update local archive list
parent
6489a23a
Changes
3
Hide whitespace changes
Inline
Side-by-side
contents/help/archive_starpu-devel.html
View file @
889c5717
...
...
@@ -18,6 +18,22 @@
<a
href=
"./index.html"
>
Back to the main page
</a>
</div>
<div
class=
"section"
id=
"title553"
>
<h4>
removing gray nodes from a dot file
</h4>
<ul>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002291.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002291.html
</a></li>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002290.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002290.html
</a></li>
</ul>
</div>
<div
class=
"section"
id=
"title552"
>
<h4>
registering handles
</h4>
<ul>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002289.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002289.html
</a></li>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002288.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002288.html
</a></li>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002287.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002287.html
</a></li>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002286.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2018-March/002286.html
</a></li>
</ul>
</div>
<div
class=
"section"
id=
"title551"
>
<h4>
support for cudaMemcpyPeer
</h4>
<ul>
...
...
@@ -3339,7 +3355,7 @@
</ul>
</div>
<div
class=
"section"
id=
"title201"
>
<h4>
[Starpu-announce]
Problem in installation of StarPU
</h4>
<h4>
Problem in installation of StarPU
</h4>
<ul>
<li><a
href=
"https://lists.gforge.inria.fr/pipermail/starpu-devel/2012-October/000743.html"
>
https://lists.gforge.inria.fr/pipermail/starpu-devel/2012-October/000743.html
</a></li>
</ul>
...
...
@@ -5061,7 +5077,7 @@
</div>
<div
class=
"section bot"
>
<p
class=
"updated"
>
Last updated on 2018/03/
26
.
Last updated on 2018/03/
30
.
</p>
</body>
</html>
dev/Makefile
0 → 100644
View file @
889c5717
DIR
=
../contents/help
all
:
$(DIR)/archive_starpu-announce.html $(DIR)/archive_starpu-devel.html
$(DIR)/archive_starpu-announce.html
:
archive_starpu-announce.html
cp
$<
$@
archive_starpu-announce.html
:
./getStarpuListArchive.sh starpu-announce
$(DIR)/archive_starpu-devel.html
:
archive_starpu-devel.html
cp
$<
$@
archive_starpu-devel.html
:
./getStarpuListArchive.sh starpu-devel
dev/getStarpuListArchive.sh
View file @
889c5717
#!/bin/bash
if
test
"
$1
"
==
""
then
echo
"Syntax error:
$0
<listname>"
exit
1
fi
begin
=
0
end
=
999999
web
=
"https://lists.gforge.inria.fr/pipermail"
listname
=
"starpu-devel"
listname
=
"starpu-announce"
listname
=
"
$1
"
webpage
=
"
${
web
}
/
${
listname
}
"
wget
-q
-O
/tmp/
$$
.html
$webpage
/index.html
if
test
!
-s
/tmp/
$$
.html
then
echo
"Error. List
$listname
invalid (URL
$webpage
/index.html not found)"
exit
1
fi
function
getNextMonth
()
{
year
=
$(
echo
$1
|
cut
-f1
-d
'-'
)
...
...
Write
Preview
Markdown
is supported
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