Help - Running ROMS

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
shigalla
Posts: 3
Joined: Mon Jul 28, 2008 1:53 pm
Location: Tanzania Fisheries Research Institute

Help - Running ROMS

#1 Unread post by shigalla »

Hi, I'm a new ROMS user, running it on CYGWIN. I get this error while trying to run ROMS:
Remaining memory: 28 bytes at 0093df10 allocated at line 570 of mod_ncparam.f90
Remaining memory: 88 bytes at 0093d668 allocated at line 922 of mod_scalars.f90
Remaining memory: 488 bytes at 00933a08 allocated at line 350 of mod_boundary.f90
Remaining memory: 808 bytes at 00930978 allocated at line 336 of mod_boundary.f90
Remaining memory: 2016 bytes at 00930178 allocated at line 334 of mod_boundary.f90
Remaining memory: 808 bytes at 00933378 allocated at line 348 of mod_boundary.f90
Remaining memory: 976 bytes at 009324e8 allocated at line 343 of mod_boundary.f90
Remaining memory: 488 bytes at 00931210 allocated at line 339 of mod_boundary.f90
Remaining memory: 808 bytes at 00930cc0 allocated at line 337 of mod_boundary.f90
Remaining memory: 488 bytes at 00931008 allocated at line 338 of mod_boundary.f90
Remaining memory: 1616 bytes at 00931a88 allocated at line 341 of mod_boundary.f90
Remaining memory: 1616 bytes at 00931418 allocated at line 340 of mod_boundary.f90
Remaining memory: 976 bytes at 009320f8 allocated at line 342 of mod_boundary.f90
Remaining memory: 488 bytes at 00932f68 allocated at line 346 of mod_boundary.f90
Remaining memory: 808 bytes at 00932c20 allocated at line 345 of mod_boundary.f90
Remaining memory: 808 bytes at 009328d8 allocated at line 344 of mod_boundary.f90
Remaining memory: 488 bytes at 00933170 allocated at line 347 of mod_boundary.f90
Remaining memory: 808 bytes at 009336c0 allocated at line 349 of mod_boundary.f90
Remaining memory: 532 bytes at 0093cc08 allocated at line 68 of inp_par.f90
Remaining memory: 976 bytes at 00933e18 allocated at line 354 of mod_boundary.f90
Remaining memory: 488 bytes at 00933c10 allocated at line 351 of mod_boundary.f90
Remaining memory: 8 bytes at 0093ceb0 allocated at line 77 of inp_par.f90
Remaining memory: 8 bytes at 0093ce60 allocated at line 75 of inp_par.f90
Remaining memory: 8 bytes at 0093ce38 allocated at line 74 of inp_par.f90
Remaining memory: 8 bytes at 0093ce88 allocated at line 76 of inp_par.f90
... More segments remain

Please help,
Mahongo.

robertson
Site Admin
Posts: 219
Joined: Wed Feb 26, 2003 3:12 pm
Location: IMCS, Rutgers University

Re: Help - Running ROMS

#2 Unread post by robertson »

This is not an error, it is simply a report.

User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

Re: Help - Running ROMS

#3 Unread post by m.hadfield »

robertson wrote:This is not an error, it is simply a report.
which can be disabled by setting the environment variable G95_MEM_SEGMENTS to 0 before you run your G95 program.

Post Reply