Search found 10 matches

by ssorou1
Fri May 20, 2016 4:27 pm
Forum: ROMS Installation
Topic: MCT error Inlet test case on a Mac
Replies: 27
Views: 25115

Re: MCT error Inlet test case on a Mac

Kate, Thank you very much for your advice. I re-installed openmpi with macports using: $ sudo port install openmpi Now everything is ok. After installation, the location of mpicc and mpif90 should be added to paths. For my case The following line is added to .bash_profile: export PATH=$PATH:/opt ...
by ssorou1
Wed May 18, 2016 7:13 pm
Forum: ROMS Installation
Topic: MCT error Inlet test case on a Mac
Replies: 27
Views: 25115

Re: MCT error Inlet test case on a Mac

Actually, nothing is reported back. Seems I don't have mpicc. I followed the procedure from https://www.myroms.org/wiki/ROMS_Mac_Snow_Leopard and downloaded and installed opemmpi as stated before. Is there any step that I am missing? How can I adjust mpicc? soroushs-MacBook:~ soroush$ which mpicc ...
by ssorou1
Wed May 18, 2016 4:46 pm
Forum: ROMS Installation
Topic: MCT error Inlet test case on a Mac
Replies: 27
Views: 25115

Re: MCT error Inlet test case on a Mac

Thank you Kate, I made this change yet error persists as follows: $ ./configure CXX=mpiCC CC=mpicc FC=mpif90 CPPFLAGS=-I/opt/gfortransoft/openmpi/openmpi-1.4.5/include LDFLAGS=-L/opt/gfortransoft/openmpi/openmpi-1.4.5/lib --prefix=/opt/gfortransoft/openmpi/openmpi-1.4.5 checking whether the C ...
by ssorou1
Wed May 18, 2016 6:03 am
Forum: ROMS Installation
Topic: MCT error Inlet test case on a Mac
Replies: 27
Views: 25115

Re: MCT error Inlet test case on a Mac

I looked into my config.log file. There are some other errors found there as follows: configure:2898: cc -E -I/opt/gfortransoft/openmpi/openmpi-1.4.5/include conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^ 1 error generated. . . . configure ...
by ssorou1
Wed May 18, 2016 4:10 am
Forum: ROMS Installation
Topic: MCT error Inlet test case on a Mac
Replies: 27
Views: 25115

Re: MCT error Inlet test case on a Mac

Moritz, Thank you very much for your response. I agree that mpif.h is probably not found or read. This file is located in: $ ll /opt/gfortransoft/openmpi/openmpi-1.4.5/include/ total 288 drwxr-xr-x 9 root wheel 306B May 17 20:53 . drwxr-xr-x 7 root wheel 238B May 17 20:52 .. -rw-r--r-- 1 root wheel ...
by ssorou1
Fri May 13, 2016 5:42 am
Forum: ROMS Installation
Topic: MCT error Inlet test case on a Mac
Replies: 27
Views: 25115

Re: MCT error Inlet test case on a Mac

Hi, I have a similar problem with MCT on my mac. I am using macbook late 2009 Core 2 Duo. Procedure for installation of ROMS is followed based on https://www.myroms.org/wiki/ROMS_Mac_Snow_Leopard and The upwelling case is run successfully. Netcdf-3.6.3 is installed using post: https://www.myroms.org ...
by ssorou1
Thu Apr 07, 2016 5:48 am
Forum: ROMS Discussion
Topic: Installing ROMS on Mac El Captain
Replies: 7
Views: 6282

Re: Installing ROMS on Mac El Captain

Yea, its good that it works with netcdf-3.6.3, but I am not sure if some problem occurs at some point or not. At least I tested the upwelling case and did not face any error. Maybe it is due to version of netcdf too, not sure. It would be good if a new version of netcdf would work out as well. As ...
by ssorou1
Wed Apr 06, 2016 7:52 pm
Forum: ROMS Discussion
Topic: Installing ROMS on Mac El Captain
Replies: 7
Views: 6282

Re: Installing ROMS on Mac El Captain

I could install and compile ROMS with netcdf-3.6.3. Thanks for assistance. In both netcdf cases, 'make check' command reported back an error. However, 'make' and 'sudo make install' worked out and netcdf versions were installed in desired paths. Despite this error, I tried to compile ROMS with ...
by ssorou1
Tue Apr 05, 2016 9:46 pm
Forum: ROMS Discussion
Topic: Installing ROMS on Mac El Captain
Replies: 7
Views: 6282

Re: Installing ROMS on Mac El Captain

Jeremy, Thank you very much for your thorough response. I tried your solution, which worked out. However, I got into an error while compiling ROMS for Upwelling case, which will be addressed. The command used to configure netcdf-3.6.3 was as follows (after applying your adjustments and following ...
by ssorou1
Wed Mar 30, 2016 8:31 pm
Forum: ROMS Discussion
Topic: Installing ROMS on Mac El Captain
Replies: 7
Views: 6282

Installing ROMS on Mac El Captain

Hi, I am trying to install ROMS on Mac OS X El Captain. I am using Macbook late 2009 (64 bit). I consulted the tutorial on installing ROMS on OS X Snow Leopard (https://www.myroms.org/wiki/ROMS_Mac_Snow_Leopard). Xcode 7.3 is installed successfully. MacPorts-2.3.4-10.11-ElCapitan is installed ...