~ubuntu-branches/ubuntu/saucy/slurm-llnl/saucy

« back to all changes in this revision

Viewing changes to src/sinfo/sinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2008-05-30 13:11:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530131130-l6ko6aie7xhrlmxe
Tags: 1.3.3-1
* New upstream release
* Removed patches to src/slurmctd/controller.c src/slurmdbd/slurmdbd.c
  doc/man/man1/sacctmgr.1 included to upstream
* Edited watch file to seek for 1.3 releases
* doc/man/man1/salloc.1 doc/man/man1/sbatch.1 doc/man/man5/slurm.conf.5
  patched to improve formatting and avoid manual warnings 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************\
2
2
 *  sinfo.h - definitions used for sinfo data functions
3
3
 *
4
 
 *  $Id: sinfo.h 10732 2007-01-10 18:39:14Z da $
 
4
 *  $Id: sinfo.h 13672 2008-03-19 23:10:58Z jette $
5
5
 *****************************************************************************
6
6
 *  Copyright (C) 2002-2006 The Regents of the University of California.
7
7
 *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
8
8
 *  Written by Joey Ekstrom <ekstrom1@llnl.gov>, Morris Jette <jette1@llnl.gov>
9
 
 *  UCRL-CODE-226842.
 
9
 *  LLNL-CODE-402394.
10
10
 *
11
11
 *  This file is part of SLURM, a resource management program.
12
12
 *  For details, see <http://www.llnl.gov/linux/slurm/>.
105
105
        hostlist_t ionodes;
106
106
#endif
107
107
        /* part_info contains partition, avail, max_time, job_size, 
108
 
         * root, share, groups */
 
108
         * root, share, groups, priority */
109
109
        partition_info_t* part_info;
110
110
        uint16_t part_inx;
111
111
} sinfo_data_t;
126
126
        bool max_time_flag;
127
127
        bool memory_flag;
128
128
        bool partition_flag;
 
129
        bool priority_flag;
129
130
        bool reason_flag;
130
131
        bool root_flag;
131
132
        bool share_flag;