cmpiling error for roms-kate_svn

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
hufang
Posts: 1
Joined: Mon Aug 08, 2016 3:47 pm
Location: IOCAS

cmpiling error for roms-kate_svn

#1 Unread post by hufang »

Dear users
I've been using ROMS 3.7. When I change to the roms-kate_svn (https://github.com/kshedstrom/roms),it kept compiling with errors.
Since my linux HPC is not allowed to connect to the Internet, I downloaded the roms-kate_svn.zip on a Win10 PC.
The build.bash working well for roms3.7,build_roms.sh ,and my_build_paths.sh for roms-kate_svn are in the attachment.

Here is the error.
------------------------------------------------------------------
svn: '.' is not a working copy
svn: '.' is not a working copy
rm -f -r core *.ipo /public/home/hufang/project/ecs922/Build_roms /public/home/hufang/make_macros.mk
svn: '.' is not a working copy
svn: '.' is not a working copy
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
cp -f /public/software/mathlib/netcdf/4.3.2/intel/include/netcdf.mod /public/home/hufang/project/ecs922/Build_roms
cp -f /public/software/mathlib/netcdf/4.3.2/intel/include/typesizes.mod /public/home/hufang/project/ecs922/Build_roms
cp -p /public/home/hufang/make_macros.mk /public/home/hufang/project/ecs922/Build_roms
svn: '.' is not a working copy
svn: '.' is not a working copy
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
cd /public/home/hufang/project/ecs922/Build_roms; /public/software/mpi/openmpi/intel/2.1.2/bin/mpif90 -c -fp-model precise -heap-arrays -ip -O3 -traceback -check uninit -ip -O3 mod_kinds.F
cd /public/home/hufang/project/ecs922/Build_roms; /public/software/mpi/openmpi/intel/2.1.2/bin/mpif90 -c -fp-model precise -heap-arrays -ip -O3 -traceback -check uninit -ip -O3 -free -free mod_strings.F
cd /public/home/hufang/project/ecs922/Build_roms; /public/software/mpi/openmpi/intel/2.1.2/bin/mpif90 -c -fp-model precise -heap-arrays -ip -O3 -traceback -check uninit -ip -O3 mod_types.F
make: *** No rule to make target `/public/home/hufang/project/ecs922/Build_roms/round.f90', needed by `/public/home/hufang/project/ecs922/Build_roms/round.o'. Stop.
make: *** Waiting for unfinished jobs....
ifort: command line warning #10212: -fp-model precise evaluates in source precision with Fortran.
ifort: command line warning #10212: -fp-model precise evaluates in source precision with Fortran.
ifort: command line warning #10212: -fp-model precise evaluates in source precision with Fortran.
ifort: error #10236: File not found: 'mod_types.F'
ifort: command line error: no files specified; for help type "ifort -help"
ifort: error #10236: File not found: 'mod_kinds.F'
ifort: command line error: no files specified; for help type "ifort -help"
ifort: error #10236: File not found: 'mod_strings.F'
ifort: command line error: no files specified; for help type "ifort -help"
make: *** [/public/home/hufang/project/ecs922/Build_roms/mod_types.o] Error 1
make: *** [/public/home/hufang/project/ecs922/Build_roms/mod_kinds.o] Error 1
make: *** [/public/home/hufang/project/ecs922/Build_roms/mod_strings.o] Error 1
Attachments
my_build_paths.sh
(14.27 KiB) Downloaded 141 times
build_roms.sh
(11.65 KiB) Downloaded 147 times
build.bash
(16.88 KiB) Downloaded 149 times

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: cmpiling error for roms-kate_svn

#2 Unread post by kate »

make: *** No rule to make target `/public/home/hufang/project/ecs922/Build_roms/round.f90', needed by `/public/home/hufang/project/ecs922/Build_roms/round.o'. Stop.
I am not aware of any round.F or .f90 file. I haven't updated my code in quite some time, so I'm missing things from the main trunk. Which file has a "use round" or whatever? Maybe you need a fresh "make depend".

Anyway, I've moved on to a different ocean model, not supporting that one any more. Why would you be downloading it?

Post Reply