• Change INITRD
cp ~/ktpedre/pristine-patches/linuxrc-unified REL_1_5_39/linux/initrd/roots
  • Environment variables
export MYSQL_DIR=${RELEASE_VER}/utils/mysql/4.0.26/64
export YOD_STANDALONE=1
export PTL_NAL_TYPE=UKSS
export NOPBS=1
export NO_NISYS=1
  • Modify the Makefile

(THIS is WRONG, fix add patch to comment out math PSP and PSP2 lines)

Index: Makefile
 
===================================================================
--- Makefile    (revision 5425)
+++ Makefile    (working copy)
@@ -106,7 +106,7 @@
 
 ## Don't build tests until we have compilation drivers
 ifndef STRIDER
-SUBDIRS += ipc/portals_fw/tests
+## SUBDIRS += ipc/portals_fw/tests
 endif
 
 ifeq (RSMS,$(wildcard RSMS))
@@ -390,10 +390,10 @@
 MPIDIRS += PW
 MPICONFIGS += mpich2P2W
 MPIDIRS += P2W
-MPICONFIGS += mpich2PSP
-MPIDIRS += PSP
-MPICONFIGS += mpich2PSP2
-MPIDIRS += PSP2
+## MPICONFIGS += mpich2PSP
+## MPIDIRS += PSP
+## MPICONFIGS += mpich2PSP2
+## MPIDIRS += PSP2
 ifeq (64,$(BITS))
 MPICONFIGS += mpich2GP2 mpich2GP
 MPIDIRS += GP2 GP
  • Workaround for incompatibilities with harness and coldstart
$ make
$ cp -R ~ktpedre/working/accel_fixes2/full-nightly/install/bin/snos32 ${RELEASE_VER}/install/bin
$ cp -R ~ktpedre/working/accel_fixes2/full-nightly/install/devFramework/harness ${RELEASE_VER}/install/devFramework
$ cp -R ~ktpedre/working/accel_fixes2/full-nightly/install/sys64 ${RELEASE_VER}/install 
$ cd ${RELEASE_VER}/catamount
$ make
 
/var/www/ssl/data/pages/kurt/os_noise/devharness/build_rel_1_5_39.txt · Last modified: 2008/01/07 12:37 (external edit)     Back to top