Error running gyre on OS X 10
-
- Posts: 8
- Joined: Mon May 21, 2018 9:09 am
Error running gyre on OS X 10
Hello,
I am trying to run GYRE on OS X 10 -- I have installed the SDK package, compiled and tested the code, all was succesful.
Setting up an inlist file according to the example from the Wiki, I get the error message below after running "../bin/gyre gyre.in".
Any help would be much appreciated, thanks!
-------------
OpenMP Threads : 4
Input filename : gyre.in
At line 160 of file gyre.f90
Fortran runtime error: Cannot open file 'gyre.in': No such file or directory
Error termination. Backtrace:
#0 0x111343aec
#1 0x111343cd5
#2 0x111346c49
#3 0x1114234af
#4 0x1114237fc
#5 0x10fe6c3cd
#6 0x10ffba538
-------------
I am trying to run GYRE on OS X 10 -- I have installed the SDK package, compiled and tested the code, all was succesful.
Setting up an inlist file according to the example from the Wiki, I get the error message below after running "../bin/gyre gyre.in".
Any help would be much appreciated, thanks!
-------------
OpenMP Threads : 4
Input filename : gyre.in
At line 160 of file gyre.f90
Fortran runtime error: Cannot open file 'gyre.in': No such file or directory
Error termination. Backtrace:
#0 0x111343aec
#1 0x111343cd5
#2 0x111346c49
#3 0x1114234af
#4 0x1114237fc
#5 0x10fe6c3cd
#6 0x10ffba538
-------------
- rhtownsend
- Site Admin
- Posts: 400
- Joined: Sun Mar 31, 2013 4:22 pm
Re: Error running gyre on OS X 10
Hi Ippocratis --Ippocratis Saltas wrote: ↑Mon May 21, 2018 9:31 amHello,
I am trying to run GYRE on OS X 10 -- I have installed the SDK package, compiled and tested the code, all was succesful.
Setting up an inlist file according to the example from the Wiki, I get the error message below after running "../bin/gyre gyre.in".
Any help would be much appreciated, thanks!
-------------
OpenMP Threads : 4
Input filename : gyre.in
At line 160 of file gyre.f90
Fortran runtime error: Cannot open file 'gyre.in': No such file or directory
Error termination. Backtrace:
#0 0x111343aec
#1 0x111343cd5
#2 0x111346c49
#3 0x1114234af
#4 0x1114237fc
#5 0x10fe6c3cd
#6 0x10ffba538
-------------
It looks like the 'gyre.in' input file is missing -- did you create it?
cheers,
Rich
-
- Posts: 8
- Joined: Mon May 21, 2018 9:09 am
Re: Error running gyre on OS X 10
Hello Rich,
Thanks for your prompt response. Yes, I did create it, after copy-pasting the template on the Wiki's tutorial.
Thanks!
Ippocratis
Thanks for your prompt response. Yes, I did create it, after copy-pasting the template on the Wiki's tutorial.
Thanks!
Ippocratis
- rhtownsend
- Site Admin
- Posts: 400
- Joined: Sun Mar 31, 2013 4:22 pm
Re: Error running gyre on OS X 10
Hmm, that's puzzling. Can you post the output from 'ls -l' in the directory where you are trying to run GYRE?Ippocratis Saltas wrote: ↑Mon May 21, 2018 10:10 amHello Rich,
Thanks for your prompt response. Yes, I did create it, after copy-pasting the template on the Wiki's tutorial.
Thanks!
Ippocratis
cheers,
Rich
-
- Posts: 8
- Joined: Mon May 21, 2018 9:09 am
Re: Error running gyre on OS X 10
Sure, please find them below -- A screenshot of ls-l on the entire gyre folder and another within the "work" folder.
Cheers,Ippocratis
Cheers,Ippocratis
- Attachments
-
- Screen Shot 2018-05-21 at 17.15.01.png (142.12 KiB) Viewed 25249 times
- rhtownsend
- Site Admin
- Posts: 400
- Joined: Sun Mar 31, 2013 4:22 pm
Re: Error running gyre on OS X 10
Hi Ippocratis --Ippocratis Saltas wrote: ↑Mon May 21, 2018 10:17 amSure, please find them below -- A screenshot of ls-l on the entire gyre folder and another within the "work" folder.
Cheers,Ippocratis
Please post the screen output by cutting and pasting from the terminal -- not as images.
cheers,
Rich
-
- Posts: 8
- Joined: Mon May 21, 2018 9:09 am
Re: Error running gyre on OS X 10
Of course, sorry for that -- Please find them below.
cheers, Ippocratis
* Gyre folder:
total 88
-rw-r--r--@ 1 ippocratissaltas staff 35147 Apr 20 14:07 COPYING
-rw-r--r--@ 1 ippocratissaltas staff 437 Apr 20 14:07 Makefile
-rw-r--r--@ 1 ippocratissaltas staff 376 Apr 20 14:07 README
drwxr-xr-x@ 5 ippocratissaltas staff 160 May 21 16:04 bin
drwxr-xr-x@ 3 ippocratissaltas staff 96 Apr 20 14:09 data
drwxr-xr-x@ 17 ippocratissaltas staff 544 Apr 20 14:09 doc
drwxr-xr-x@ 6 ippocratissaltas staff 192 May 21 15:40 models
drwxr-xr-x@ 6 ippocratissaltas staff 192 Apr 20 14:09 python
drwxr-xr-x@ 27 ippocratissaltas staff 864 Apr 20 14:09 src
drwxr-xr-x@ 9 ippocratissaltas staff 288 Apr 20 14:09 test
drwxr-xr-x 4 ippocratissaltas staff 128 May 21 17:13 work
*Work folder:
total 1760
-rw-r--r--@ 1 ippocratissaltas staff 2035 May 21 17:13 gyre.in.rtf
-rw-r--r--@ 1 ippocratissaltas staff 894397 May 21 15:42 spb.mesa
cheers, Ippocratis
* Gyre folder:
total 88
-rw-r--r--@ 1 ippocratissaltas staff 35147 Apr 20 14:07 COPYING
-rw-r--r--@ 1 ippocratissaltas staff 437 Apr 20 14:07 Makefile
-rw-r--r--@ 1 ippocratissaltas staff 376 Apr 20 14:07 README
drwxr-xr-x@ 5 ippocratissaltas staff 160 May 21 16:04 bin
drwxr-xr-x@ 3 ippocratissaltas staff 96 Apr 20 14:09 data
drwxr-xr-x@ 17 ippocratissaltas staff 544 Apr 20 14:09 doc
drwxr-xr-x@ 6 ippocratissaltas staff 192 May 21 15:40 models
drwxr-xr-x@ 6 ippocratissaltas staff 192 Apr 20 14:09 python
drwxr-xr-x@ 27 ippocratissaltas staff 864 Apr 20 14:09 src
drwxr-xr-x@ 9 ippocratissaltas staff 288 Apr 20 14:09 test
drwxr-xr-x 4 ippocratissaltas staff 128 May 21 17:13 work
*Work folder:
total 1760
-rw-r--r--@ 1 ippocratissaltas staff 2035 May 21 17:13 gyre.in.rtf
-rw-r--r--@ 1 ippocratissaltas staff 894397 May 21 15:42 spb.mesa
- rhtownsend
- Site Admin
- Posts: 400
- Joined: Sun Mar 31, 2013 4:22 pm
Re: Error running gyre on OS X 10
I see your problem -- your gyre.in file has been saved as a Rich Text Format (.rtf) file. You should re-create it as a raw text file, with no extension.Ippocratis Saltas wrote: ↑Mon May 21, 2018 10:27 amOf course, sorry for that -- Please find them below.
cheers, Ippocratis
* Gyre folder:
total 88
-rw-r--r--@ 1 ippocratissaltas staff 35147 Apr 20 14:07 COPYING
-rw-r--r--@ 1 ippocratissaltas staff 437 Apr 20 14:07 Makefile
-rw-r--r--@ 1 ippocratissaltas staff 376 Apr 20 14:07 README
drwxr-xr-x@ 5 ippocratissaltas staff 160 May 21 16:04 bin
drwxr-xr-x@ 3 ippocratissaltas staff 96 Apr 20 14:09 data
drwxr-xr-x@ 17 ippocratissaltas staff 544 Apr 20 14:09 doc
drwxr-xr-x@ 6 ippocratissaltas staff 192 May 21 15:40 models
drwxr-xr-x@ 6 ippocratissaltas staff 192 Apr 20 14:09 python
drwxr-xr-x@ 27 ippocratissaltas staff 864 Apr 20 14:09 src
drwxr-xr-x@ 9 ippocratissaltas staff 288 Apr 20 14:09 test
drwxr-xr-x 4 ippocratissaltas staff 128 May 21 17:13 work
*Work folder:
total 1760
-rw-r--r--@ 1 ippocratissaltas staff 2035 May 21 17:13 gyre.in.rtf
-rw-r--r--@ 1 ippocratissaltas staff 894397 May 21 15:42 spb.mesa
cheers,
Rich
-
- Posts: 8
- Joined: Mon May 21, 2018 9:09 am
Re: Error running gyre on OS X 10
Thanks, Rich! That solved the problem.
Cheers, I.
Cheers, I.