1. 20 Jan, 2011 7 commits
  2. 19 Jan, 2011 16 commits
  3. 18 Jan, 2011 13 commits
  4. 17 Jan, 2011 1 commit
  5. 15 Jan, 2011 3 commits
    • Moe Jette's avatar
      minor code movement based upon Gerrit's patch: · d282ddc4
      Moe Jette authored
      06_node-reordering-first-run-test-always.diff
      d282ddc4
    • Moe Jette's avatar
      checkin changes based upon running autogen.sh · 80f864bf
      Moe Jette authored
      80f864bf
    • Moe Jette's avatar
      Patches from Gerrit: · 5d70e40f
      Moe Jette authored
      24_Cray-deprecate-HAVE_CRAY.diff and
      
      various files: deprecate HAVE_CRAY
      
      This 
       * replaces HAVE_CRAY (which is an untested configure option) 
       * with HAVE_NATIVE_CRAY which tests for Cray-specific files and
       * deprecates the apbasil location (which has been /usr/bin/apbasil since XT3).
      
      This distinction is used to disable code on systems that do not support Cray
      ALPS interaction.
      
      25_Cray-test-for-native-cray-system.diff
      Cray: test for native system
      
      This changes the autoconf logic so that
       * HAVE_CRAY is defined to enable basic Cray XT/XE support;
       * HAVE_NATIVE_CRAY is defined on native Cray XT/XE systems only.
      
      The distinction is necessary due to the user of multi-cluster systems, which
      may need to load the select/cray plugin, but which are not native Cray systems
      (such as e.g. the slurmdbd host).
      
      In particular, when building with support for remote execution of Cray jobs,
      it would be wrong to set FRONT_END mode locally on the clients. Hence only
      set this when building on a native Cray system.
      5d70e40f