Changeset 217 for trunk


Ignore:
Timestamp:
04/09/10 09:21:26 (14 years ago)
Author:
bas
Message:

Only support installations that have pbs-config installed

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r214 r217  
    1 =========== 3.8.0
     1=========== 4.0.0
    22  * Added some new functions for 2.4 version:
    33    - pbs_fbserver(void);
     
    1212    Note: version 2.1.X is still supported
    1313
    14 
     14  * autotools environment
     15    - Added support for finding pbs-config (borrowed for mpiexec source)
     16    - Detecting which version of torque is installed
     17    - only support installations that have pbs-config installed.
     18    - Removed old code for installations that do not a have pbs-config
     19      installed.
    1520
    1621=========== 3.6.0
  • trunk/configure

    r216 r217  
    16891689  pbs_version="`$PBSCONFIG --version`"
    16901690else
     1691  { { echo "$as_me:$LINENO: error: Failed to find program pbs-config" >&5
     1692echo "$as_me: error: Failed to find program pbs-config" >&2;}
     1693   { (exit 1); exit 1; }; }
    16911694  pbs_library_DIR=""
    16921695  pbs_version=""
  • trunk/configure.in

    r216 r217  
    2020  pbs_version="`$PBSCONFIG --version`"
    2121else
    22   pbs_library_DIR=""
    23   pbs_version=""
     22  AC_MSG_ERROR([Failed to find program pbs-config])
    2423fi
    2524AC_SUBST(pbs_library_dir)
Note: See TracChangeset for help on using the changeset viewer.