Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
multiprocessing-examples
Commits
a10db0df
Commit
a10db0df
authored
Jun 14, 2022
by
Guilhem Saurel
Browse files
add codemeta.json
parent
58937c32
Pipeline
#19568
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
codemeta.json
0 → 100644
View file @
a10db0df
{
"@context"
:
"https://doi.org/10.5063/schema/codemeta-2.0"
,
"@type"
:
"SoftwareSourceCode"
,
"license"
:
"https://spdx.org/licenses/BSD-2-Clause"
,
"codeRepository"
:
"git+https://gitlab.laas.fr/gepetto/multiprocessing-examples.git"
,
"dateCreated"
:
"2020-06-09"
,
"datePublished"
:
"2022-06-14"
,
"dateModified"
:
"2022-06-14"
,
"issueTracker"
:
"https://gitlab.laas.fr/gepetto/multiprocessing-examples/-/issues"
,
"name"
:
"multiprocessing examples"
,
"version"
:
"1.0.0"
,
"description"
:
"Exemples for the multiprocessing standard module"
,
"applicationCategory"
:
"Computing"
,
"developmentStatus"
:
"concept"
,
"funder"
:
{
"@type"
:
"Organization"
,
"name"
:
"LAAS-CNRS"
},
"keywords"
:
[
"Python"
,
"HPC"
,
"multiprocessing"
,
"GPU"
],
"programmingLanguage"
:
[
"Python"
],
"operatingSystem"
:
[
"Linux"
],
"author"
:
[
{
"@type"
:
"Person"
,
"@id"
:
"https://orcid.org/0000-0002-0867-1664"
,
"givenName"
:
"Guilhem"
,
"familyName"
:
"Saurel"
,
"email"
:
"guilhem.saurel@laas.fr"
,
"affiliation"
:
{
"@type"
:
"Organization"
,
"name"
:
"LAAS-CNRS"
}
},
{
"@type"
:
"Person"
,
"@id"
:
"https://orcid.org/0000-0002-8090-0601"
,
"givenName"
:
"Nicolas"
,
"familyName"
:
"Mansard"
,
"email"
:
"nicolas.mansard@laas.fr"
,
"affiliation"
:
{
"@type"
:
"Organization"
,
"name"
:
"LAAS-CNRS"
}
},
{
"@type"
:
"Person"
,
"givenName"
:
"David"
,
"familyName"
:
"Gauchard"
,
"email"
:
"david.gauchard@laas.fr"
,
"affiliation"
:
{
"@type"
:
"Organization"
,
"name"
:
"LAAS-CNRS"
}
}
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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