Hello,
I have an issue which doesn't seem to be discussed yet.
Basically, I am trying to compile WRF on Virtual box installed on MacOS but it does not want to build it. I have read on another blog that there are some issues running WRF on virtual box on MacOS but I am wondering if someone has a solution before I do everything again on a windows computer...
This is my setup.
- I am using tcsh
- I followed the compilation page https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php
- All the TESTS where run successfully
- All the .tar file where installed successfully
- I checked again using: which gcc --version and which gfortran --version
- .tar file where added to path
- the complete path before ./configure is:
setenv DIR /home/usr/Build_WRF/LIBRARIES
setenv CC gcc
setenv CXX g++
setenv FC gfortran
setenv FCFLAGS -m64
setenv F77 gfortran
setenv FFLAGS -m64
setenv JASPERLIB $DIR/grib2/lib
setenv JASPERINC $DIR/grib2/include
setenv LDFLAGS -L$DIR/grib2/lib
setenv CPPFLAGS -I$DIR/grib2/include
setenv PATH $DIR/mpich/bin:$PATH
setenv PATH $DIR/netcdf/bin:$PATH
setenv NETCDF $DIR/netcdf
setenv WRF_EM_CORE 1
- I configured to nb 32 and then 1, all runs smoothly
- UNTIL HERE where I want to ./compile em_real > & log.compile
- It runs for 5 minutes and then nothing, so I go in the log.compile file and get fatal errors for gfortran
- Tried to.
./clean -a
./configure
./compile em_real >& log.compile
- It's now the 5th if not more time I try and still nada.
I've attached the log.compile for someone to enlight me on this
Many thanks
I have an issue which doesn't seem to be discussed yet.
Basically, I am trying to compile WRF on Virtual box installed on MacOS but it does not want to build it. I have read on another blog that there are some issues running WRF on virtual box on MacOS but I am wondering if someone has a solution before I do everything again on a windows computer...
This is my setup.
- I am using tcsh
- I followed the compilation page https://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php
- All the TESTS where run successfully
- All the .tar file where installed successfully
- I checked again using: which gcc --version and which gfortran --version
- .tar file where added to path
- the complete path before ./configure is:
setenv DIR /home/usr/Build_WRF/LIBRARIES
setenv CC gcc
setenv CXX g++
setenv FC gfortran
setenv FCFLAGS -m64
setenv F77 gfortran
setenv FFLAGS -m64
setenv JASPERLIB $DIR/grib2/lib
setenv JASPERINC $DIR/grib2/include
setenv LDFLAGS -L$DIR/grib2/lib
setenv CPPFLAGS -I$DIR/grib2/include
setenv PATH $DIR/mpich/bin:$PATH
setenv PATH $DIR/netcdf/bin:$PATH
setenv NETCDF $DIR/netcdf
setenv WRF_EM_CORE 1
- I configured to nb 32 and then 1, all runs smoothly
- UNTIL HERE where I want to ./compile em_real > & log.compile
- It runs for 5 minutes and then nothing, so I go in the log.compile file and get fatal errors for gfortran
- Tried to.
./clean -a
./configure
./compile em_real >& log.compile
- It's now the 5th if not more time I try and still nada.
I've attached the log.compile for someone to enlight me on this
Many thanks