Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file cleanup, slurm scripts and timeout added to batchtools submit templates #831

Merged

Conversation

jchen6727
Copy link
Collaborator

see changes in netpyne.batchtools

* batch tools subpackage

* comm update

* new search methods

* fixed import issues

* updates comm, search

* search.py

* wrapper tools search

* update to batchtools

* codebase moved to netpyne batchtools

https://github.com/jchen6727/netpyne/tree/batch

* update to comm.py, runners.py

* update to search (kwargs)

* config update (should delete two keys @ end?)

* replace pubtk with batchtk for compatibility with pip

* update the submit (zsh->sh)

* update batchtools, submits

* fixed socket functionality for submits.py

* batchtools documentation

* minor updates- search
cfg.progressBar = 2 will display all progress bars
cfg.progressBar = 1 will call tqdm with progress bars w/ leave = 0
cfg.progressBar = 0 will disable the progress bar.
…tionary, fanova example started. batchtools.rst updated
update batch re: end user suggestion

can now initialize cfg with a dictionary:
``` Python
from netpyne.batchtools import specs
cfg = specs.SimConfig({'x': [None] * 4})
```

creates a new cfg such that it already has value x, e.g.
cfg.x = [None, None, None, None]

update to documentation with some minimal working examples (see https://github.com/suny-downstate-medical-center/netpyne/tree/batch/netpyne/batchtools/examples), esp. Rosenbrock w/ coupled parameters, nested parameters, etc.
fanova (large sample -- 625), running fanova analysis
cfg.py of CA3 including additional cfg settings to avoid confusion
incorrect reference to old batchtk templates, now referencing appropriate templates in batchtools submits.
@jchen6727 jchen6727 merged commit 2934100 into suny-downstate-medical-center:development Sep 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants