SimEx
SimEx copied to clipboard
SIMEX as a Service
cc @codingS3b
Ideas:
- jupyter notebook as entrypoint for users
- make some calculators runnable as slurm jobs from the notebook:
- provide ui for user to enter parameters for the selected calculator
- use the interface function
dumpToFile
to create a binary of the calculator - move this binary to a cluster compute node and start a compute job that uses
runFromCLI
functionality