search for: addtwo

Displaying 2 results from an estimated 2 matches for "addtwo".

2011 Apr 25
1
return code 10 in the R documentation
...but now when I submit the jobs on condor they aren't running.Can anyone explain the meaning of this? Here is my submit file: # Submit file for combining the output universe = vanilla Executable = C:\Progra~1\R\R-2.11.1-x64\bin\Rscript.exe getenv = true transfer_executable = true Output = AddTwo.out Log = AddTwo.log error = AddTwo.error input = AddTwo.R arguments = AddTwo.R queue Here is my Sched Log file: 04/21 16:20:06 IWD: C:\condor\execute\dir_280 04/21 16:20:06 Input file: C:\condor\execute\dir_280\AddTwo.R 04/21 16:20:06 Output file: C:\condor\execute\dir_280\AddTwo.out 04...
2011 Jun 16
3
[LLVMdev] ARM support status (GHC/ARM new calling convention)
...1, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .file "<stdin>" .text .globl zap .align 2 .type zap,%function zap: @ @zap @ BB#0: @ %entry push {r4, r5, lr} mov r4, r0 mov r5, r1 bl addtwo bl foo pop {r4, r5, lr} bx lr .Ltmp0: .size zap, .Ltmp0-zap .globl addtwo .align 2 .type addtwo,%function addtwo: @ @addtwo @ BB#0: @ %entry str lr, [sp, #-4]! add r4, r4, r5 ldr lr, [sp], #4 bx lr .Ltmp1: .size addtwo, .L...