Changes between Version 5 and Version 6 of BlueGene

Show
Ignore:
Timestamp:
01/30/08 10:50:44 (22 months ago)
Author:
anonymous (IP: 140.221.10.150)
Comment:

fix monosopace formatting

Legend:

Unmodified
Added
Removed
Modified
  • BlueGene

    v5 v6  
    1111 * now copy /usr/src/linux-VERSION somewhere else.  Ignore the /usr/src/linux-VERSION-obj directory.  It's useless to us. 
    1212 * copy /boot/config-VERSION to .config in the new linux kernel source tree you made 
    13  * {make oldconfig modules}  (secret hint: you can kill the build process as soon as you see the first module is built but it's ok if you let it go all the way) 
     13 * {{{make oldconfig modules}}}  (secret hint: you can kill the build process as soon as you see the first module is built but it's ok if you let it go all the way) 
    1414 
    1515=== Building PVFS === 
     
    1717Phew, now with a real properly configured kernel tree you can get down to work.  The BlueGene login nodes are (usually) PPC64, and so require a 64-bit build.  No problem.  Just make sure to compile with -m64 added to your CFLAGS and LDFLAGS 
    1818 
    19  * {CFLAGS="-m64" LDFLAGS="-m64" configure --with-kernel=/path/to/your/kernel --disable-server} 
    20  * {make kmod} 
     19 * {{{CFLAGS="-m64" LDFLAGS="-m64" configure --with-kernel=/path/to/your/kernel --disable-server}}} 
     20 * {{{make kmod}}} 
    2121 
    2222