New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
[SIREN] Segmentation fault - dimensions – Message List – Discussion – NEMO

Tools (#2) - [SIREN] Segmentation fault - dimensions (#43) - Message List

[SIREN] Segmentation fault - dimensions
 solved

Hello Siren users,

I just downloaded the INPUT_SIREN.tar file to test the new SIREN. I execute the below command;

create_coord.exe coord.nam

However, the program stops immediately with segmentation fault error. The size of the input file is ;

[mgunduz@ocean INPUT_SIREN]$ ncdump input/coord_GLORYS2V3.nc | more
netcdf coord_GLORYS2V3 {
dimensions:
	y = 1021 ;
	x = 1442 ;
variables:

I did similar tests with other model output files, when I reduced the dimensions it worked fine!!!

Do you have to somehow specify the memory when I compile the SIREN?? or is there other solution to work with big arrays?

Best, Murat

  • Message #77

    The problem was not related with SIREN software at all. It turns out that it is classical memory problem.

    the solution is;

    ulimit -s unlimited

    sorry for your time.

Attachments

No attachments created.