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

[Bug]: flepimop notebooks do not render on HPC #451

Open
pearsonca opened this issue Jan 8, 2025 · 2 comments
Open

[Bug]: flepimop notebooks do not render on HPC #451

pearsonca opened this issue Jan 8, 2025 · 2 comments
Labels
bug Defects or errors in the code. high priority High priority. post-processing Concern the post-processing.

Comments

@pearsonca
Copy link
Contributor

pearsonca commented Jan 8, 2025

Label

bug, meta/workflow

Priority Label

high priority

Describe the bug/issue

Users report that they are unable to render notebooks on the rockfish / longleaf clusters to work with flepimop outputs (examples to follow in response comments @saraloo @MacdonaldJoshuaCaleb).

To verify: issues with both Rmarkdown and ipynb

To Reproduce

No response

Environment, if relevant

HPC

Desired Behavior

TBD, but roughly (ala this SO post):

$ jupyter nbconvert --execute <notebook>

or for R (ala this SO post):

$ Rscript -e "rmarkdown::render('example.Rmd',params=list(args = myarg))"

this is the MVP soln for rendering, with configs hard coded, etc

@saraloo
Copy link
Contributor

saraloo commented Jan 10, 2025

I can't locate specific error messages, but from past runs the scripts being run automatically after batch runs are listed in https://github.com/HopkinsIDD/flepiMoP/blob/main/batch/postprocessing-scripts.sh
Usually they run out memory or time so a 137 error or just get cancelled.

@MacdonaldJoshuaCaleb
Copy link
Collaborator

The issue here, which I've only experienced on rockfish, seems to be a memory allocation error. Mainly seems to occur when too many walkers or iterations are specified. We did try and change some memory flags IIRC, but it didn't seem to fix the problem.

@TimothyWillard TimothyWillard added bug Defects or errors in the code. post-processing Concern the post-processing. high priority High priority. labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects or errors in the code. high priority High priority. post-processing Concern the post-processing.
Projects
None yet
Development

No branches or pull requests

4 participants