search for: users_guide

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

Did you mean: user_guide
2013 Jul 20
1
[LLVMdev] Another memory alignment issue with SSE operations
Unfortunately, I've ran into a second issue where addpd is being performed on memory that isn't 16 byte aligned. Again, this only happens if the createJIT OptLevel is set to Default (vs None). According to http://www.jaist.ac.jp/iscenter-new/mpc/altix/altixdata/opt/intel/vtune/doc/users_guide/mergedProjects/analyzer_ec/mergedProjects/reference_olh/mergedProjects/instructions/instruct32_hh/vc8a.htm that will cause a GPF. I've attached the LLVM IR and a copy of the Disassembly this results in. The crash occurs at 00370872 At the time of the crash, ESP is set to 0018EEF8 - this resu...
2009 Feb 18
2
Tables
Are there any standards emerging for how to represent tables in Markdown? Regards, - Daniel -------------------------------------------- Dr Daniel Winterstein Winterwell Associates Ltd tel: 0772 5172 612 http://www.winterwell.com Registered in Scotland, company no. SC342991
2005 Jul 12
1
problem mounting ocfs2: heartbeat
When attempting to mount the OCFS2 file system I'm getting the following error message: ocfs2_hb_ctl: Internal logic failure while starting heartbeat mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" I followed the steps given in the users_guide: modprobe ocfs2_dlmfs mount -t configfs none /config mount -t ocfs2_dlmfs none /dlm o2cb_ctl -H -n OCFS2CLUSTER -t cluster -a online=yes mkfs.ocfs2 -b 4096 -C 4k -L DBF1 -N 1 /dev/hda4 mount -t ocfs2 /dev/hda4 /mnt Tracking this down further it seems that the problem is somewhere below...