Dear all,
appreciating your soon reply, please kindly advise me about the problem which has happened while I wanted to run Model by the following commands and error responses.
Please advise me what problem and defective processing I had, and how can I solve it.
With Regard to this quote please take as bellow:
=======================================================================================================================
[roms@localhost hormuz]$ ./oceanG < ocean_upwelling.in
Model Input Parameters: ROMS/TOMS version 3.7
Saturday - December 9, 2017 - 2:07:43 PM
-----------------------------------------------------------------------------
Operating system : Linux
CPU/hardware : x86_64
Compiler system : gfortran
Compiler command : /usr/bin/gfortran
Compiler flags : -frepack-arrays -g -fbounds-check -ffree-form -ffree-line-length-none -ffree-form -ffree-line-length-none
SVN Root URL :
SVN Revision :
Local Root :
Header Dir :
Header file :
Analytical Dir:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7F6384E4A467
#1 0x7F6384E4AAAE
#2 0x7F638435166F
#3 0x40CA61 in inp_par_ at inp_par.f90:73 (discriminator 3)
#4 0x40386F in __ocean_control_mod_MOD_roms_initialize at ocean_control.f90:71
#5 0x402C80 in ocean at master.f90:73
Segmentation fault (core dumped)
[roms@localhost hormuz]$
Advise please how could remove Runing problem!
Re: Advise please how could remove Runing problem!
Code: Select all
in inp_par_ at inp_par.f90:73 (discriminator 3)
What code is this exactly?
Re: Advise please how could remove Runing problem!
kate wrote:What is on line 73 of your inp_par.f90? It's in the $SCRATCH_DIR location.Code: Select all
in inp_par_ at inp_par.f90:73 (discriminator 3)
What code is this exactly?
Re: Advise please how could remove Runing problem!
Sorry, I could not find any point to solve my problem. As you said in the file "inp_par.f90" maybe there is an Error at 73 Line.
How can I solve it.
please find attached files.
How can I solve it.
please find attached files.
Re: Advise please how could remove Runing problem!
In your build script (assuming you use a build script), there's a line setting $SCRATCH_DIR:
Go to that Build directory and look at the inp_par.f90 there. For me, line 73 is in the middle of a comment. Your file will be different - that's why you have to look at your file.
Code: Select all
export SCRATCH_DIR=${MY_PROJECT_DIR}/Build