[MITgcm-devel] testreport on SP4

Ed Hill ed at eh3.com
Fri Jan 13 10:53:12 EST 2006


On Fri, 2006-01-13 at 16:43 +0100, Martin Losch wrote:
> Hi Jean-Michel,
> 
> You found the problem
> ls -1 Makefile *.[fFhco] mitgcmuv
> does actually leads to
> /usr/bin/ls: Arg list too long.
> And consequently *NO* files from ldir=build is linked into tr_run.thSI 
> (and thus, mitgcmuv isn't, either).
> 
> Why is it necessary to link (almost) all files from the build directory 
> into the run directory? Wouldn't mitgcmuv suffice?


Aha!  OK, I can fix that with some fairly simple Bourne shell changes.
Good debugging to both you and (Martin) and Jean-Michel!!!

And the reason all the files are needed is that, in many cases, the
model is run using "make output.txt" command which, being a make
statement, will cause the automatic rebuild of all missing or
out-of-date files.  So, by linking all of the files in, nothing except
the actual "output.txt" should get updated by make.

Ed

-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Rm 54-1424;  77 Massachusetts Ave.
             Cambridge, MA 02139-4307
emails:  eh3 at mit.edu                ed at eh3.com
URLs:    http://web.mit.edu/eh3/    http://eh3.com/
phone:   617-253-0098
fax:     617-253-4464




More information about the MITgcm-devel mailing list