pkgsrc/parallel/sge/PLIST
markd 5debe19e0c Update to sge 8.1.6
Version 8.1.6
-------------

* Bug fixes

Version 8.1.5
-------------

* Bug fixes

Version 8.1.4
-------------

Milestone version: over 1000 patches since the last from Sun

* Bug fixes

* Enhancements

  * qacct:  print category information; support -A like -P ; make
    -u a synonym for -o; -E selects on job end times read from
    standard input with -f
  * Move manager/operator setup in startup scripts
  * Installation creates an environment modules file
  * Add monitor_qmaster.sh script
  * Write shepherd panic messages to syslog, not into /tmp
  * Add .desktop file for qmon
  * rpm/dpkg packaging allows building against motif (recent Debian/Fedora)
  * Accounting reports qmaster-enforced resource limits (only on master PE
    task if accounting_summary is false)
  * Add "smp" to the default queue PE list
  * install_execd doesn't check the presence of (mostly irrelevant) binaries
  * Add configuration for logcheck

* Potentially incompatible changes

  * renew_all_certs.ksh re-named to renew_all_certs.sh
  * Expand $ja_task_id to 0 for non-array jobs
  * Move manager/operator setup in startup scripts
  * For security reasons, installation defaults for min_uid, min_gid in
    sge_conf(5) are now 100 without CSP.  See
    <http://arc.liv.ac.uk/SGE/howto/sge-security.html>
  * RPM layout changed to put relevant ones under noarch (on RHEL6 and
    recent Fedora), with a separate guiinst package
  * Memory values can be input and output in TB or tB (possible
    incompatibility parsing output)
  * Reduce execd CPU time reading large smaps files from Linux /proc and
    provide USE_SMAPS in execd_params to turn it on (default now off
    because huge smaps are generated by some programs)
  * Remove redundant -verify option from qsh, qlogin (per doc)

Version 8.1.3
-------------

* Bug fixes

* Enhancements

  * Document Interix building explicitly
  * qstat reports array task maximum concurrency
  * qstatus removes [] suffix for non-array jobs if -t was requested
  * Read /etc/default/{sgeexecd,sgemaster} to allow customizing rc scripts
  * Location of daemon pid files can be specified with SGE_QMASTER_PIDFILE,
    SGE_EXECD_PIDFILE
  * Debian packaging (as an add-on, installing into /opt/sge)
  * Expand $sge_root and $sge_cell in the definitions of prolog and
    similar methods
  * Check in init script that shepherd will load
  * Add lx-armhf architecture
  * On Linux and NetBSD, report jobs' virtual memory usage as accurately
    as possible
  * Add -nobincheck installation option to avoid checking binaries
  * Add some build hooks, useful for Debian particularly.

* Potentially incompatible changes

  * qacct prints units (might affect parsing the output)
  * Correct spelling of "comunication_error" in qstat XML error output
  * Fix problems submitting to ARs (printing times now doesn't use
    a days field in qstat etc.)
  * Java version >= 1.5 required
  * Lower default MAX_DYN_EC somewhat to avoid warning on typical Linux
    configurations

* Other changes

  * Don't install the ckpt directory (contents obsolete)

Version 8.1.2
-------------

* Bug fixes

* Enhancements

  * Use cpusets for process containment on fairly recent Linux-based systems
    (see USE_CGROUPS in sge_conf(5))
  * Add bootstrap build script
  * Make SGE template an RPM conf file

* Incompatible changes

  * Make CRL and certificate expiry consistent

Version 8.1.1
-------------

* Bug fixes

* Security

  * Don't pass any user environment to remote startup daemons -- better
    fix for half of CVE-2012-0208

* Enhancements

  * SGE_BINDING is set in the environment for all types of binding
  * New jobstats(1) provides historical job summary
  * Berkeleydb spools can optionally be opened "private" to allow
    operation on NFS3 filesystems.  Currently no installer support, but
    see bootstrap(5) and the health warning
  * Environment variable SGE_DRMAA_ALLOW_JOB_ERROR_STATE allows DRMAA
    jobs to enter the error state; see drmaa_submit(3)
  * Define SGE_JOBEXIT_STAT environment variable in epilog; see submit(1)
  * The user from which mail is sent can be configured in sge_conf(5)
  * Topology items are now static load values; see load_parameters(5)
  * qstat now prints array job dependency info
  * Default to support for qsort_args in sge_pe(5)
  * Include an example of logrotate usage
  * Install an "smp" PE
  * Distribute/document sge_share_mon(1) to print share tree
  * Improve install template defaults
  * GPU load sensor (dist/util/resources/loadsensors/gpu-loadsensor.c)
  * Allow building Kerberos/GSSAPI security modules against Heimdal
    (but GSS is still not properly usable)
  * Support arm and mipsel on GNU/Linux, completing the set
    of official Debian Linux-based ports
  * Support for OpenBSD (untested)
  * Preliminary support for Cygwin: everything builds, clients work
    (lightly tested), daemons need fixing
  * Add ja_task_id to expandable variables in ckpt_command and similar
    methods
  * distinst supports installation with install(1) for use with -local

* Incompatible changes

  * The CA directory is now /var/lib/sgeCA instead of /var/sgeCA
    but installation will offer to move it [fixme]
  * Drop (any pretence at) support for Cray/Unicos, NEC SX, Darwin 6
  * The spool format for parallel job tasks has changed from any previous
    version built with qsort_args (as above), which will make live
    upgrades from such a version fail on nodes running parallel jobs

* Other changes

  * Extensive internal changes to improve robustness, e.g. of
    string-handling against buffer overruns -- somewhat error-prone
    and may have caused regressions; more required
  * Install script allows rsh et al to be omitted from binary distribution
    in favour of ssh


Version 8.1.0
-------------

* Security fix

  * Prevent users other than root deleting entries with sgepasswd

* Version numbering

  * Switch to a more logical numbering scheme now that the Univa
    baseline is irrelevant

* Bug fixes

* Other changes

  * Hadoop support now for a more recent Hadoop distribution (see
    README.BUILD)

Version 8.0.0e
--------------

Mostly build and security issues

* Bug fixes

* Security fixes

  The first fix is for a trivial remote root by a valid user.  The
  others, including fixes for potential buffer overruns in daemon and
  setuid programs, may or may not be exploitable.

  * Sanitize the environment before executing remote startup programs etc.
    Somewhat incompatible:  LD_LIBRARY_PATH etc. may need to be set
    differently.  See the security notes in remote_startup(5) and
    sge_conf(5).  (CVE-2012-0208, thanks to William Hay)
  * Don't write initial log messages in /tmp.  Somewhat
    incompatible:  initial messages now in syslog.
  * Avoid using mktemp.  (Probably not a significant problem.)
  * Control core dumps under setuid etc. with SGE_ENABLE_COREDUMP.
    (Not normally a security issue.)
  * Bounds checking in replace_params
  * Avoid execd crash and possible overruns
  * Fixes for buffer overrun and other improvements for (setuid
    program) sgepasswd
2014-01-14 10:21:39 +00:00

670 lines
20 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2014/01/14 10:21:39 markd Exp $
bin/qacct
bin/qalter
bin/qconf
bin/qdel
bin/qevent
bin/qhold
bin/qhost
bin/qlogin
bin/qmake
bin/qmod
bin/qmon
bin/qping
bin/qquota
bin/qrdel
bin/qresub
bin/qrls
bin/qrsh
bin/qrstat
bin/qrsub
bin/qselect
bin/qsh
bin/qstat
bin/qsub
bin/qtcsh
sge/bin/busy-nodes
sge/bin/dead-nodes
sge/bin/idle-nodes
sge/bin/jobstats
sge/bin/${SGE_ARCH}/qacct
sge/bin/${SGE_ARCH}/qalter
sge/bin/${SGE_ARCH}/qconf
sge/bin/${SGE_ARCH}/qdel
sge/bin/${SGE_ARCH}/qevent
sge/bin/${SGE_ARCH}/qhold
sge/bin/${SGE_ARCH}/qhost
sge/bin/${SGE_ARCH}/qlogin
sge/bin/${SGE_ARCH}/qmake
sge/bin/${SGE_ARCH}/qmod
sge/bin/${SGE_ARCH}/qmon
sge/bin/${SGE_ARCH}/qping
sge/bin/${SGE_ARCH}/qquota
sge/bin/${SGE_ARCH}/qrdel
sge/bin/${SGE_ARCH}/qresub
sge/bin/${SGE_ARCH}/qrls
sge/bin/${SGE_ARCH}/qrsh
sge/bin/${SGE_ARCH}/qrstat
sge/bin/${SGE_ARCH}/qrsub
sge/bin/${SGE_ARCH}/qselect
sge/bin/${SGE_ARCH}/qsh
sge/bin/${SGE_ARCH}/qstat
sge/bin/${SGE_ARCH}/qsub
sge/bin/${SGE_ARCH}/qtcsh
sge/bin/${SGE_ARCH}/sge_coshepherd
sge/bin/${SGE_ARCH}/sge_execd
sge/bin/${SGE_ARCH}/sge_qmaster
sge/bin/${SGE_ARCH}/sge_shadowd
sge/bin/${SGE_ARCH}/sge_share_mon
sge/bin/${SGE_ARCH}/sge_shepherd
sge/bin/${SGE_ARCH}/sgepasswd
sge/bin/nodes-in-job
sge/bin/process-scheduler-log
sge/bin/qsched
sge/bin/qselect-node-list
sge/bin/qstatus
sge/bin/sge-disable-submits
sge/bin/sge-enable-submits
sge/doc/AUTHORS
sge/doc/LICENCE.txt
sge/doc/LICENCES/Apache-2
sge/doc/LICENCES/BSD
sge/doc/LICENCES/BerkeleyDB
sge/doc/LICENCES/Classpath
sge/doc/LICENCES/Cygwin
sge/doc/LICENCES/FreeBSD
sge/doc/LICENCES/GFDL-1.3
sge/doc/LICENCES/GPL-2
sge/doc/LICENCES/GPL-3
sge/doc/LICENCES/Iconlist
sge/doc/LICENCES/LGPL-3
sge/doc/LICENCES/NanoXML
sge/doc/LICENCES/OpenSSL
sge/doc/LICENCES/README
sge/doc/LICENCES/SISSL
sge/doc/LICENCES/Spinbox
sge/doc/LICENCES/Xbae
sge/doc/LICENCES/XmTab
sge/doc/LICENCES/Xmt
sge/doc/LICENCES/hwloc
sge/doc/LICENCES/jemalloc
sge/doc/LICENCES/standards
sge/doc/LICENCES/tango
sge/doc/LICENCES/top
sge/doc/NEWS
sge/doc/README
sge/doc/README-DRMAA.txt
sge/doc/README.hadoop
sge/doc/README.upgrade
sge/doc/arc_depend_irix.asc
sge/doc/arc_depend_solaris.asc
sge/doc/logfile-trimming.asc
sge/dtrace/README-dtrace.txt
sge/dtrace/monitor.d
sge/dtrace/monitor.sh
sge/examples/drmaa/example.c
sge/examples/drmaa/howto1.c
sge/examples/drmaa/howto1_1.c
sge/examples/drmaa/howto2.c
sge/examples/drmaa/howto2_1.c
sge/examples/drmaa/howto3.c
sge/examples/drmaa/howto3_1.c
sge/examples/drmaa/howto3_2.c
sge/examples/drmaa/howto4.c
sge/examples/drmaa/howto5.c
sge/examples/drmaa/howto6.c
sge/examples/drmaa/ruby/array.rb
sge/examples/drmaa/ruby/attributes.rb
sge/examples/drmaa/ruby/example.rb
sge/examples/drmaa/ruby/flow/README
sge/examples/drmaa/ruby/flow/flow.rb
sge/examples/drmaa/ruby/flow/samples/README
sge/examples/drmaa/ruby/flow/samples/do_final
sge/examples/drmaa/ruby/flow/samples/do_inst
sge/examples/drmaa/ruby/flow/samples/do_make
sge/examples/drmaa/ruby/flow/samples/do_report
sge/examples/drmaa/ruby/flow/samples/do_test
sge/examples/drmaa/ruby/flow/samples/do_uninst
sge/examples/drmaa/ruby/flow/samples/huge.ff
sge/examples/drmaa/ruby/flow/samples/large.ff
sge/examples/drmaa/ruby/flow/samples/small.ff
sge/examples/drmaa/ruby/flow/samples/tiny.ff
sge/examples/drmaa/ruby/sig.rb
sge/examples/drmaa/ruby/stream_and_trap.rb
sge/examples/drmaa/ruby/test_all.sh
sge/examples/drmaa/ruby/threads.rb
sge/examples/jobs/array_submitter.sh
sge/examples/jobs/jobnet_submitter.sh
sge/examples/jobs/pascal.sh
sge/examples/jobs/pminiworm.sh
sge/examples/jobs/simple.sh
sge/examples/jobs/sleeper.sh
sge/examples/jobs/ssession.sh
sge/examples/jobs/step_A_array_submitter.sh
sge/examples/jobs/step_B_array_submitter.sh
sge/examples/jobs/worker.sh
sge/examples/jobsbin/${SGE_ARCH}/work
sge/hadoop/env.sh
sge/hadoop/jsv.sh
sge/hadoop/load_sensor.sh
sge/hadoop/logging.properties
sge/hadoop/make_conf.sh
sge/hadoop/pestart.sh
sge/hadoop/pestop.sh
sge/hadoop/setup.pl
sge/hadoop/ssh
sge/hadoop/wait.sh
sge/include/drmaa.h
sge/include/sge_pqs_api.h
sge/inst_sge
sge/install_execd
sge/install_qmaster
sge/lib/${SGE_ARCH}/libdrmaa.so
sge/lib/${SGE_ARCH}/libdrmaa.so.1.0
sge/lib/${SGE_ARCH}/libjuti.so
sge/lib/${SGE_ARCH}/libspoolb.so
sge/lib/${SGE_ARCH}/libspoolc.so
sge/man/man1/gethostbyaddr.1
sge/man/man1/gethostbyname.1
sge/man/man1/gethostname.1
sge/man/man1/getservbyname.1
sge/man/man1/hostnameutils.1
sge/man/man1/jobstats.1
sge/man/man1/jsv.1
sge/man/man1/qacct.1
sge/man/man1/qalter.1
sge/man/man1/qconf.1
sge/man/man1/qdel.1
sge/man/man1/qevent.1
sge/man/man1/qhold.1
sge/man/man1/qhost.1
sge/man/man1/qlogin.1
sge/man/man1/qmake.1
sge/man/man1/qmod.1
sge/man/man1/qmon.1
sge/man/man1/qping.1
sge/man/man1/qquota.1
sge/man/man1/qrdel.1
sge/man/man1/qresub.1
sge/man/man1/qrls.1
sge/man/man1/qrsh.1
sge/man/man1/qrstat.1
sge/man/man1/qrsub.1
sge/man/man1/qsched.1
sge/man/man1/qselect.1
sge/man/man1/qsh.1
sge/man/man1/qstat.1
sge/man/man1/qstatus.1
sge/man/man1/qsub.1
sge/man/man1/qtcsh.1
sge/man/man1/sge-enable-disable.1
sge/man/man1/sge-node-selection.1
sge/man/man1/sge_intro.1
sge/man/man1/sge_share_mon.1
sge/man/man1/sge_work.1
sge/man/man1/sgepasswd.1
sge/man/man1/submit.1
sge/man/man3/drmaa_allocate_job_template.3
sge/man/man3/drmaa_attributes.3
sge/man/man3/drmaa_control.3
sge/man/man3/drmaa_delete_job_template.3
sge/man/man3/drmaa_exit.3
sge/man/man3/drmaa_get_DRMAA_implementation.3
sge/man/man3/drmaa_get_DRM_system.3
sge/man/man3/drmaa_get_attribute.3
sge/man/man3/drmaa_get_attribute_names.3
sge/man/man3/drmaa_get_contact.3
sge/man/man3/drmaa_get_next_attr_name.3
sge/man/man3/drmaa_get_next_attr_value.3
sge/man/man3/drmaa_get_next_job_id.3
sge/man/man3/drmaa_get_num_attr_names.3
sge/man/man3/drmaa_get_num_attr_values.3
sge/man/man3/drmaa_get_num_job_ids.3
sge/man/man3/drmaa_get_vector_attribute.3
sge/man/man3/drmaa_get_vector_attribute_names.3
sge/man/man3/drmaa_init.3
sge/man/man3/drmaa_job_ps.3
sge/man/man3/drmaa_jobcontrol.3
sge/man/man3/drmaa_jobtemplate.3
sge/man/man3/drmaa_misc.3
sge/man/man3/drmaa_release_attr_names.3
sge/man/man3/drmaa_release_attr_values.3
sge/man/man3/drmaa_release_job_ids.3
sge/man/man3/drmaa_run_bulk_jobs.3
sge/man/man3/drmaa_run_job.3
sge/man/man3/drmaa_session.3
sge/man/man3/drmaa_set_attribute.3
sge/man/man3/drmaa_set_vector_attribute.3
sge/man/man3/drmaa_strerror.3
sge/man/man3/drmaa_submit.3
sge/man/man3/drmaa_synchronize.3
sge/man/man3/drmaa_version.3
sge/man/man3/drmaa_wait.3
sge/man/man3/drmaa_wcoredump.3
sge/man/man3/drmaa_wexitstatus.3
sge/man/man3/drmaa_wifaborted.3
sge/man/man3/drmaa_wifexited.3
sge/man/man3/drmaa_wifsignaled.3
sge/man/man3/drmaa_wtermsig.3
sge/man/man3/jsv_script_interface.3
sge/man/man3/list_intro.3
sge/man/man5/access_list.5
sge/man/man5/accounting.5
sge/man/man5/bootstrap.5
sge/man/man5/calendar_conf.5
sge/man/man5/checkpoint.5
sge/man/man5/complex.5
sge/man/man5/host_aliases.5
sge/man/man5/host_conf.5
sge/man/man5/hostgroup.5
sge/man/man5/load_parameters.5
sge/man/man5/project.5
sge/man/man5/qtask.5
sge/man/man5/queue_conf.5
sge/man/man5/remote_startup.5
sge/man/man5/reporting.5
sge/man/man5/sched_conf.5
sge/man/man5/sge_aliases.5
sge/man/man5/sge_ckpt.5
sge/man/man5/sge_conf.5
sge/man/man5/sge_pe.5
sge/man/man5/sge_priority.5
sge/man/man5/sge_qstat.5
sge/man/man5/sge_request.5
sge/man/man5/sge_resource_quota.5
sge/man/man5/sge_schedule.5
sge/man/man5/sge_status.5
sge/man/man5/sge_types.5
sge/man/man5/sgepasswd.5
sge/man/man5/share_tree.5
sge/man/man5/user.5
sge/man/man8/SGE_Helper_Service.exe.8
sge/man/man8/pam_sge-qrsh-setup.8
sge/man/man8/pam_sge_authorize.8
sge/man/man8/sge_ca.8
sge/man/man8/sge_coshepherd.8
sge/man/man8/sge_dl.8
sge/man/man8/sge_execd.8
sge/man/man8/sge_qmaster.8
sge/man/man8/sge_shadowd.8
sge/man/man8/sge_shepherd.8
sge/mpi/README
sge/mpi/Scali-MPI/README
sge/mpi/Scali-MPI/Scali_Resume.sh
sge/mpi/Scali-MPI/Scali_Suspend.sh
sge/mpi/hostname
sge/mpi/mpi.sh
sge/mpi/mpi.template
sge/mpi/mpi_cpi.sh
sge/mpi/mpich.template
sge/mpi/myrinet/README
sge/mpi/myrinet/README.x
sge/mpi/myrinet/gmps
sge/mpi/myrinet/mpi.template
sge/mpi/myrinet/mpich.template
sge/mpi/myrinet/mpich_multi.template
sge/mpi/myrinet/sge_mpirun
sge/mpi/myrinet/sge_mpirun.x
sge/mpi/myrinet/startmpi.sh
sge/mpi/myrinet/startmpi.sh.x
sge/mpi/myrinet/stopmpi.sh
sge/mpi/rsh
sge/mpi/startmpi.sh
sge/mpi/stopmpi.sh
sge/pvm/README
sge/pvm/pvm.sh
sge/pvm/pvm.template
sge/pvm/pvm_nogs.sh
sge/pvm/src/Makefile
sge/pvm/src/aimk
sge/pvm/src/install.sh
sge/pvm/src/master.c
sge/pvm/src/slave.c
sge/pvm/src/spmd.c
sge/pvm/src/start_pvm.c
sge/pvm/src/stop_pvm.c
sge/pvm/startpvm.sh
sge/pvm/stoppvm.sh
sge/qmon/PIXMAPS/21cal.xpm
sge/qmon/PIXMAPS/21cal_ins.xpm
sge/qmon/PIXMAPS/aclask.xpm
sge/qmon/PIXMAPS/ar.xpm
sge/qmon/PIXMAPS/big/toolbar_ar.xpm
sge/qmon/PIXMAPS/big/toolbar_browser.xpm
sge/qmon/PIXMAPS/big/toolbar_calendar.xpm
sge/qmon/PIXMAPS/big/toolbar_ckpt.xpm
sge/qmon/PIXMAPS/big/toolbar_cluster.xpm
sge/qmon/PIXMAPS/big/toolbar_cplx.xpm
sge/qmon/PIXMAPS/big/toolbar_exit.xpm
sge/qmon/PIXMAPS/big/toolbar_host.xpm
sge/qmon/PIXMAPS/big/toolbar_job.xpm
sge/qmon/PIXMAPS/big/toolbar_pe.xpm
sge/qmon/PIXMAPS/big/toolbar_prj.xpm
sge/qmon/PIXMAPS/big/toolbar_queue.xpm
sge/qmon/PIXMAPS/big/toolbar_rqs.xpm
sge/qmon/PIXMAPS/big/toolbar_sched.xpm
sge/qmon/PIXMAPS/big/toolbar_submit.xpm
sge/qmon/PIXMAPS/big/toolbar_ticket.xpm
sge/qmon/PIXMAPS/big/toolbar_user.xpm
sge/qmon/PIXMAPS/binary_off.xpm
sge/qmon/PIXMAPS/binary_off_ins.xpm
sge/qmon/PIXMAPS/binary_on.xpm
sge/qmon/PIXMAPS/binary_on_ins.xpm
sge/qmon/PIXMAPS/bool.xpm
sge/qmon/PIXMAPS/branch.xpm
sge/qmon/PIXMAPS/branch_open.xpm
sge/qmon/PIXMAPS/ckpt.xpm
sge/qmon/PIXMAPS/cstr.xpm
sge/qmon/PIXMAPS/ctx.xpm
sge/qmon/PIXMAPS/days.xpm
sge/qmon/PIXMAPS/deadline.xpm
sge/qmon/PIXMAPS/deadline_ins.xpm
sge/qmon/PIXMAPS/double.xpm
sge/qmon/PIXMAPS/dynamite.xpm
sge/qmon/PIXMAPS/env.xpm
sge/qmon/PIXMAPS/file_link.xpm
sge/qmon/PIXMAPS/head_open.xpm
sge/qmon/PIXMAPS/host.xpm
sge/qmon/PIXMAPS/hours.xpm
sge/qmon/PIXMAPS/infinity.xpm
sge/qmon/PIXMAPS/int.xpm
sge/qmon/PIXMAPS/intro-sge.xpm
sge/qmon/PIXMAPS/intro.xpm
sge/qmon/PIXMAPS/leaf.xpm
sge/qmon/PIXMAPS/leaf_minus.xpm
sge/qmon/PIXMAPS/leaf_open.xpm
sge/qmon/PIXMAPS/leaf_plus.xpm
sge/qmon/PIXMAPS/leftarrow.xpm
sge/qmon/PIXMAPS/lock.xpm
sge/qmon/PIXMAPS/logo-sge.xpm
sge/qmon/PIXMAPS/logo.xpm
sge/qmon/PIXMAPS/mailbox.xpm
sge/qmon/PIXMAPS/mailbox_ins.xpm
sge/qmon/PIXMAPS/mcicon.xpm
sge/qmon/PIXMAPS/mem.xpm
sge/qmon/PIXMAPS/memorybig.xpm
sge/qmon/PIXMAPS/minutes.xpm
sge/qmon/PIXMAPS/open_lock.xpm
sge/qmon/PIXMAPS/open_lock_insensitive.xpm
sge/qmon/PIXMAPS/peask.xpm
sge/qmon/PIXMAPS/peconf.xpm
sge/qmon/PIXMAPS/penv.xpm
sge/qmon/PIXMAPS/project.xpm
sge/qmon/PIXMAPS/project_ins.xpm
sge/qmon/PIXMAPS/qask.xpm
sge/qmon/PIXMAPS/qlegend.xpm
sge/qmon/PIXMAPS/qsh_off.xpm
sge/qmon/PIXMAPS/qsh_off_ins.xpm
sge/qmon/PIXMAPS/qsh_on.xpm
sge/qmon/PIXMAPS/qsh_on_ins.xpm
sge/qmon/PIXMAPS/resources.xpm
sge/qmon/PIXMAPS/resources_enabled.xpm
sge/qmon/PIXMAPS/rightarrow.xpm
sge/qmon/PIXMAPS/script_file.xpm
sge/qmon/PIXMAPS/script_file_ins.xpm
sge/qmon/PIXMAPS/seconds.xpm
sge/qmon/PIXMAPS/shell.xpm
sge/qmon/PIXMAPS/shell_ins.xpm
sge/qmon/PIXMAPS/stderror.xpm
sge/qmon/PIXMAPS/stderror_ins.xpm
sge/qmon/PIXMAPS/stdinput.xpm
sge/qmon/PIXMAPS/stdinput_ins.xpm
sge/qmon/PIXMAPS/stdoutput.xpm
sge/qmon/PIXMAPS/stdoutput_ins.xpm
sge/qmon/PIXMAPS/str.xpm
sge/qmon/PIXMAPS/time.xpm
sge/qmon/PIXMAPS/toolbar_ar.xpm
sge/qmon/PIXMAPS/toolbar_browser.xpm
sge/qmon/PIXMAPS/toolbar_calendar.xpm
sge/qmon/PIXMAPS/toolbar_ckpt.xpm
sge/qmon/PIXMAPS/toolbar_cluster.xpm
sge/qmon/PIXMAPS/toolbar_cplx.xpm
sge/qmon/PIXMAPS/toolbar_exit.xpm
sge/qmon/PIXMAPS/toolbar_host.xpm
sge/qmon/PIXMAPS/toolbar_job.xpm
sge/qmon/PIXMAPS/toolbar_pe.xpm
sge/qmon/PIXMAPS/toolbar_prj.xpm
sge/qmon/PIXMAPS/toolbar_queue.xpm
sge/qmon/PIXMAPS/toolbar_rqs.xpm
sge/qmon/PIXMAPS/toolbar_sched.xpm
sge/qmon/PIXMAPS/toolbar_submit.xpm
sge/qmon/PIXMAPS/toolbar_ticket.xpm
sge/qmon/PIXMAPS/toolbar_user.xpm
sge/qmon/PIXMAPS/trashcan.xpm
sge/qmon/PIXMAPS/unknown.xpm
sge/qmon/PIXMAPS/uparrow.xpm
sge/qmon/PIXMAPS/xterm-axp.xpm
sge/qmon/PIXMAPS/xterm-blank.xpm
sge/qmon/PIXMAPS/xterm-dec.xpm
sge/qmon/PIXMAPS/xterm-hp.xpm
sge/qmon/PIXMAPS/xterm-ibm.xpm
sge/qmon/PIXMAPS/xterm-linux.xpm
sge/qmon/PIXMAPS/xterm-sgi.xpm
sge/qmon/PIXMAPS/xterm-sgi1.xpm
sge/qmon/PIXMAPS/xterm-sol.xpm
sge/qmon/PIXMAPS/xterm-sun.xpm
sge/qmon/PIXMAPS/xterm.xpm
sge/qmon/Qmon
sge/qmon/qmon_help.ad
sge/start_gui_installer
sge/util/arch
sge/util/arch_variables
sge/util/certtool.sh
sge/util/create_settings.sh
sge/util/dl.csh
sge/util/dl.sh
sge/util/dl1.csh
sge/util/dl2.csh
sge/util/gui-installer/html/en/help/CSPConfig.html
sge/util/gui-installer/html/en/help/ChooseComp.html
sge/util/gui-installer/html/en/help/Empty.html
sge/util/gui-installer/html/en/help/Error.html
sge/util/gui-installer/html/en/help/HostPanel.html
sge/util/gui-installer/html/en/help/JMXConfig.html
sge/util/gui-installer/html/en/help/License.html
sge/util/gui-installer/html/en/help/MainConfig.html
sge/util/gui-installer/html/en/help/SpoolingConfig.html
sge/util/gui-installer/html/en/help/Welcome.html
sge/util/gui-installer/templates/check_host
sge/util/gui-installer/templates/gui_inst_template.conf
sge/util/gui-installer/templates/install_component
sge/util/gui-installer/templates/readme_template.html
sge/util/host_aliases
sge/util/install_modules/DB_CONFIG
sge/util/install_modules/backup_template.conf
sge/util/install_modules/inst_berkeley.sh
sge/util/install_modules/inst_common.sh
sge/util/install_modules/inst_execd.sh
sge/util/install_modules/inst_execd_uninst.sh
sge/util/install_modules/inst_qmaster.sh
sge/util/install_modules/inst_qmaster_uninst.sh
sge/util/install_modules/inst_schedd_high.conf
sge/util/install_modules/inst_schedd_max.conf
sge/util/install_modules/inst_schedd_normal.conf
sge/util/install_modules/inst_template.conf
sge/util/jaas.config.template
sge/util/java.policy.template
sge/util/jmxremote.access
sge/util/jmxremote.password
sge/util/logchecker.sh
sge/util/logging.properties.template
sge/util/management.properties.template
sge/util/qtask
sge/util/rctemplates/darwin_template
sge/util/rctemplates/sgeexecd_template
sge/util/rctemplates/sgemaster_template
sge/util/resources/README
sge/util/resources/calendars/day
sge/util/resources/calendars/day_s
sge/util/resources/calendars/night
sge/util/resources/calendars/night_s
sge/util/resources/centry/arch
sge/util/resources/centry/calendar
sge/util/resources/centry/cpu
sge/util/resources/centry/display_win_gui
sge/util/resources/centry/h_core
sge/util/resources/centry/h_cpu
sge/util/resources/centry/h_data
sge/util/resources/centry/h_fsize
sge/util/resources/centry/h_rss
sge/util/resources/centry/h_rt
sge/util/resources/centry/h_stack
sge/util/resources/centry/h_vmem
sge/util/resources/centry/hostname
sge/util/resources/centry/load_avg
sge/util/resources/centry/load_long
sge/util/resources/centry/load_medium
sge/util/resources/centry/load_short
sge/util/resources/centry/m_core
sge/util/resources/centry/m_socket
sge/util/resources/centry/m_topology
sge/util/resources/centry/m_topology_inuse
sge/util/resources/centry/mem_free
sge/util/resources/centry/mem_total
sge/util/resources/centry/mem_used
sge/util/resources/centry/min_cpu_interval
sge/util/resources/centry/np_load_avg
sge/util/resources/centry/np_load_long
sge/util/resources/centry/np_load_medium
sge/util/resources/centry/np_load_short
sge/util/resources/centry/num_proc
sge/util/resources/centry/qname
sge/util/resources/centry/rerun
sge/util/resources/centry/s_core
sge/util/resources/centry/s_cpu
sge/util/resources/centry/s_data
sge/util/resources/centry/s_fsize
sge/util/resources/centry/s_rss
sge/util/resources/centry/s_rt
sge/util/resources/centry/s_stack
sge/util/resources/centry/s_vmem
sge/util/resources/centry/seq_no
sge/util/resources/centry/slots
sge/util/resources/centry/swap_free
sge/util/resources/centry/swap_rate
sge/util/resources/centry/swap_rsvd
sge/util/resources/centry/swap_total
sge/util/resources/centry/swap_used
sge/util/resources/centry/tmpdir
sge/util/resources/centry/virtual_free
sge/util/resources/centry/virtual_total
sge/util/resources/centry/virtual_used
sge/util/resources/configs/README
sge/util/resources/configs/logcheck.sge
sge/util/resources/configs/logrotate.sge
sge/util/resources/drmaa4ruby/README
sge/util/resources/drmaa4ruby/drmaa.rb
sge/util/resources/drmaa4ruby/samples/array.rb
sge/util/resources/drmaa4ruby/samples/attributes.rb
sge/util/resources/drmaa4ruby/samples/example.rb
sge/util/resources/drmaa4ruby/samples/flow/README
sge/util/resources/drmaa4ruby/samples/flow/flow.rb
sge/util/resources/drmaa4ruby/samples/flow/samples/README
sge/util/resources/drmaa4ruby/samples/flow/samples/do_final
sge/util/resources/drmaa4ruby/samples/flow/samples/do_inst
sge/util/resources/drmaa4ruby/samples/flow/samples/do_make
sge/util/resources/drmaa4ruby/samples/flow/samples/do_report
sge/util/resources/drmaa4ruby/samples/flow/samples/do_test
sge/util/resources/drmaa4ruby/samples/flow/samples/do_uninst
sge/util/resources/drmaa4ruby/samples/flow/samples/huge.ff
sge/util/resources/drmaa4ruby/samples/flow/samples/large.ff
sge/util/resources/drmaa4ruby/samples/flow/samples/small.ff
sge/util/resources/drmaa4ruby/samples/flow/samples/tiny.ff
sge/util/resources/drmaa4ruby/samples/sig.rb
sge/util/resources/drmaa4ruby/samples/stream_and_trap.rb
sge/util/resources/drmaa4ruby/samples/test_all.sh
sge/util/resources/drmaa4ruby/samples/threads.rb
sge/util/resources/jsv/JSV.pm
sge/util/resources/jsv/SimpleJsv.java
sge/util/resources/jsv/jjsv.sh
sge/util/resources/jsv/jsv.pl
sge/util/resources/jsv/jsv.sh
sge/util/resources/jsv/jsv.tcl
sge/util/resources/jsv/jsv_include.sh
sge/util/resources/jsv/jsv_include.tcl
sge/util/resources/jsv/jsv_reject_all.sh
sge/util/resources/jsv/logging.properties
sge/util/resources/loadsensors/Makefile
sge/util/resources/loadsensors/calendar.sh
sge/util/resources/loadsensors/gpu-loadsensor.c
sge/util/resources/loadsensors/interix-loadsensor.sh
sge/util/resources/loadsensors/load.sh
sge/util/resources/loadsensors/maui.sh
sge/util/resources/loadsensors/nuser.sh
sge/util/resources/loadsensors/sgi_tty_sensor.sh
sge/util/resources/loadsensors/solaris-iidle.sh
sge/util/resources/pe/make
sge/util/resources/pe/smp
sge/util/resources/schemas/qhost/qhost.xsd
sge/util/resources/schemas/qquota/qquota.xsd
sge/util/resources/schemas/qrstat/qrstat.xsd
sge/util/resources/schemas/qstat/detailed_job_info.xsd
sge/util/resources/schemas/qstat/message.xsd
sge/util/resources/schemas/qstat/qstat.xsd
sge/util/resources/scripts/README
sge/util/resources/scripts/README.jobstats
sge/util/resources/scripts/README.qsched
sge/util/resources/scripts/README.status
sge/util/resources/scripts/monitor_qmaster.sh
sge/util/resources/scripts/setup-cgroups-etc
sge/util/resources/starter_methods/settaskid.sh
sge/util/resources/usersets/arusers
sge/util/resources/usersets/deadlineusers
sge/util/resources/usersets/defaultdepartment
sge/util/resources/wrappers/qlogin_wrapper
sge/util/resources/wrappers/rshd-wrapper
sge/util/rmiconsole.policy
sge/util/setfileperm.sh
sge/util/sgeCA/renew_all_certs.sh
sge/util/sgeCA/sge_ca
sge/util/sgeCA/sge_ca.cnf
sge/util/sgeCA/sge_ssl.cnf
sge/util/sgeCA/sge_ssl_template.cnf
sge/util/sgeSMF/execd_template.xml
sge/util/sgeSMF/qmaster_template.xml
sge/util/sgeSMF/sge_smf.sh
sge/util/sgeSMF/sge_smf_support.sh
sge/util/sgeSMF/shadowd_template.xml
sge/util/sge_aliases
sge/util/sge_request
sge/util/sgeremoterun
sge/util/upgrade_modules/inst_upgrade.sh
sge/util/upgrade_modules/load_sge_config.sh
sge/util/upgrade_modules/save_sge_config.sh
sge/utilbin/${SGE_ARCH}/adminrun
sge/utilbin/${SGE_ARCH}/authuser
sge/utilbin/${SGE_ARCH}/berkeley_db_svc
sge/utilbin/${SGE_ARCH}/checkprog
sge/utilbin/${SGE_ARCH}/checkuser
sge/utilbin/${SGE_ARCH}/db_archive
sge/utilbin/${SGE_ARCH}/db_checkpoint
sge/utilbin/${SGE_ARCH}/db_deadlock
sge/utilbin/${SGE_ARCH}/db_dump
sge/utilbin/${SGE_ARCH}/db_load
sge/utilbin/${SGE_ARCH}/db_printlog
sge/utilbin/${SGE_ARCH}/db_recover
sge/utilbin/${SGE_ARCH}/db_stat
sge/utilbin/${SGE_ARCH}/db_upgrade
sge/utilbin/${SGE_ARCH}/db_verify
sge/utilbin/${SGE_ARCH}/echo_raw
sge/utilbin/${SGE_ARCH}/filestat
sge/utilbin/${SGE_ARCH}/fstype
sge/utilbin/${SGE_ARCH}/gethostbyaddr
sge/utilbin/${SGE_ARCH}/gethostbyname
sge/utilbin/${SGE_ARCH}/gethostname
sge/utilbin/${SGE_ARCH}/getservbyname
sge/utilbin/${SGE_ARCH}/infotext
sge/utilbin/${SGE_ARCH}/loadcheck
sge/utilbin/${SGE_ARCH}/now
sge/utilbin/${SGE_ARCH}/openssl
sge/utilbin/${SGE_ARCH}/qrsh_starter
sge/utilbin/${SGE_ARCH}/read_raw
sge/utilbin/${SGE_ARCH}/rlogin
sge/utilbin/${SGE_ARCH}/rsh
sge/utilbin/${SGE_ARCH}/rshd
sge/utilbin/${SGE_ARCH}/spooldefaults
sge/utilbin/${SGE_ARCH}/spooledit
sge/utilbin/${SGE_ARCH}/spoolinit
sge/utilbin/${SGE_ARCH}/testsuidroot
sge/utilbin/${SGE_ARCH}/uidgid
sge/utilbin/${SGE_ARCH}/valid_jvmlib