Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zedthree/helen
A job launcher for NEMORB/maybe other codes
https://github.com/zedthree/helen
Last synced: 3 days ago
JSON representation
A job launcher for NEMORB/maybe other codes
- Host: GitHub
- URL: https://github.com/zedthree/helen
- Owner: ZedThree
- Created: 2012-08-14T16:40:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-13T14:01:43.000Z (about 12 years ago)
- Last Synced: 2024-06-11T17:02:03.077Z (5 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
helen
=====A job launcher for NEMORB/maybe other codes
The aim of this project is to create a job launcher which can do n-dimensional parameter scans using a fortran code.
There will be (at least) two parts:
the first part will create some sort of namelist object, which knows about all the possible input parameters and their possible values.
the second part will allow the user to specify n of those parameters and what range the scan should be over, and then generate the input files (and any necessary meta-data).Maybe also launch the jobs? Remotely/locally?
Would be nice to eventually do all/some of the processing afterwards too!