Replies: 13 comments 18 replies
-
@philenso |
Beta Was this translation helpful? Give feedback.
-
@philenso Of course, B) above depends on having a core (normally you have allow you system to do so, e.g. in bash |
Beta Was this translation helpful? Give feedback.
-
@philenso I should add the mppnccombine options -x , -M and (especially) -v may be helpful if the program may run long enough to provide the info. But also look at the other options. |
Beta Was this translation helpful? Give feedback.
-
@philenso |
Beta Was this translation helpful? Give feedback.
-
Many thanks for your help.
I do not have a GFDL user account.
I upload the MOM.res.nc.0000 to cloud.
Could you please try this link to see if it could be download.
link: https://pan.baidu.com/s/164gFQnWVqUBikvidRTd1zw
passcode: qd22
Best regards,
Bob
…------------------ Original ------------------
From: "Miguel R ***@***.***>;
Send time: Saturday, Oct 30, 2021 10:35 AM
***@***.***>;
***@***.***>; ***@***.***>;
Subject: Re: [NOAA-GFDL/FRE-NCtools] Segmentation fault when combine a file with 7200x5400 grid using mppnccombine? (Discussion #127)
Do you have a gfdl user account? Is so then you can use sftp
sftp ***@***.*** and push up the files to your ftp area with mput or put.
Then let me know what your First and Last (gfdl user name) is ang I can download it from there.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
@philenso Also, its possible that the suspected bug affecting processing of large files may be present in other NCTools apps. Do you know what other of these apps you will later use in the workflow or to coninue processing? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Miguel,
Thank you for your kind help.
I try to compile the mppnccombine_fast, and I found the error message:
/usr/bin/ld: /opt/hdf5/1.8.12/gnu/lib/libhdf5.a(H5Zdeflate.o): undefined reference to symbol 'inflateEnd'
/opt/zlib/1.2.11/gnu/lib/libz.so.1: error adding symbols: DSO missing from command line
I seems that the zlib library does not link properly.
Could you give me some hints to solve this problem?
So far in my workflow with the grid of 7200x5400, I only found problem with mppnccombine, and it is also called by combine_restarts.
Best regards,
philenso
…------------------ Original ------------------
From: "Miguel R ***@***.***>;
Send time: Friday, Nov 5, 2021 2:36 AM
***@***.***>;
***@***.***>; ***@***.***>;
Subject: Re: [NOAA-GFDL/FRE-NCtools] Segmentation fault when combine a file with 7200x5400 grid using mppnccombine? (Discussion #127)
@philenso
We havent started fixing the likely bug on this yet, but in the mean time you might see is this
helps as an alternative: https://github.com/coecms/mppnccombine-fast
Also, its possible that the suspected bug affecting processing of large files may be present in other NCTools apps. Do you know what other of these apps you will later use in the workflow or to coninue processing? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Hi Miguel, |
Beta Was this translation helpful? Give feedback.
-
Hi Miguel, Thank you! Best, |
Beta Was this translation helpful? Give feedback.
-
@philenso https://github.com/ngs333/FRE-NCtools/tree/combi Finally, when you do run, please let me know is you are successful , and please let me know |
Beta Was this translation helpful? Give feedback.
-
@philenso |
Beta Was this translation helpful? Give feedback.
-
Hi Miguel,
Thank you so much for your work!
I compiled this package and try to combine the restart files, it seems not work well:
# mppnccombine ice_model.res.nc ice_model.res.nc.????
Error: cannot write variable "zaxis_1"'s values!
Error: cannot write variable "0"'s values!
Warning: output file may be incomplete!
Could you please take a look at it.
Best wishes,
Xinyao
Original
From:"Miguel R Zuniga"< ***@***.*** >;
Date:2021/12/11 5:53
To:"NOAA-GFDL/FRE-NCtools"< ***@***.*** >;
CC:"容大力"< ***@***.*** >;"Mention"< ***@***.*** >;
Subject:Re: [NOAA-GFDL/FRE-NCtools] Segmentation fault when combine a filewith 7200x5400 grid using mppnccombine? (Discussion #127)
@philenso
I think I have fixed the code and I have created a pull request. I do not know
exactly when the system will merge my fixes into the main branch. In the mean time,
you can copy and compile and use my branch, if you like:
https://github.com/ngs333/FRE-NCtools/tree/combi
Finally, when you do run, please let me know is you are successful , and please let me know
if there are other problems, issues in your workflow using NCTools.
Thanks very much for bringing this issue up.
&mdash;
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Hi Miguel,
It works!
Thank you!
Best wishes,
Xinyao
Original
From:"Miguel R Zuniga"< ***@***.*** >;
Date:2021/12/21 23:03
To:"NOAA-GFDL/FRE-NCtools"< ***@***.*** >;
CC:"容大力"< ***@***.*** >;"Mention"< ***@***.*** >;
Subject:Re: [NOAA-GFDL/FRE-NCtools] Segmentation fault when combine a filewith 7200x5400 grid using mppnccombine? (Discussion #127)
@philenso
I think you may need the "-n4" argument. I ran as :
mppnccombine -vv -n4 .... At least that is what I used (#138 (comment)) The "-vv" argument is purely for debugging purpose. Can you try that? Thanks
&mdash;
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm facing a problem when combine a MOM restart file with 7200x5400 grid using mppnccombine:
#mppnccombine MOM.res.nc MOM.res.nc.????
Segmentation fault
But it work well when combine a history file of MOM.
Could anybody give me some hints?
Best regards,
Bob
Beta Was this translation helpful? Give feedback.
All reactions