Kitware / HPCCloud

A Cloud/Web-Based Simulation Environment
https://kitware.github.io/HPCCloud/
Apache License 2.0
50 stars 23 forks source link

Use specified number of CPUs in the visualizer #638

Closed psavery closed 4 years ago

psavery commented 4 years ago

For slurm, the number of CPUs needs to be specified in order to use more than one. Additionally, the cumulus slurm template requires both the number of nodes and the number of CPUs to be specified before it will provide to slurm the --cpus-per-task flag.

Thus, we should ensure both the number of nodes and the number of CPUs are specified.

psavery commented 4 years ago

This is only failing because girder doesn't support python2 anymore. We can remove the python2 tests.

jourdain commented 4 years ago

yes let's remove python 2

psavery commented 4 years ago

It will now be removed in #639.