tuned settings for target platforms;
authorwenzelm
Mon, 24 Mar 2008 15:55:22 +0100
changeset 26369 01ee1168088b
parent 26368 3e74b09ce466
child 26370 2a4f0d0621f1
tuned settings for target platforms;
Admin/isatest/isatest-makeall
--- a/Admin/isatest/isatest-makeall	Thu Mar 20 17:38:55 2008 +0100
+++ b/Admin/isatest/isatest-makeall	Mon Mar 24 15:55:22 2008 +0100
@@ -48,20 +48,17 @@
 # make file flags and nice setup for different target platforms
 case $HOSTNAME in
     atbroy51)
-        # 2 processors
         MFLAGS="-j 2"
-        # MFLAGS=""
         NICE=""
         ;;
 
     atbroy98)
-	MFLAGS=""
-	NICE=""
-	;;
+        MFLAGS=""
+        NICE=""
+        ;;
 
     atbroy31)
-        # cluster
-        MFLAGS="-j 5"
+        MFLAGS="-j 2"
         ;;
   
     sunbroy2)
@@ -79,6 +76,11 @@
         NICE=""
         ;;
 
+    macbroy2[0-9])
+        MFLAGS="-j 2"
+        NICE=""
+        ;;
+
     *)
         MFLAGS=""
         # be nice by default