You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a template for qsub commands that users can edit for the package to work on their clusters.
Additional Detail
qsub commands are not identical for all HPC clusters. We should provide an easy way to make connPFM work on all cluster, and a template that can be fed from Python is a good option.
Next Steps
Create a template that takes as many parameters as possible from Python.
Create a function that feeds the template.
Call this function before every qsub command.
Test on the BCBL and DIPC clusters.
The text was updated successfully, but these errors were encountered:
Summary
We should add a template for
qsub
commands that users can edit for the package to work on their clusters.Additional Detail
qsub
commands are not identical for all HPC clusters. We should provide an easy way to makeconnPFM
work on all cluster, and a template that can be fed from Python is a good option.Next Steps
qsub
command.The text was updated successfully, but these errors were encountered: