Coder Social home page Coder Social logo

cumulus's Introduction

cumulus

A platform for building HPC workflows.

The goal of the project is to provide a platform for developing HPC workflows. Cumulus enables running workflows on traditional or on-demand clusters. It provides the ability to create compute resources on cloud computing platforms such as AWS, and then to provision MPI clusters on top of those resources using Ansible.

Job management is supported through traditional batch job schedulers. We also provide a workflow engine called TaskFlow to allow a collection of Celery tasks to be run as a workflow.

See documentation for more details.

cumulus's People

Contributors

alesgenova avatar aronhelser avatar chetnieter avatar cjh1 avatar danlamanna avatar dependabot[bot] avatar johnkit avatar jourdain avatar kotfic avatar psavery avatar scottwittenburg avatar tristanwright avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cumulus's Issues

Connection error?

Haven't been able to run anythingt. Keep on getting this error:

[10:33:48.601] INFO: Downloading input for "myjob"
[10:33:48.609] ERROR: Job download/upload error: Traceback (most recent call last):
  File "girderclient.py", line 274, in <module>
    main()
  File "girderclient.py", line 270, in main
    config.token, config.url, config.job, config.dir).run()
  File "girderclient.py", line 212, in run
    r = requests.get(job_url, headers=self._headers)
  File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 69, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 50, in request
    response = session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 465, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 573, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 415, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))

I've vagrant destroy'ed and up/prevision'ed a few times to no avail and I've made sure that the ip in the config.json is reachable from ulmus.

Visualizer data-dir not always in ${HOME}

This is specially true if jobOutputDir is defined.

We probably need to have the job templated with that information using ${HOME} if "jobOutputDir" is not defined.

Provide finer grain task level status

Current when the a task is in the running state the client has to query the task to work out what jobs it has and then listen for their status update. If we provided some sort of hierarchical state for example 'running.pvw.queued' then this might make things a little easier for clients of the API. Or alternative we could break out the state into two parts. For example have /tasks/<task_id>/status ('created', 'running', 'error', etc ) and /tasks/<task_id>/progress ('pvw.queued', 'pvw.error', etc. ). @TristanWright What do you think of this idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.