I checked again with those two problems and make sure I made these two things right, and still get this error:
Building the WRF-ARW decoder (requires export NetCDF lib/include)
ERROR
-lnetcdff -L../library -lhysplit
ld: cannot find -lhysplit
make: *** [arw2arl] Error 1
Do you have any idea where ...
Search found 12 matches
- December 21st, 2016, 11:58 am
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
- December 19th, 2016, 1:13 am
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
Re: Problem with update.sh
I just download the source code and do everything all over again, and now the problem seems to do with my netCDF, my version is 4.1.1.
I changed the Makefile in /cmaq, /exec,/library/hysplit,library/lbfgsb and /data2arl/arw2arl, to make the compilers from gfortran to ifort like this:
#CFLAGS ...
I changed the Makefile in /cmaq, /exec,/library/hysplit,library/lbfgsb and /data2arl/arw2arl, to make the compilers from gfortran to ifort like this:
#CFLAGS ...
- December 13th, 2016, 11:04 am
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
Re: Problem with update.sh
i tried again and it's the same problem as before, it stopped at building exec directory programs, and I went to see the compile.log it showed:
lbfgsb.f:(.text+0xacc1): undefined reference to `_gfortran_st_write'
lbfgsb.f:(.text+0xacd0): undefined reference to `_gfortran_st_write_done'
lbfgsb.f ...
lbfgsb.f:(.text+0xacc1): undefined reference to `_gfortran_st_write'
lbfgsb.f:(.text+0xacd0): undefined reference to `_gfortran_st_write_done'
lbfgsb.f ...
- December 12th, 2016, 8:44 pm
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
Re: Problem with update.sh
Yes, My server has intel fortran installed, version 10.
ariel.stein wrote:Do you have ifortran installed?
- December 12th, 2016, 10:32 am
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
Re: Problem with update.sh
Thank you for your help, I've followed your suggestion and changed the compiler in all those three, but now I get errors like this:
dos2unix: converting file smkrun.sh to UNIX format ...
Building fcsubs library
Building hysplit source library
ERROR
And I went to see the compile.log, at the end of ...
dos2unix: converting file smkrun.sh to UNIX format ...
Building fcsubs library
Building hysplit source library
ERROR
And I went to see the compile.log, at the end of ...
- December 12th, 2016, 7:19 am
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
Re: Problem with update.sh
Also, since my compiler is intel fortran, I've changed the Makefile under /home/xxx/hysplit/trunk/library/hysplit and /trunk/exec, changing the compiler from gfortran to intel fortran by comment and uncomment those lines:
# fortran compilers and flags
# CFLAGS = $(GFOR)
# FC = gfortran
CFLAGS ...
# fortran compilers and flags
# CFLAGS = $(GFOR)
# FC = gfortran
CFLAGS ...
- December 12th, 2016, 6:18 am
- Forum: HYSPLIT for LINUX
- Topic: Problem with update.sh
- Replies: 12
- Views: 17620
Problem with update.sh
Dear Forum,
I'm having trouble using update.sh after downloading code using wget(which I've just downloaded a few days ago), here is my problem.
Repository location (local, server):
server
Enter command (export, checkout, log, version):
checkout
./update.sh: line 31: svn: command not found
./update ...
I'm having trouble using update.sh after downloading code using wget(which I've just downloaded a few days ago), here is my problem.
Repository location (local, server):
server
Enter command (export, checkout, log, version):
checkout
./update.sh: line 31: svn: command not found
./update ...
- May 26th, 2015, 4:40 am
- Forum: HYSPLIT for LINUX
- Topic: Problems on updating and compiling the linux version
- Replies: 7
- Views: 9940
Re: Problems on updating and compiling the linux version
Hi, I have some other problems. Though I can't properly compile it, I run the xrun.scr and got some pictures.
But they can't fit into one ps file, actually the line was:
Multi-processor executable (310) not available
Do you know why this problem happened?
But they can't fit into one ps file, actually the line was:
Multi-processor executable (310) not available
Do you know why this problem happened?
- May 25th, 2015, 10:44 pm
- Forum: HYSPLIT for LINUX
- Topic: Problems on updating and compiling the linux version
- Replies: 7
- Views: 9940
Re: Problems on updating and compiling the linux version
Thank you for you advice!
But I am pretty sure that I have change the statements in Makefiles right and my netcdf libraries are there. I checked my compile.log under the trunk directory and found those lines:
get1dv.f:5: Error: Can't open included file 'netcdf.inc'
make[1]: *** [member] Error 1 ...
But I am pretty sure that I have change the statements in Makefiles right and my netcdf libraries are there. I checked my compile.log under the trunk directory and found those lines:
get1dv.f:5: Error: Can't open included file 'netcdf.inc'
make[1]: *** [member] Error 1 ...
- May 22nd, 2015, 9:50 pm
- Forum: HYSPLIT for LINUX
- Topic: Problems on updating and compiling the linux version
- Replies: 7
- Views: 9940
Re: Problems on updating and compiling the linux version
Sorry to bother you again.
I did what you told but still couldn't compile. And I'm sure my netCDF libraries are there.
But I look into the compile.log and find
get1dv.f:5: Error: Can't open included file 'netcdf.inc'
make[1]: *** [member] Error 1
make[1]: Leaving directory `/home/yyj/hysplit/trunk ...
I did what you told but still couldn't compile. And I'm sure my netCDF libraries are there.
But I look into the compile.log and find
get1dv.f:5: Error: Can't open included file 'netcdf.inc'
make[1]: *** [member] Error 1
make[1]: Leaving directory `/home/yyj/hysplit/trunk ...