Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor $(OpSys) and $(Arch) parameter
- Date: Fri, 30 Oct 2009 13:28:30 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Condor $(OpSys) and $(Arch) parameter
> ArchGeneric: INTEL
> Defined in '\\SMBSJK05\grid_env\CONDOR\1-start\
> condor_config.master.PC284419', line 15.
you probably need quotes, like this:
ArchGeneric = "INTEL"
cheers,
-zach