Log of /MITgcm/verification/front_relax/code/.cvsignore
Parent Directory
| Revision Log
| Revision Graph
Revision
1.1.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 25 15:08:05 2001 UTC
(23 years, 8 months ago)
by
adcroft
Branch:
branch-atmos-merge
CVS Tags:
branch-atmos-merge-freeze
Changes since
1.1: +3 -0 lines
Diff to
previous 1.1
, to
next main 1.12
o No longer use -f option for links. This was dangerous in the hands
of the incompetent
o Now use rules to create links.
o Added -rootdir= and -mymods= options.o
This allows multiple experiments to be concurrently compiled
from the same source code which greatly reduces testing/debuggin time.
The original mode of oepration:
cd bin;
../tools/genmake
make depend
make
is as before except the default action is to make Makefile
rather than Makefile.$platform
From the experiments location:
cd verification/myexp/code (or location of additional/modified code)
../../../tools/genmake -rootdir=../../.. (or absolute path)
make depend
make
Or if you are really sick:
cd verification/myexp/inputs (or location where executable will be run)
../../../tools/genmake -rootdir=../../.. -mymods=../code (or absolute paths)
make depend
make
Still to be done:
Implement this under autoconf/make!?
Revision
1.1
Thu Jan 25 15:08:05 2001 UTC
(23 years, 8 months ago)
by
adcroft
Branch:
MAIN
Branch point for:
branch-atmos-merge
FILE REMOVED
file .cvsignore was initially added on branch branch-atmos-merge.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.