search for: mcdata

Displaying 10 results from an estimated 10 matches for "mcdata".

Did you mean: dcdata
2012 Mar 10
1
Draw values from multiple data sets as inputs to a Monte-Carlo function; then apply across entire matrix
Hi all, I am trying to implement a Monte-Carlo simulation for each cell in a spatial matrix (using mcd2 package) . I have figured out how to conduct the simulation using data from a single location (where I manually input distribution parameters into the R code), but am having trouble (a) adjusting the code to pull input variables from my various data sets and then (b) applying the entire
2010 Sep 26
2
[LLVMdev] Win32 COFF Support
...39;/test/MC/COFF' if the string references are emitted as temporaries. > > -Nathan > > The patch looks good, but please follow the LLVM coding conventions. > Also, clang emits warnings on all of the signed-unsigned comparisons, > and the order of initialization for COFFSymbol::MCData. > > The test fails, but that's only because it is looking for binary > equivalence, just llc the test and run coff-dump to re update it. I > ran the test-suite with clang -integrated-as with and without your > patch and I got identical results. > > So fix the coding conven...
2010 Sep 26
0
[LLVMdev] Win32 COFF Support
...e output of > the  '/test/MC/COFF' if the string references are emitted as temporaries. > -Nathan The patch looks good, but please follow the LLVM coding conventions. Also, clang emits warnings on all of the signed-unsigned comparisons, and the order of initialization for COFFSymbol::MCData. The test fails, but that's only because it is looking for binary equivalence, just llc the test and run coff-dump to re update it. I ran the test-suite with clang -integrated-as with and without your patch and I got identical results. So fix the coding conventions, warnings, and update the t...
2010 Sep 27
0
[LLVMdev] Win32 COFF Support
...g references are emitted as >> > temporaries. >> > -Nathan >> >> The patch looks good, but please follow the LLVM coding conventions. >> Also, clang emits warnings on all of the signed-unsigned comparisons, >> and the order of initialization for COFFSymbol::MCData. >> >> The test fails, but that's only because it is looking for binary >> equivalence, just llc the test and run coff-dump to re update it. I >> ran the test-suite with clang -integrated-as with and without your >> patch and I got identical results. >> >&...
2010 Sep 26
4
[LLVMdev] Win32 COFF Support
Hi guys, While trying to get dwarf debugging information to work with Win32 COFF targets, I came across a couple of issues with the current implementation of WinCOFFObjectWriter. Emitting empty section causes debug information to invalid, as the presence of certain debug section implies available information, and emission of labels as symbols confused gdb about the structure of the program. The
2008 Jul 09
8
Using zfs boot with MPxIO on T2000
...ystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 03 June 2008 Installed from DVD as ZFS boot filesystems 1 SAN disk attached from IBM SVC using DS8300 storage. 2 - 1 port Qlogic cards attached to McData 6064 Directors Here''s my questions: 1. After the install I created a zfs mirror of the root disk c0t0d0 to c0t1d0, format shows the mirrored disk with sectors instead of cylinders, is this normal or correct? Is there a way to reverse this back to cylinders if it is not? Same goes for...
2007 Oct 12
5
ZFS on EMC Symmetrix
If anyone is running this configuration, I have some questions for you about Page83 data errors. This message posted from opensolaris.org
2009 Aug 26
26
Xen and I/O Intensive Loads
Hi, folks, I''m attempting to run an e-mail server on Xen. The e-mail system is Novell GroupWise, and it serves about 250 users. The disk volume for the e-mail is on my SAN, and I''ve attached the FC LUN to my Xen host, then used the "phy:/dev..." method to forward the disk through to the domU. I''m running into an issue with high I/O wait on the box (~250%)
2009 Jan 11
35
SDXC and the future of ZFS
Wouldn''t it be great if the opensolaris community creates a fs fzfs (for flash zfs) that could be the the filesystem for SDXC cards? Two main point for this are already there Sun is a member of SD Card Association and the code writting smart on a flash should be there as well with stuff of l2arc. I think that could give the opensolaris a more visiblie/ markting in the IT space and would
2005 Sep 20
0
homedir question
Hi! We have 5 nfs servers, all running Samba. Various users accounts are spread across the nfs servers. Right now, Samba is set to export the home directories for that nfs server under \\serverX\home, so the user must go to the correct nfs server to see his home directory. What I'd like is that if user xyz123's home directory is on server1, he/she sees it as \\server1\xyz123 as well.