https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
We need more RAM in order to compile Olena and Vaucanson with ICC 9.0.
1GB is too short, and freezes the machine during the compilation (making it
temporarily unusable).
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Disable Olena ICC build on brasilia.
* buildfarm_worker/brasilia.fns: Disable Olena ICC build..
brasilia.fns | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Index: buildfarm_worker/brasilia.fns
--- buildfarm_worker/brasilia.fns (revision 388)
+++ buildfarm_worker/brasilia.fns (working copy)
@@ -51,9 +51,8 @@
# Vaucanson. #
# ----------- #
-# FIXME: 2006-07-26: Vaucanson has been temporarily added to
-# Brasilia. To be removed as soon as caracas is able to build
-# Vaucanson properly.
+# 2006-07-26: Vaucanson has been temporarily added to Brasilia. To be
+# removed as soon as caracas is able to build Vaucanson properly.
(
export CC="ccache gcc-3.4"
@@ -71,7 +70,6 @@
# 2006-09-15: (Temp.) disable the Vaucanson ICC build, as it makes an
# aggressive usage of brasilia's memory, and prevent any normal use of
# the machine in parallel.
-
# (
# export CC="ccache icc"
# export CXX="ccache icpc"
@@ -157,4 +155,8 @@
test_olena_tree olena-1.0 g++-3.4
test_olena_tree olena-1.0 g++-4.0
test_olena_tree olena-1.0 g++-4.1
-test_olena_tree olena-1.0 icpc
+
+# 2006-09-27: (Temp.) disable the Olena ICC build, as it makes an
+# aggressive usage of brasilia's memory, and prevent any normal use of
+# the machine in parallel.
+#test_olena_tree olena-1.0 icpc