Jeff Squyres
330d8aa52d
Make that message only print if we're in debugging mode (avoid
...
spurrious cron e-mails to the job owner :-) )
This commit was SVN r2423.
2004-09-01 08:59:13 +00:00
Jeff Squyres
7bb9f8d78d
Oops -- ensure that we keep the "last tarball tested" file on a
...
per-host / per-config basis because some people (like me!) have a
common scratch root on NFS for multiple machines (e.g., share a
downloads directory).
This commit was SVN r2410.
2004-08-31 11:27:53 +00:00
Jeff Squyres
2e31e2aaa6
Several improvements to the nightly build script:
...
- ensure to only keep a finite number of old build roots around (build
roots are kept if you --leave-install or if there was a build error
-- so you can go look and see what the error was, etc.)
- check to see if the last run already built the same tarball version
that's currently on the nightly build website -- if we've already
tested it, there's no point in compiling / testing it again. This
should cut down on the volume of [repetitive] testing e-mails to the
mailing list.
- add --force parameter to override ^^ -- *always* compile/test,
regardless of whether we have tested that version before.
- fix logic removing old tarballs
This commit was SVN r2405.
2004-08-31 09:36:56 +00:00
Jeff Squyres
8026bf4db2
Make the example flags a little better
...
This commit was SVN r2384.
2004-08-29 19:49:10 +00:00
Jeff Squyres
8869ebb16e
Even better e-mail subject lines
...
This commit was SVN r2377.
2004-08-29 12:42:46 +00:00
Jeff Squyres
90e68fe64e
Put the version number in the e-mail subject
...
This commit was SVN r2376.
2004-08-29 11:59:12 +00:00
Jeff Squyres
92c4d73082
Remove old build-the-tarball script; this script has been replaced
...
with build_tarball.pl.
This commit was SVN r2321.
2004-08-27 10:08:32 +00:00
Jeff Squyres
ca8768ef53
A few more changes for older perl versions
...
This commit was SVN r2307.
2004-08-25 18:37:14 +00:00
Jeff Squyres
f578d8cf52
Updates so that it will work with older versions of perl
...
This commit was SVN r2306.
2004-08-25 18:31:43 +00:00
Jeff Squyres
6c47f6823e
- No, I really do want that debug output. :-)
...
- Make the "uname" stderr go to /dev/null -- it's not the same on all
platforms (grumble)
This commit was SVN r2294.
2004-08-25 11:39:03 +00:00
Jeff Squyres
e4c0c75a20
- Fix an infinite loop (oops, forgot ++$i)
...
- Remove debugging output
- Minor re-ordering of e-mail report
This commit was SVN r2293.
2004-08-25 11:02:39 +00:00
Jeff Squyres
844f043ffa
/usr/bin/env is portable; /bin/env is not :-)
...
This commit was SVN r2292.
2004-08-25 08:31:48 +00:00
Jeff Squyres
7d4905cf5b
- Remove a few debugging lines
...
- Fix problem with builds with no configure options
This commit was SVN r2289.
2004-08-24 22:27:54 +00:00
Jeff Squyres
4a1a26c35b
Revamped test_build.pl script to be a bit more robust. Also committed
...
sample configuration file (the comments are much longer than the
configurations! :-).
This commit was SVN r2286.
2004-08-24 21:30:42 +00:00
Jeff Squyres
f40018bb4a
A few minor additions; rename to build_tarball.pl so that there's no
...
confusion on what this script actually does (i.e., it does *not* run
the various test suites, etc. -- it just tries to build the tarball
and link some simple "hello world" MPI apps; it doesn't even try to
run them).
--This line, and those below will be ignored--
D nightly/test_tarball.pl
A nightly/build_tarball.pl
This commit was SVN r2269.
2004-08-23 20:59:55 +00:00
Jeff Squyres
c61d124c76
Huge improvement over previous nightly test script; not quite finished
...
yet (still have stdout/stderr separated -- need to merge in some kind
of sane way). Will send details of how to use this script to the
devel list soon.
This commit was SVN r2265.
2004-08-23 11:34:20 +00:00
Jeff Squyres
6bdbb731b8
No need for the entire output when the creation fails; let's try
...
sending the last 100 lines and see how that works out.
This commit was SVN r2255.
2004-08-23 06:35:28 +00:00
Jeff Squyres
885f2213fb
Cut down on the output sent; we really don't need 250 lines worth of
...
output. Let's try 100 and see how that goes.
This commit was SVN r2254.
2004-08-23 06:25:59 +00:00
Brian Barrett
9c2eea86bb
* Fix typo in nightly build test
...
This commit was SVN r2197.
2004-08-18 13:53:35 +00:00
Jeff Squyres
faf6b194b4
First cut of a revamped nightly compile script
...
This commit was SVN r2178.
2004-08-17 05:10:26 +00:00
Jeff Squyres
91a1458120
Make the mail a little smaller
...
This commit was SVN r1836.
2004-08-02 11:27:19 +00:00
Jeff Squyres
525e451ac0
Make the report a little more explicit -- show "[default]" when
...
running a configuration with no configure argv
This commit was SVN r1834.
2004-08-02 03:23:53 +00:00
Jeff Squyres
d1bf0f8b06
Expand the unimplemented report to also count how many unimplemented
...
f77 functions there are
This commit was SVN r1833.
2004-08-02 03:03:16 +00:00
Jeff Squyres
5ae8e39fb2
count how many top-level MPI functions are unimplemented
...
This commit was SVN r1819.
2004-07-30 11:48:20 +00:00
Jeff Squyres
f6c81cd0dd
tune up the output, and fix the message filenames
...
This commit was SVN r1780.
2004-07-18 12:47:49 +00:00
Jeff Squyres
2d2bfbc487
eliminate extraneous output from the nightly build, avoiding a second
...
cron-generated e-mail
This commit was SVN r1777.
2004-07-18 12:39:36 +00:00
Jeff Squyres
d1bbdc8433
More portability fixes
...
This commit was SVN r1755.
2004-07-16 02:59:16 +00:00
Jeff Squyres
c5d333dbaa
Some portablity updates
...
This commit was SVN r1754.
2004-07-15 22:38:39 +00:00
Jeff Squyres
663e0fd468
Oops! Turn debugging output off. :-)
...
This commit was SVN r1753.
2004-07-15 22:02:22 +00:00
Jeff Squyres
f1986ee41d
First cut of the nightly test tarball. Instructions coming to devel
...
list.
This commit was SVN r1752.
2004-07-15 21:22:29 +00:00
Jeff Squyres
9e4f0fd9f9
Checkpoint -- should be complete
...
This commit was SVN r1748.
2004-07-15 19:16:24 +00:00
Jeff Squyres
168027843a
More updates and fixes
...
This commit was SVN r1737.
2004-07-15 13:53:44 +00:00
Jeff Squyres
215451f67e
Fix error message
...
This commit was SVN r1734.
2004-07-15 11:59:27 +00:00
Jeff Squyres
0be361cee0
A few minor updates -- put in a placemarker where we want to "trim to
...
N snapshots"
This commit was SVN r1733.
2004-07-15 11:36:17 +00:00
Jeff Squyres
2b6f79d94f
Minor updates
...
This commit was SVN r1732.
2004-07-15 05:57:03 +00:00
Jeff Squyres
398686dcd0
First cut at a "make a nightly tarball" script. Will finish the "test
...
the nightly tarball script in the morning."
This commit was SVN r1731.
2004-07-15 05:28:07 +00:00