merlin icon indicating copy to clipboard operation
merlin copied to clipboard

Machine Learning for HPC Workflows

Results 30 merlin issues
Sort by recently updated
recently updated
newest added

The lgtm site is shutting down , we need to transition to Github actions code-scanning. This will use github action minutes. https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository

enhancement

Updated the tests for the merlin server unit tests to include tests for the latest addition of the merlin server config command. In order to properly test the command I...

Adding three new shortcuts to the specification definition: `$(MERLIN_SAMPLE_VECTOR)` is substituted for `"$(SAMPLE_COLUMN_1) $(SAMPLE_COLUMN_2) ..."` `$(MERLIN_SAMPLE_NAMES)` is substituted for `"SAMPLE_COLUMN_1 SAMPLE_COLUMN_2 ..."` `$(MERLIN_SPEC)` is substituted for the path to the...

Currently merlin server uses a different configuration file called merlin_server.yaml, while the other merlin commands use app.yaml as their configuration file. Rather than using 2 different configuration file we should...

enhancement

Adding capability for non-user blocks of yaml code to be included in the merlin specification, and propegated to the .partial and .expanded versions at runtime. This allows the users to...

## 🐛 Bug Report **Describe the bug** Errors don't show up while generating samples **To Reproduce** Steps to reproduce the behavior: 1. Uninstall merlin-spellbook 2. run the `optimization_basic` example 3....

bug

## 🚀 Feature Request [PR 337 went out for the 1.8.2 release](https://github.com/LLNL/merlin/pull/337) because it was much requested, but, there were a few quality of life improvements it would've benefitted from....

enhancement

## 🐛 Bug Report [Related to this bug](https://github.com/LLNL/merlin/pull/320/files), our string apostrophe/single apostrophe use in spec/specification.py causes the worker names to be improperly generated by Flux. **To Reproduce** Running `merlin run-workers...

bug

## 🚀 Feature Request When defining a workflow, indentation slip ups and typos can really mess up a yaml spec. Worse, this type of error can be difficult to trace...

enhancement

## 🐛 Bug Report **Describe the bug** The provenance files can become inconsistent, since they are loaded/dumped via yaml. In particular, quotes around strings that exist in the original spec...

bug