[m-rev.] diff: add aral
Zoltan Somogyi
zs at cs.mu.OZ.AU
Mon Mar 31 19:30:02 AEST 2003
The actual cron job will be created shortly.
Zoltan.
tools/test_mercury:
tools/run_all_tests_from_cron:
Add aral to the list of machines we test Mercury on.
cvs diff: Diffing .
Index: run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.59
diff -u -b -r1.59 run_all_tests_from_cron
--- run_all_tests_from_cron 17 Jan 2003 07:47:04 -0000 1.59
+++ run_all_tests_from_cron 28 Mar 2003 13:00:01 -0000
@@ -97,6 +97,13 @@
*) BRANCH=latest ;;
esac
;;
+ aral)
+ #
+ # Aral has limited disk space, and not having to expend it
+ # on the release branch helps conserve it.
+ #
+ BRANCH=latest
+ ;;
*)
#
# For the remaining hosts, do the reverse:
Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.238
diff -u -b -r1.238 test_mercury
--- test_mercury 18 Feb 2003 09:06:08 -0000 1.238
+++ test_mercury 28 Mar 2003 13:00:51 -0000
@@ -205,6 +205,7 @@
roy) OPTIMIZE=-O4 ;; # hlc
hydra) OPTIMIZE=-O2 ;;
ender) OPTIMIZE=-O3 ;;
+ aral) OPTIMIZE=-O5 ;;
venus) case "$C_COMPILER" in
gcc) OPTIMIZE=-O5 ;;
*) OPTIMIZE=-O2 ;;
@@ -291,7 +292,7 @@
# So if you modify this list of hosts, you need to also modify
# run_all_tests_from_cron.
case $HOST in
- hg|ender|roy|venus|earth|mars|ceres)
+ hg|ender|roy|venus|earth|mars|ceres|aral)
INSTALL_DIR=/home/$HOST/public/$INSTALL_DIR_NAME/$FULLARCH ;;
*)
INSTALL_DIR=$TOPDIR/$INSTALL_DIR_NAME/$FULLARCH ;;
@@ -346,6 +347,7 @@
earth) PARALLEL= ;; # one CPU
mars) PARALLEL= ;; # one CPU
ceres) PARALLEL= ;; # one CPU
+ aral) PARALLEL= ;; # one CPU
*) PARALLEL= ;;
esac
@@ -498,6 +500,16 @@
# on at least one host
CONFIG_OPTS="--enable-nogc-grades"
;;
+ aral)
+ #
+ # Aral has limited disk space, and not having to expend it
+ # on grades not needed by its primary user (zs) helps to
+ # conserve it.
+ #
+ INSTALL_LIBGRADES="asm_fast.gc asm_fast.gc.debug.tr \
+ asm_fast.gc.mm asm_fast.gc.mm.debug \
+ asm_fast.gc.profdeep hlc.gc"
+ ;;
*)
CONFIG_OPTS="" ;;
esac
@@ -1054,6 +1066,9 @@
;;
ceres)
fullname=i686-pc-linux-libc2.2-gnu-O5-hlc
+ ;;
+ aral)
+ fullname=i686-pc-linux-libc2.3-gnu-O5
;;
roy)
fullname=i686-pc-linux-libc2.1-gnu-O4-hlc
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list