Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!