[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] notify reporting .condor_run contents



if i had the source, i'd do these quick patches:

1. when sending a notifications,
look for a command matching a (configurable) pattern: .condor_run.\d+
if you see it, include the "tail --lines=1" of that file in the email

2. condor_run (i did patch this):

added parameters for memory (-m) , architecture (-a), notify (-n) - to
ease command line job requests

universe specification can be -u parallel:4 .... instead of just
parallel (since you can't submit a parallel job without the numcpus
anyway)

-erik