Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] notify reporting .condor_run contents
- Date: Tue, 28 Dec 2010 11:04:00 -0500
- From: Erik Aronesty <erik@xxxxxxx>
- Subject: [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