Displaying 13 results from an estimated 13 matches for "calculon".
Did you mean:
calculo
2009 Dec 28
4
Megatec driver floods logs #2 & mail notifications
....voltage.minimum: 22.0
input.voltage.nominal: 230.0
output.voltage: 232.0
ups.beeper.status: disabled
ups.delay.shutdown: 0
ups.delay.start: 2
ups.load: 17.0
ups.mfr: -------------
ups.model: ------ VS000361
ups.serial: unknown
ups.status: OL
ups.temperature: 30.0
ups.type: standby
Dec 28 13:02:46 calculon megatec[17799]: Communications with UPS lost: No status from UPS.
Dec 28 13:02:47 calculon megatec[17799]: Communications with UPS re-established
Dec 28 13:05:09 calculon megatec[17799]: Communications with UPS lost: No status from UPS.
Dec 28 13:05:09 calculon megatec[17799]: Communications with U...
2006 May 03
1
Installation problem
I am trying to install R-2.3.0 on a 64bit linux box and encounter
several error during the make step. I'd appreciate any help. Error
messages follow:
[root at calculon R-2.3.0]# make
make[4]: Entering directory
`/state/partition1/apps/packages/R-2.3.0/src/modules/lapack'
gcc -shared -L/usr/local/lib64 -o libRlapack.so dlamc.o dlapack0.o
dlapack1.o dlapack2.o dlapack3.o cmplx.o -lf77blas -latlas -lg2c -lm -lgcc_s
/usr/bin/ld:
/usr/lib/gcc/x86_64-redhat-lin...
2013 Feb 08
0
[LLVMdev] JIT on armhf
On 8 February 2013 14:28, David Given <dg at cowlark.com> wrote:
> Debian's clang packages are totally broken on armhf --- the compiler
> emits a confused warning about the platform being unrecognised, and then
> generates softfloat code --- so I was wondering about LLVM itself.
I'm using Ubuntu on Pandas and Chromebooks and LLVM itself behaves well,
with the right set of
2013 Feb 08
6
[LLVMdev] JIT on armhf
...nt
way...)
If it makes any difference, I'm not using the just-in-time part of the
JIT, as it were. I have lazy compilation turned off and have a model
where the entire script is compiled into IR code and then to machine
code when my app starts.
See the init() method here:
https://cowlark.com/calculon/artifact/1e496bfd00104bd392b8da9dece45156dffe3039
--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ 𝕻𝖍'𝖓𝖌𝖑𝖚𝖎 𝖒𝖌𝖑𝖜'𝖓𝖆𝖋𝖍 𝕮𝖙𝖍𝖚𝖑𝖍𝖚 𝕽'𝖑𝖞𝖊𝖍
𝖜𝖌𝖆𝖍'𝖓𝖆𝖌𝖑 𝖋𝖍𝖙𝖆𝖌𝖓.
│
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: applicatio...
2013 Feb 06
2
[LLVMdev] On large vectors
I have a simple expression-evaluation language using LLVM (it's at
https://cowlark.com/calculon, if anyone's interested). It has pretty
primitive support for 3-vectors, which I'm representing as a <3 x float>.
One of my users has asked for proper n-vector support, and I agree with
him so I'm adding that. However, he wants to use quite large vectors.
He's mentioned 30 el...
2013 Feb 08
2
[LLVMdev] JIT on armhf
...isable-llvm-verifier -main-file-name test.c
-mrelocation-model static -mdisable-fp-elim -fmath-errno
-mconstructor-aliases -fuse-init-array -target-abi aapcs-linux
-target-cpu arm7tdmi -mfloat-abi hard -target-linker-version 2.22
-momit-leaf-frame-pointer -v -coverage-file
/home/dg/shared/workspace/calculon/test.s -resource-dir
/usr/bin/../lib/clang/3.2 -fmodule-cache-path
/var/tmp/clang-module-cache -internal-isystem /usr/local/include
-internal-isystem /usr/bin/../lib/clang/3.2/include -internal-isystem
/usr/include/clang/3.2/include/ -internal-externc-isystem
/usr/include/arm-linux-gnueabihf -inter...
2011 Nov 25
1
Recovering from kernel panic / reboot cycle importing pool.
...--------------------- -------------- ---------
TIME CACHE-ID MSG-ID SEVERITY
--------------- ------------------------------------ -------------- ---------
Nov 23 06:55:28 b42c59c5-c955-c44a-8d61-e0864b61864b DISK-8000-3E Critical
Host : calculon
Platform : X8DTH-i-6-iF-6F Chassis_id : 1234567890
Product_sn :
Fault class : fault.io.scsi.cmd.disk.dev.rqs.derr
Affects : dev:///:devid=id1,sd at n5000c500040ec14b//scsi_vhci/disk at g5000c500040ec14b
faulted but still in service
FRU : "006" (hc://:p...
2013 Feb 08
0
[LLVMdev] JIT on armhf
On 8 February 2013 11:01, David Given <dg at cowlark.com> wrote:
> I've tried overriding the triple to arm-unknown-linux-gnueabihf and
> arm-linux-gnueabihf (via module->setTargetTriple), and while the triples
> are accepted, the actual generated code doesn't change with either.
>
Hi David,
If you set the triple to arm it won't help, since it'll default to
2013 Feb 06
0
[LLVMdev] On large vectors
...be spilled. The situation with integer types is even worse because you can truncate or extend from one type to another.
On Feb 6, 2013, at 8:41 AM, David Given <dg at cowlark.com> wrote:
> I have a simple expression-evaluation language using LLVM (it's at
> https://cowlark.com/calculon, if anyone's interested). It has pretty
> primitive support for 3-vectors, which I'm representing as a <3 x float>.
>
> One of my users has asked for proper n-vector support, and I agree with
> him so I'm adding that. However, he wants to use quite large vectors.
>...
2013 Feb 08
2
[LLVMdev] JIT on armhf
I'm using the Debian LLVM package to try and do JIT on a Linux armhf
device. Unfortunately it seems to be generating armel code rather than
armhf code, and since the ABIs don't match nothing works.
I've tried overriding the triple to arm-unknown-linux-gnueabihf and
arm-linux-gnueabihf (via module->setTargetTriple), and while the triples
are accepted, the actual generated code
2013 Jan 26
0
[LLVMdev] Closures, newbie question
...pure functional language. It doesn't
support closures, but it does have upvalues. I'm implementing them in
this by just passing the variables in as parameters directly --- as it's
pure, I don't have to worry about nested functions changing an upvalue.
(It's at http://cowlark.com/calculon/dir?ci=tip if you're interested,
but be warned, upvalues are currently broken.)
--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│ "Of course, on a sufficiently small planet, 40 km/hr is, in fact,
│ sufficient to punt the elastic spherical cow into low orbit." ---
│ Brooks...
2013 Jan 26
2
[LLVMdev] Closures, newbie question
So I read the Kaleidoscope tutorial, big thanks to Chris Latter. Good pace, still excellent coverage.
Just at the end it mentions closures and I was wondering how those are done in llvm.
The link was to wikipedia, and i do know what closures/blocks/continuations are, (i think) but maybe someone could point me to where to read about how to do them in llvm.
Thanks
Torsten
2003 Dec 01
0
No subject
...y. How can I disable this? There's no Take Ownership flag in the
Linux ACLs, so I don't see where NT is getting this from.
----------
David Brodbeck, System Administrator
InterClean Equipment, Inc.
Ann Arbor, Michigan
davidb@mail.interclean.com
(734) 975-2967 x221
Return-Path: <seth@calculon.northrops.com>
Delivered-To: samba@lists.samba.org
Received: from calculon.northrops.com (unknown [216.101.169.62]) by
lists.samba.org (Postfix) with ESMTP id AA2914FDB for
<samba@lists.samba.org>; Tue, 14 Aug 2001 13:35:06 -0700 (PDT)
Received: from localhost (seth@localhost) by calcu...