https://github.com/zedthree/helen
A job launcher for NEMORB/maybe other codes
https://github.com/zedthree/helen
Last synced: 28 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-13T14:01:43.000Z (over 13 years ago)
- Last Synced: 2025-01-18T00:53:52.272Z (over 1 year 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!