[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] How to insert a list to classad
- Date: Tue, 13 May 2014 19:39:03 +0800 (GMT+08:00)
- From: 汤学海 <tangxuehai@xxxxxxxxx>
- Subject: [HTCondor-users] How to insert a list to classad
Hi,
I want to insert a list to a classad and parse it, for example,
list_a(a =1, b="fisher", c= 2), list_b(a =2, b="ily", c=3).
How to make list_a and list_b insert to a classad and parse it.
Thank you !