You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cerulean is a Python 3 library for talking to HPC clusters and supercomputers.
It lets you copy files between local and SFTP filesystems using a
pathlib-like API, it lets you start processes locally and remotely via SSH,
and it lets you submit jobs to schedulers such as Slurm and Torque/PBS.
Before we get to asking questions and reporting bugs, we'd like to point out
that this project is governed by a code of conduct, as described in
CODE_OF_CONDUCT.rst, and we expect you to adhere to it. Please be nice to your
fellow humans.
Questions
If you have a question that the documentation does not answer for you, then you
have found a bug in the documentation. We'd love to fix it, but we need a bit of
help from you to do so. Please do the following:
use the search functionality here
to see if someone already filed the same issue;
if your issue search did not yield any relevant results, make a new
issue;
apply the "Question" label; apply other labels when relevant.
We'll answer your question, and improve the documentation where necessary.
Thanks!
Bugs
Like most software, Cerulean is made by humans, and we make mistakes. If you
think you've found a bug in Cerulean, please let us know! Reporting bugs goes as
follows.
Use the search functionality here
to see if someone already filed the same issue.
If your issue search did not yield any relevant results, make a new issue.
Please explain:
- what you were trying to achieve,
- what you did to make that happen,
- what you expected the result to be,
- what happened instead.
It really helps to have the actual code for a simple example that
demonstrates the issue, but excerpts and error messages and a
description are welcome too.
Finally, apply any relevant labels to the newly created issue.
With that, we should be able to fix the problem, but we may ask for some more
information if we can't figure it out right away.
Copyright (c) 2018-2019 The Netherlands eScience Center and VU University Amsterdam
Copyright (c) 2024-2025 The Netherlands eScience Center
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
About
A Python 3 library for talking to HPC clusters and supercomputers