Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hpc-cloud

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hpc-cloud

Virtual platform for running simulations and visualization

  • 1.3.16
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

HPCCloud

Goal

Web interface to the HPCCloud infrastructure that abstract simulation environment and resources on which you can run those simulations.

Installation

$ npm install

After installing the package you will get one executable HPCCloud with the following set of options.

$ HPCCloud

  Usage: HPCCloud [options]

  Options:

    -h, --help                output usage information
    -V, --version             output the version number

>>> FIXME <<<

Development

$ git clone https://github.com/Kitware/HPCCloud.git
$ cd HPCCloud
$ npm install
$ npm start

Trouble shooting

$ vagrant ssh
$ sudo -iu hpccloud

Fixing celery Girder URL

$ vi /opt/hpccloud/cumulus/cumulus/conf/config.json
  +-> Fix host to be localhost
  +-> baseUrl: "http://localhost:8080/api/v1",
$ sudo service celeryd restart

Documentation

FIXME: Not yet available

See the documentation for a getting started guide, advanced documentation, and API descriptions.

Licensing

HPCCloud is licensed under Apache 2.

Getting Involved

Fork our repository and do great things. At Kitware, we've been contributing to open-source software for 15 years and counting, and want to make hpc-cloud useful to as many people as possible.

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc