Changeset 5
- Timestamp:
- 12/07/10 02:36:27 (14 years ago)
- Location:
- trunk
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/COPYING
- Property svn:keywords set to Id Revision
-
trunk/Makefile.am
- Property svn:keywords set to Id Revision
r1 r5 1 # $Id : Makefile.am 227 2010-05-25 13:14:20Z mamonski$1 # $Id$ 2 2 # 3 3 # PSNC DRMAA for LoadLeveler -
trunk/NEWS
- Property svn:keywords set to Id Revision
-
trunk/README
- Property svn:keywords set to Id Revision
r1 r5 8 8 :Date: $Date: 2010-10-01 15:14:55 +0200 (Pt, 01 paź 2010) $ 9 9 :Version: 1.0.0 10 :Revision: $Revision : 351$10 :Revision: $Revision$ 11 11 :Copyright: Copyright (C) 2010 Poznan Supercomputing and Networking Center 12 12 -
trunk/autoclean.sh
- Property svn:executable set to *
- Property svn:keywords set to Id Revision
r1 r5 1 1 #!/bin/sh 2 # $Id : autoclean.sh 2420 2009-06-24 14:40:21Z lukasz$2 # $Id$ 3 3 4 4 echo "Removing all generated files. ($PWD)" -
trunk/autogen.sh
- Property svn:executable set to *
- Property svn:keywords set to Id Revision
-
trunk/configure.ac
- Property svn:keywords set to Id Revision
r1 r5 1 1 AC_INIT([PSNC DRMAA for SLURM], [1.0.0], [mamonski@man.poznan.pl], [slurm_drmaa]) 2 2 AC_PREREQ(2.59) 3 AC_REVISION([$Id : configure.ac 2694 2009-09-12 17:17:35Z mmamonski$])3 AC_REVISION([$Id$]) 4 4 AC_COPYRIGHT([ 5 5 PSNC DRMAA for SLURM -
trunk/doc/Makefile.am
- Property svn:keywords set to Id Revision
r1 r5 1 # $Id : Makefile.am 92 2010-04-08 15:40:49Z mamonski$1 # $Id$ 2 2 # 3 3 # PSNC DRMAA for LoadLeveler -
trunk/doc/rst.css
- Property svn:keywords set to Id Revision
r1 r5 1 1 /* 2 2 :Author: David Goodger (goodger@python.org) 3 :Id: $Id : rst.css 92 2010-04-08 15:40:49Z mamonski$3 :Id: $Id$ 4 4 :Copyright: This stylesheet has been placed in the public domain. 5 5 -
trunk/doc/stylesheet.css
- Property svn:keywords set to Id Revision
-
trunk/m4/acx_pthread.m4
- Property svn:keywords set to Id Revision
r1 r5 1 dnl $Id : acx_pthread.m4 92 2010-04-08 15:40:49Z mamonski$1 dnl $Id$ 2 2 3 3 dnl -
trunk/m4/ax_docutils.m4
- Property svn:keywords set to Id Revision
r1 r5 1 # $Id : ax_docutils.m4 92 2010-04-08 15:40:49Z mamonski$1 # $Id$ 2 2 # 3 3 # SYNOPSIS -
trunk/m4/ax_gcc_warnings.m4
- Property svn:keywords set to Id Revision
r1 r5 1 # $Id : ax_gcc_warnings.m4 92 2010-04-08 15:40:49Z mamonski$1 # $Id$ 2 2 # 3 3 # SYNOPSIS -
trunk/m4/ax_slurm.m4
- Property svn:keywords set to Id Revision
r1 r5 1 # $Id : ax_slurm.m4 208 2010-05-20 10:24:54Z mmatloka$1 # $Id$ 2 2 # 3 3 # SYNOPSIS -
trunk/m4/missing-dev-prog.sh
- Property svn:keywords set to Id Revision
-
trunk/slurm_drmaa/Makefile.am
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 # $Id : Makefile.am 349 2010-09-30 12:20:44Z mmatloka$1 # $Id$ 2 2 # 3 3 # PSNC DRMAA for LoadLeveler -
trunk/slurm_drmaa/drmaa.c
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : drmaa.c 351 2010-10-01 13:14:55Z mamonski$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM -
trunk/slurm_drmaa/job.c
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : job.c 351 2010-10-01 13:14:55Z mamonski$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM -
trunk/slurm_drmaa/job.h
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : job.h 351 2010-10-01 13:14:55Z mamonski$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM -
trunk/slurm_drmaa/session.c
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : session.c 351 2010-10-01 13:14:55Z mamonski$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM -
trunk/slurm_drmaa/session.h
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : session.h 351 2010-10-01 13:14:55Z mamonski$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM -
trunk/slurm_drmaa/slurm_drmaa.conf.example
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 ## $Id : slurm_drmaa.conf.example 300 2010-09-18 23:43:21Z mmatloka$1 ## $Id$ 2 2 ## slurm_drmaa.conf.example - Sample slurm_drmaa configuration file. 3 3 -
trunk/slurm_drmaa/util.c
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : util.c 351 2010-10-01 13:14:55Z mamonski$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM … … 32 32 __attribute__ ((unused)) 33 33 # endif 34 = "$Id : util.c 351 2010-10-01 13:14:55Z mamonski$";34 = "$Id$"; 35 35 #endif 36 36 -
trunk/slurm_drmaa/util.h
- Property svn:executable set to *
- Property svn:keywords set to Id
r1 r5 1 /* $Id : util.h 349 2010-09-30 12:20:44Z mmatloka$ */1 /* $Id$ */ 2 2 /* 3 3 * PSNC DRMAA for SLURM
Note: See TracChangeset
for help on using the changeset viewer.