Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spine-tools/spine-cluster
Gives some example files how to run SpineOpt on a cluster.
https://github.com/spine-tools/spine-cluster
Last synced: about 1 month ago
JSON representation
Gives some example files how to run SpineOpt on a cluster.
- Host: GitHub
- URL: https://github.com/spine-tools/spine-cluster
- Owner: spine-tools
- Created: 2023-05-02T14:55:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:10:43.000Z (6 months ago)
- Last Synced: 2024-06-27T14:58:56.794Z (6 months ago)
- Language: Julia
- Size: 17.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cluster job files
These files are supposed to help running SpineOpt on a cluster.
## Folder strucure
### `DTU`
This folder contains the .job file which runs the different scenarios defined in the database in a loop. The .submit file contains the server settings. Each job calls the .julia file. The results are written to the output database, the model can be printed. You will need an input folder containing the input database and an output folder containing the output database (there is also another input folder in there saving the used input database). This might not be most efficient but it works (for me).
### `ETH Zurich Euler`
This folder contains a `Julia` script for installing SpineOpt.jl and the associated packages at the latest version on the Euler cluster at ETH Zurich. There is also a corresponding `bash` script to run that Julia script despite not necessarily being needed. Scripts to run SpineOpt models will come soon ...