search for: j12

Displaying 15 results from an estimated 15 matches for "j12".

Did you mean: 12
2016 Sep 06
10
Recommended computer resources to build llvm
...;d to use "ninja -j2" so as not to keep from swapping in the best case and and in the worst case the build kills itself without completing because apparently its run out of memory. For the first 3200 files or so it was doing just fine with "ninja" which is probably "ninja -j12" but as I said for the last 100 or so files I had to use "ninja -j2" to get it to complete. So what is the recommended computer resources, and I guess RAM size in particular, for building llvm "quickly"? -- wink
2011 Sep 29
3
[LLVMdev] r140697 broke building with shared library enabled
...rgets=host,ptx --enable-shared > And the build is successful. > What is your configure line, and system OS? Not sure it's relevant, but I had the same error from clean GIT repo. SVN clean repo at the same time gave me no errors. On both cases, Linux Ubuntu 11.04: $ cmake ../src $ make -j12 -- cheers, --renato http://systemcall.org/
2010 Jan 20
2
Error meaning
...t;- pars[1]    b1  <- pars[2]     b2  <- pars[3]    rho <- pars[4]   f1 <- pars[1]*pars[2] f2 <- pars[1]*(pars[1]+1)*pars[2]^2 f3 <- pars[1]*(pars[1]+1)*pars[3]^2 f4 <- pars[1]*pars[2]*pars[3](pars[1]+pars[4]) fval  <- c(f1,f2,f3,f4) ## jacobian matrix j11 <- pars[2] j12 <- pars[1] j13 <- 0 j14 <- 0 j21 <-  (2*pars[1]+1)*pars[2]^2 j22 <-  2*pars[2]*pars[1]*(pars[1]+1) j23 <-  0 j24 <-  0 j31 <- (2*pars[1]+1)*pars[3]^2 j32 <- 2*pars[3]*pars[1]*(pars[1]+1) j33 <- 0 j34 <- 0 j41 <- pars[2]*pars[3]*(2*pars[1]+pars[4]) j42 <- pars...
2013 Jul 01
3
[LLVMdev] Build problem with nonstandard lib directory
...ewer versions though a non-standard directory, e.g., /depot/gcc-4.5.2/bin/g++ is gcc version 4.5.2 (the version I want to use). I've checked out the LLVM 3.3 code, and I try to configure and build it like this: ../src/llvm-3.3/configure --enable-doxygen --enable-jit --prefix=`pwd`/bin gmake -j12 After several step succeed, I eventually get the following error: <clip>/build/Debug+Asserts/bin/llvm-tblgen: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by <clip>/build/Debug+Asserts/bin/llvm-tblgen) I know this error. It occurs when the default /usr/...
2013 Jul 01
0
[LLVMdev] Build problem with nonstandard lib directory
...ewer versions though a non-standard directory, e.g., /depot/gcc-4.5.2/bin/g++ is gcc version 4.5.2 (the version I want to use). I've checked out the LLVM 3.3 code, and I try to configure and build it like this: ../src/llvm-3.3/configure --enable-doxygen --enable-jit --prefix=`pwd`/bin gmake -j12 After several step succeed, I eventually get the following error: <clip>/build/Debug+Asserts/bin/llvm-tblgen: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by <clip>/build/Debug+Asserts/bin/llvm-tblgen) I know this error. It occurs when the default /usr/...
2011 Sep 29
0
[LLVMdev] r140697 broke building with shared library enabled
...e build is successful. > > What is your configure line, and system OS? > > Not sure it's relevant, but I had the same error from clean GIT repo. > SVN clean repo at the same time gave me no errors. > > On both cases, Linux Ubuntu 11.04: > > $ cmake ../src > $ make -j12 > I've applied a fix in r140783. Renato, Heikki, does this fix the build for you? > > -- > cheers, > --renato > > http://systemcall.org/ > -- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2015 Nov 13
1
[PATCH] po-docs: disable parallel build
...assles thanks to 1ea1646e6f224dbc5b3922bb3c65aab4d71a9cb9. This can be worked around by running the requisite commands first, i.e., rm -f po-docs/podfiles && make -C po-docs update-po && make But after that, there still appears to be a race in the po-docs build (reproduced on -j12 on an E5-1650 v2): make[2]: Entering directory 'libguestfs-git/src/libguestfs/po-docs' Making all in ja make[3]: Entering directory 'libguestfs-git/src/libguestfs/po-docs/ja' make[3]: *** No rule to make target 'guestfish-actions.pod', needed by 'gue...
2012 Dec 13
5
[PATCH special] vtpm fix cmake dependency
Ian, this one is special just for you. I''m sending it as an attachment because my email client will mangle it. This patch will remove the cmake dependency from xen prior to autoconf stubdom This patch applies ontop of [VTPM v7 3/8] vtpm/vtpmmgr and required libs to stubdom/Makefile You can apply it to your tree by doing the following: git rebase -i <VTPM v7 3/8 revision>
2011 Sep 29
0
[LLVMdev] r140697 broke building with shared library enabled
On Thu, Sep 29, 2011 at 3:06 AM, Heikki Kultala <hkultala at iki.fi> wrote: > > > make[1]: Entering directory > `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config' > llvm[1]: Regenerating LibDeps.txt.tmp > llvm[1]: Checking for cyclic dependencies between LLVM libraries. > find-cycles.pl: Circular dependency between *.a files: > find-cycles.pl:
2011 Sep 29
2
[LLVMdev] r140697 broke building with shared library enabled
make[1]: Entering directory `/home/hkultala26/src/llvm-trunk/llvm/tools/llvm-config' llvm[1]: Regenerating LibDeps.txt.tmp llvm[1]: Checking for cyclic dependencies between LLVM libraries. find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMPTXAsmPrinter.a libLLVMPTXCodeGen.a libLLVMPTXDesc.a llvm[1]: Building llvm-config script. cat:
2008 May 20
1
2.6.25.* domU i386 baremetal/xen dual boot kernels (Fedora 8)
I''ve been having some fun recently with trying to get a stock upstream kernel working, compiled with support for both baremetal and PV booting. This is with a view to getting a similar configuration into the Xensource automated test setup. Since I''ve just got such a kernel to boot a Fedora 8 PV guest I thought I''d share what I did, as there are a couple of tricks to
2011 Feb 22
0
Advice/suggestions on using a stacked barplot with "zoo"?
...index(CPUd))[, 1:4], border = NA, col = plot_colors, ylim = c(0, 100), space = 0, legend.text = plot_states, args.legend = c(x = "topleft", title = "CPU states"), ylab = "%CPU", xlab = "Time (seconds)", main = "CPU utilization during FreeBSD \"make -j12 buildworld\"") And the resulting graph is mostly OK, but the X axis appears to be a sequence of POSIXcts. I've tried various forms of evasive maneuvers (mostly, specifying "..., axisnames = FALSE" in the barplot() invocation, followed by invocations involving axis() subseq...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...1.1 (vecLib 3.1.1) /System/ Library/Frameworks/vecLib.framework/Versions/A/vecLib Model: PowerMac7,2, BootROM 5.0.7f0, 2 processors, PowerPC 970 (2.2), 2 GHz, 8 GB Graphics: ATI Radeon 9600 Pro, ATY,RV350, AGP, 64 MB Memory Module: DIMM0/J11, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM1/J12, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM4/J41, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM5/J42, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM6/J43, 1 GB, DDR SDR...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
...1.1 (vecLib 3.1.1) /System/ Library/Frameworks/vecLib.framework/Versions/A/vecLib Model: PowerMac7,2, BootROM 5.0.7f0, 2 processors, PowerPC 970 (2.2), 2 GHz, 8 GB Graphics: ATI Radeon 9600 Pro, ATY,RV350, AGP, 64 MB Memory Module: DIMM0/J11, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM1/J12, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM4/J41, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM5/J42, 1 GB, DDR SDRAM, PC3200U-30330 Memory Module: DIMM6/J43, 1 GB, DDR SDR...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...V;bi=U*Z|kGJz*NJi4T;91oUg zaHUy8i4UJ;nvyDw at 2<E#&hMwLRITrLzvMU~OpI!hChq4~p~}b<D5+thYz^SOyrq7% z{&;ZiO1NLM!&=vb9}r9r{%X`%pGs^ZgH(-q6nD-2q=)*W?ipN}Vs}u0rI%%5 at Y-q# zu$AYHFYo$LJ~mOt?}Pn5kE**d<_FmNj)j)h&#bK5jsT0lVj069Shpq$JDS<cl~ecc z02mi-mMiVjLMo1AaEY(inr|RF`CR7Juz+AFlg$j12w>jC1L;TAlt20ncb4Jj5#=^J zYlD&|mgqPMfM~>k@}D at _<cuPLeXQuPaqHfgcbyrwcHZ9gC2AzmaaA_nH?q92Y%GWW zh8Rk)iqkOoEr3=K0Q}edVbylX?yX~9eZQ5KWnWcgRB- at lSqgZt)Kk44Bh;8w$K!RT z-2u<WSb<R!%mL6QHvrmS`c;G_b=K#yREKbNAAfb+)&y;nIsmh>CO0FkmnSB5oF$H4 zkW$&aUcXNRNxy3Wl*x|%J4uY(wrBxd;=LqWWe...