Displaying 6 results from an estimated 6 matches for "runstr".
Did you mean:
runstg
2006 Mar 23
4
Create graphs from text console
Hi
I am using R 2.2.1 under Linux (SuSE 10) and would like to know if it is
possible to create graphs, i.e.
jpeg(filename=fn)
try( coplot( mor$I_Morisita ~ mor$Year | mor$RunStr, show.given=FALSE) )
dev.off()
from a text console?
It gives me an error message on the jpeg() command:
Error in X11(..snip..) unable to start device jpeg
In addition: warning message:
unable to open connection to X11 display.
Are there any ways to create the plot and save it into a jpeg file fr...
2014 Apr 21
2
[LLVMdev] Building sanitizers for Android
...dropped this idea. I don't remember the details, but IIRC %run is
> just not general enough.
IMHO this is where simplicity of lit approach starts to fail - important
information (environment variables, dependent shared libs, expected test
status, etc.) is buried inside arbitrarily complex runstrings.
-Y
2014 Apr 22
5
[LLVMdev] Building sanitizers for Android
...s, but IIRC %run is
>>> just not general enough.
>>
>>
>> IMHO this is where simplicity of lit approach starts to fail - important
>> information (environment variables, dependent shared libs, expected test
>> status, etc.) is buried inside arbitrarily complex runstrings.
>>
>> -Y
2014 Apr 22
2
[LLVMdev] Building sanitizers for Android
...gt; >>
>> >> IMHO this is where simplicity of lit approach starts to fail -
>> >> important
>> >> information (environment variables, dependent shared libs, expected
>> >> test
>> >> status, etc.) is buried inside arbitrarily complex runstrings.
>> >>
>> >> -Y
>
>
>
>
> --
> Alexey Samsonov, Mountain View, CA
2002 Oct 03
0
more on selective deletion
...r hand the --delete-excluded option would remove both local
files created in directories no longer existing as well as those in
legitimate directories !
I must also confess I am rather confused about when include and exclude
options have to go in the config file on the server, and when also on
the runstring on the client (destination).
Is there a smart way of doing what I want ?
In principle I could decide to remove periodically files unaccessed since
n days (via crontab, independently on each site). This will make things
right after a few days. But I'd prefer a "rsync-only" solutio...
2014 Apr 17
3
[LLVMdev] Building sanitizers for Android
> Does %run support ssh-based testing?
Yes, %run is configured by the user. I configure it to call a shell
script that calls qemu-arm. It could just as easily ssh or "adb push
&& adb shell".
-Greg
On Wed, Apr 16, 2014 at 11:44 PM, Yury Gribov <y.gribov at samsung.com> wrote:
> Greg,
>
>
>> Clever, but I hope we can try to avoid the symlink hackery.