Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Standard universe on OS X
- Date: Mon, 31 Mar 2008 10:59:52 +0200
- From: Hayden Stainsby <hds@xxxxxxxxxxxxxxxxxxxx>
- Subject: [Condor-users] Standard universe on OS X
Hi,
Just a quick question about the darwin port of Condor.
Does it support the standard universe. The 7.0.1 manual doesn't
specify that the darwin port of Condor doesn't the standard universe,
but the pre-compiled binaries don't include it. Is it possible to
compile condor from source to get the standard universe operating on
OS X?
Thanks in advance.
--
Hayden
#!/usr/bin/perl
chop($_=<>);@s=split/ /;foreach$m(@s){if($m=='*'){$z=pop@t;$x=
pop@t;$a=eval"$x$m$z";push@t,$a;}else{push@t,$m;}}print"$a\n";