I seem to have a very simple compilation problem, but I'm sorry I don't know how to fix it.
I have a working directory COAWST_master/ in my remote machine with a coawst.bash file, and I need to compile in that working directory to generate the corresponding coawst.M. However, I mistakenly copied the coawst.bash to COAWST_master/Projects/upwelling for compilation, and there is no doubt that it is reporting an error.
Strangely enough, when I run./coawst.bash in the correct working directory, It also reports an error:
I used to compile in COAWST_master/ without any problems. I'm not using svn in my working directory, and I've made sure that MY_ROOT_DIR and MY_PROJECT_DIR point to the correct path. So why is this a problem?svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
rm -f -r core *.ipo ./Build /home/cy22/make_macros.mk
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
cp -f /mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/netcdf/include/netcdf.mod ./Build
cp -f /mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/netcdf/include/typesizes.mod ./Build
cp -p /home/cy22/make_macros.mk ./Build
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
\
cd ./Build; \
cpp -P -DFujian -D'HEADER="fujian.h"' -D'ROMS_HEADER="/mnt/sdd/cy22/COAWST-master/Projects/Fujian//fujian.h"' -I/mnt/sdd/cy22/COAWST-master//ROMS/Include /mnt/sdd/cy22/COAWST-master//Master/MCT_coupler/mod_coupler_kinds.F > mod_coupler_kinds.f90; \
/mnt/sdd/cy22/COAWST-master//ROMS/Bin/cpp_clean mod_coupler_kinds.f90;
\
/mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/mpich/bin/mpif90 -c -frepack-arrays -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -frecord-marker=4 -fconvert=big-endian -I/usr/include mod_coupler_kinds.f90; \
cpp -P -DFujian -D'HEADER="fujian.h"' -D'ROMS_HEADER="/mnt/sdd/cy22/COAWST-master/Projects/Fujian//fujian.h"' -I/mnt/sdd/cy22/COAWST-master//ROMS/Include /mnt/sdd/cy22/COAWST-master//Master/MCT_coupler/mct_coupler_params.F > mct_coupler_params.f90; \
/mnt/sdd/cy22/COAWST-master//ROMS/Bin/cpp_clean mct_coupler_params.f90;
\
/mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/mpich/bin/mpif90 -c -frepack-arrays -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -frecord-marker=4 -fconvert=big-endian -I/usr/include mct_coupler_params.f90;
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrfclean'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrf'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrfhydroclean'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrfhydro'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'ww3clean'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'ww3'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: 'Build' is up to date.
Thank you for your interesting suggestions