Whamcloud - gitweb
Branch b1_6
authorbobijam <bobijam>
Wed, 6 Aug 2008 02:17:02 +0000 (02:17 +0000)
committerbobijam <bobijam>
Wed, 6 Aug 2008 02:17:02 +0000 (02:17 +0000)
b=16205
i=joahnn, adilger

low-memory tunings for BlueGene/L.

lnet/libcfs/debug.c

index 96a30c2..aceed22 100644 (file)
@@ -115,7 +115,9 @@ EXPORT_SYMBOL(libcfs_kmemory);
 
 static cfs_waitq_t debug_ctlwq;
 
-#ifdef __arch_um__
+#ifdef HAVE_BGL_SUPPORT
+char debug_file_path[1024] = "/bgl/ion/tmp/lustre-log";
+#elif defined(__arch_um__)
 char debug_file_path[1024] = "/r/tmp/lustre-log";
 #else
 char debug_file_path[1024] = "/tmp/lustre-log";