Changed version to 3.3.2
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@150 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
parent
e0baa93dc8
commit
0efe0c2f0e
@ -1,3 +1,5 @@
|
||||
Maui 3.3.2
|
||||
|
||||
Maui 3.3.1
|
||||
- Fixed issue where hostlist was being overwritten resulting in broken $PBS_NODEFILE. (Alexis Cousein)
|
||||
- Fixed issue where users could set system priority on their own jobs. (Bas van der Vlies)
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
Maui Scheduler, Release 3.3.1
|
||||
Maui Scheduler, Release 3.3.2
|
||||
|
||||
This package contains the Maui Scheduler, an advance reservation based HPC
|
||||
batch scheduler with extensive job management and resource optimization
|
||||
|
18
configure
vendored
18
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.57 for maui 3.3.1.
|
||||
# Generated by GNU Autoconf 2.57 for maui 3.3.2.
|
||||
#
|
||||
# Report bugs to <help@supercluster.org>.
|
||||
#
|
||||
@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='maui'
|
||||
PACKAGE_TARNAME='maui'
|
||||
PACKAGE_VERSION='3.3.1'
|
||||
PACKAGE_STRING='maui 3.3.1'
|
||||
PACKAGE_VERSION='3.3.2'
|
||||
PACKAGE_STRING='maui 3.3.2'
|
||||
PACKAGE_BUGREPORT='help@supercluster.org'
|
||||
|
||||
ac_unique_file="src/mcom/MConst.c"
|
||||
@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures maui 3.3.1 to adapt to many kinds of systems.
|
||||
\`configure' configures maui 3.3.2 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -837,7 +837,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of maui 3.3.1:";;
|
||||
short | recursive ) echo "Configuration of maui 3.3.2:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -939,7 +939,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
maui configure 3.3.1
|
||||
maui configure 3.3.2
|
||||
generated by GNU Autoconf 2.57
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -954,7 +954,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by maui $as_me 3.3.1, which was
|
||||
It was created by maui $as_me 3.3.2, which was
|
||||
generated by GNU Autoconf 2.57. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -6949,7 +6949,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by maui $as_me 3.3.1, which was
|
||||
This file was extended by maui $as_me 3.3.2, which was
|
||||
generated by GNU Autoconf 2.57. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -7004,7 +7004,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
maui config.status 3.3.1
|
||||
maui config.status 3.3.2
|
||||
configured by $0, generated by GNU Autoconf 2.57,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT(maui, 3.3.1, help@supercluster.org)
|
||||
AC_INIT(maui, 3.3.2, help@supercluster.org)
|
||||
AC_CONFIG_SRCDIR([src/mcom/MConst.c])
|
||||
#AC_CONFIG_HEADER([config.h])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION 3.3.1
|
||||
VERSION 3.3.2
|
||||
PACKAGE moab
|
||||
AUTHOR Cluster Resources, Inc
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "moab-local.h"
|
||||
#include "mcom.h"
|
||||
|
||||
#define MOAB_VERSION "3.3.1"
|
||||
#define MOAB_VERSION "3.3.2"
|
||||
|
||||
/* elemental objects */
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define MSCHED_VERSION "3.3.1"
|
||||
#define MSCHED_VERSION "3.3.2"
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION 3.3.1
|
||||
VERSION 3.3.2
|
||||
PACKAGE moab
|
||||
AUTHOR Cluster Resources, Inc
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION 3.3.1
|
||||
VERSION 3.3.2
|
||||
PACKAGE moab
|
||||
AUTHOR Cluster Resources, Inc
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile for Maui 3.3.1
|
||||
# Makefile for Maui 3.3.2
|
||||
# Copyright 1999 - 2010 Cluster Resources, Inc, All Rights Reserved
|
||||
|
||||
TOP =../..
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION 3.3.1
|
||||
VERSION 3.3.2
|
||||
PACKAGE maui
|
||||
AUTHOR Cluster Resources, Inc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user