Changeset 51


Ignore:
Timestamp:
01/07/12 17:53:45 (12 years ago)
Author:
mmamonski
Message:

external job wait test

Location:
trunk/test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile

    r49 r51  
     1all: example wait 
     2 
    13example : example.c 
    24        gcc example.c -o example -ldrmaa -L/opt/drmaa/torque/lib  -I/opt/drmaa/torque/include 
     5wait : wait.c 
     6        gcc wait.c -o wait -ldrmaa -L/opt/drmaa/torque/lib -Wl,-R/opt/drmaa/torque/lib -I/opt/drmaa/torque/include 
    37       
  • trunk/test/example.c

    r49 r51  
    3838 
    3939#define SEND_MAIL     0 
    40 #define WITH_BULK     1 
     40#define WITH_BULK     0 
    4141#define EXPORT_ENVS   0 
    4242#define DEBUG         1 
Note: See TracChangeset for help on using the changeset viewer.