Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Utility to evaluate Condor ClassAd expressions
- Date: Wed, 25 Apr 2012 15:28:54 -0500
- From: Vladimir Brik <vladimir@xxxxxxxxxxx>
- Subject: [Condor-users] Utility to evaluate Condor ClassAd expressions
Hello,
Is there a utility I could use to debug evaluation of Condor
expressions? Ideally, I am looking for something I can feed
variable declarations and an expression into and get what
that expression evaluates to (including false, error, and
undefined).
E.g.
a=1
b="2"
a
a/b
Would print something like
1
ERROR
Thanks,
Vlad