search for: apierce

Displaying 3 results from an estimated 3 matches for "apierce".

Did you mean: pierce
2010 Apr 01
1
iSCSI supported initiators
What initiators does libvirt support for the iSCSI pool? Will it work with qlogic's iSCSI HBAs for instance? --- Alexander Pierce, RHCE Solutions Architect -- Red Hat, Inc. apierce at redhat.com -- +1 (530) MR-LINUX (675-4689) Learn. Network. Experience Open Source. The 2010 Red Hat Summit and JBoss World Boston. June 22 - 25, 2010 http://www.theredhatsummit.com http://www.jbossworld.com
2004 May 03
3
R 1.9.0 on AIX, 64-bit
I'm trying to get R 1.9.0 running on AIX 5.1 with the standard AIX compilers (xlc, xlf) and it is failing 2 of the tests, test-Reg in reg-tests-1.R like this: bash-2.05b$ tail -30 reg-tests-1.Rout.fail [,1] [,2] [1,] 1 3 [2,] 2 4 [3,] 1 3 [4,] 2 4 > stopifnot(typeof(res) == "list") > ## were not implemented in 1.8.1 > > > ## Date objects with
2002 Jul 16
2
R 1.5.1 on AIX 5.1
I'm trying to get R running on AIX 5.1 with the native AIX compilers, VisualAge C++ 5.0.2.0 and XL Fortran Compiler 7.1.0.0. R compiled fine, but in running the test cases, the base-Ex.R tests fail in the Choleski decomposition with the following: > x <- matrix(c(1:5, (1:5)^2), 5, 2) > m <- crossprod(x) > Q <- chol(m) Error in chol(m) : NA/NaN/Inf in foreign function call