-
Nathalie Furmento authoredNathalie Furmento authored
README 1.64 KiB
# StarPU --- Runtime system for heterogeneous multicore architectures. # # Copyright (C) 2015-2024 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria # # StarPU is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or (at # your option) any later version. # # StarPU is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # See the GNU Lesser General Public License in COPYING.LGPL for more details. # Main contents ============= StarPU website is on gitlab. When pushing files to gitlab, the pipeline pages calls scripts/createWebServer.sh to deploy the web site underneath https://starpu.gitlabpages.inria.fr/ Bibliography ============ All the bibliography entries of StarPU are stored in biblio/starpu.bib, when adding one, you need to update both publications pages on the starpu website. - make -C biblio publish this will copy the files from biblio/out to contents/publications git push will then update https://starpu.gitlabpages.inria.fr/publications/ - publications are also listed by keyword in contents/publications.md (first you need to make sure the entry in starpu.bib has the correct keywords) to update the file contents/publications.md make -C biblio website will create the file biblio/starpu.md make -C biblio diff will show the differences between biblio/starpu.md and contents/publications.md, and thus what needs to be copied in contents/publications.md