-
Notifications
You must be signed in to change notification settings - Fork 1
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
uofcalgary-CISM #3
Comments
Can you please post your "ice_sheet.config.log" file? Also, it might be useful if you build and run in debug mode so that you have access to more useful debug output. It would also be helpful to have access to more information, like is this a parallel or serial build? What sort of platform and OS are you working on? What compilers / versions are you using? |
Hi Stephenprice, The log file is a empty file (attached). this is a parallel build. I'm working on Linux and CISM 2.0.5. Thanks, Kambiz |
Are you building with an intel compiler? You might look at the first response at this link for a few compiler options that should give you more specific information as to where the error is occurring. Those compiler options would be included by editing the compile line in whatever build script you are currently using. Also, you might try executing your run command on the command line first (vs. in a script) to see if it works, e.g.:
... where you first make sure that "cism_driver" and "ice_sheet.config" are defined in the current directory you are trying to run from. |
@uofcalgary , can you list the following:
|
LSB Version :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Linux jasper.westgrid.ca 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Using built-in specs. Linux version 2.6.32-504.23.4.el6.x86_64 (mockbuild@c6b9.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) ) #1 SMP Tue Jun 9 20:57:37 UTC 2015 netcdf library version 4.1.1 of Jan 30 2014 05:31:22 $ you can see the builds here: |
@uofcalgary, it might be useful for us to see the other information that comes along with your build (presumably you are using some altered version of the "linux-gnu" build scripts?). Can you provide a link to the actual directory under the ./builds subdir, including all of the files that come along with the build process? BTW, if you are using gcc, some additional debug options you might try including in your compilation line are listed here and here. You would add any of those options to this line of the build script (e.g., by altering line 52 of "linux-gnu-cmake":
One other thing to try right away would be to remove the '-O2' option and see if you see the same errors when building a non-optimized version of the code. |
Please take a look at the following on/off of some options: what do you think? please let me know. |
Another thing to try is doing a serial build and see if that fares any On Aug 31, 2016 1:05 PM, "uofcalgary" notifications@github.com wrote:
|
Hi,
I'm working with remote computer (jasper-westgrid). when I run CISM, cism_driver ice_sheet.config, under a job script, I see an issue like this:
[kam1967@jasper jobs]$ cism_driver ice_sheet.config
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
cism_driver 000000000047FDAC Unknown Unknown Unknown
cism_driver 000000000048124F Unknown Unknown Unknown
cism_driver 000000000041E61A Unknown Unknown Unknown
cism_driver 000000000041DD95 Unknown Unknown Unknown
cism_driver 000000000041DBBC Unknown Unknown Unknown
libc.so.6 0000003BCEC1ED5D Unknown Unknown Unknown
cism_driver 000000000041DAB9 Unknown Unknown Unknown
what's the problem? can someone help me?
Thanks,
Kambiz
The text was updated successfully, but these errors were encountered: