Open EvgeniaKouts opened 1 week ago
Hi!
Would you share which pipeline you're running? Are you using strun or calling it from python? Is it possible to share the command/code?
Finally what version of jwst are you using?
Hi! I am using the MIRI-MRS pipeline and I am calling it from this jupyter notebook https://github.com/spacetelescope/jwst-pipeline-notebooks/blob/main/notebooks/MIRI/JWPipeNB-MIRI-MRS.ipynb. Up until stage 2 it works fine. Then in stage 3 it produces the _crf.fits files and then I get a dead kernel. I tried also to run it as a .py file and again it took up all of my RAM after the _crf.fits files and it was killed. I am using JWST Calibration Pipeline Version = 1.16.0 and CRDS Context = jwst_1295.pmap. Thank you!
On Monday, November 4, 2024 at 10:36:44 PM GMT+2, Brett Graham ***@***.***> wrote:
Hi!
Would you share which pipeline you're running? Are you using strun or calling it from python? Is it possible to share the command/code?
Finally what version of jwst are you using?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Thanks!
Are you running the example data for that notebook or a different dataset/association? If a different one is it public and would you share the details to be able to find it on mast?
I am running the demo data. Thanks!
On Monday, November 4, 2024 at 10:51:05 PM GMT+2, Brett Graham ***@***.***> wrote:
Thanks!
Are you running the example data for that notebook or a different dataset/association? If a different one is it public and would you share the details to be able to find it on mast?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I was able to run through the demo notebook on my machine (with 32 GB of RAM). Below is the pip list
of the environment. Would you compare it to the output of pip list
for your environment and share that output here? Some key dependencies to check are:
Now that the data is downloaded and intermediate files are on my system I'll run a memory profile of the spec3 pipeline and update this issue.
Here's a plot of the memory usage for the call to spec3 with a peak of 4.6G:
Would you share the error message(s) you're seeing? I am still suspicious that this may be due to a dependency and the error message will hopefully be helpful.
Hello everyone!
I would like to ask how much RAM memory should I have to run the whole MIRI pipeline. I have a device with 32GB RAM and the pipeline fails at stage 3. Is there any way to make it run with this memory available?
Thanks!