Changeset 5 for trunk/slurm_drmaa
- Timestamp:
- 12/07/10 02:36:27 (14 years ago)
- Location:
- trunk/slurm_drmaa
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
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.