search for: j32

Displaying 20 results from an estimated 40 matches for "j32".

Did you mean: 32
2013 May 17
2
[LLVMdev] AArch64 build error
Hi, I'm getting a "random" build failure related to AArch64 when building with cmake. The build is running with -j32 so it seems that there is some dependency issue that causes the build to fail when things build in a certain order. Is anyone else seeing this problem? paul 3008 make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenDAGISel.inc', needed by `lib/Target/AArch64/Utils/CMakeFiles/LLV...
2013 May 17
0
[LLVMdev] AArch64 build error
Hi Paul, > I'm getting a "random" build failure related to AArch64 when building with cmake. > The build is running with -j32 so it seems that there is some dependency issue > that causes the build to fail when things build in a certain order. > 3008 make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenDAGISel.inc', needed by Hmm. That file's generated by TableGen (via some kind of custom m...
2013 May 17
1
[LLVMdev] AArch64 build error
Hi Tim, On 2013-05-17 4:18 PM, "Tim Northover" <t.p.northover at gmail.com> wrote: >Hi Paul, > >> I'm getting a "random" build failure related to AArch64 when building >>with cmake. >> The build is running with -j32 so it seems that there is some >>dependency issue >> that causes the build to fail when things build in a certain order. > >> 3008 make[2]: *** No rule to make target >>`lib/Target/AArch64/AArch64GenDAGISel.inc', needed by > >Hmm. That file's generated by...
2011 Nov 02
0
[LLVMdev] RFC: Upcoming Build System Changes
...0+0k 0+0io 0pf+0w 16: 1681.512u 189.706s 2:48.96 1107.4% 0+0k 0+0io 0pf+0w 32: 1698.817u 209.073s 2:02.88 1552.6% 0+0k 0+0io 0pf+0w The processors are Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz. Note that I had two other processes running, so 2 cores were unavailable throughout the -j32 build. I did not use CMake but the standard autoconf + Makefile build. Not sure if this helps, but here it is, for what it's worth. -- John T.
2011 Nov 02
5
[LLVMdev] RFC: Upcoming Build System Changes
...did not use CMake but the standard autoconf + Makefile build. > > Not sure if this helps, but here it is, for what it's worth. Very interesting, thanks! CMake introduces more parallelism and it would be great to see how much impact it makes. If you can, please run the cmake build with -j32, just to compare with the `make' build. If you simply ran `configure && time make' for the autoconf build, that builds the Debug+Asserts mode. For replicating it on cmake, run mkdir build-directory && cd build-directory cmake -DCMAKE_BUILD_TYPE=Debug path/to/llvm/source/ro...
2010 Jan 20
2
Error meaning
...[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[3]*(pars[3]^2+pars[3]*pars[4]) j43 <- pars[2]*(pars[3]^2+pars[3]*pars[4]) j44 <- pars[3]*pars[2]*pars[3]                            jacobian <- matrix(c(j11,j12,j13,j14...
2011 Nov 01
2
[LLVMdev] RFC: Upcoming Build System Changes
Am 01.11.2011 18:04, schrieb Joerg Sonnenberger: > On Tue, Nov 01, 2011 at 11:09:41AM +0100, Joachim Durchholz wrote: >> On the reasons why make-based builds are slow, Peter Miller has some >> insight to offer: >> http://miller.emu.id.au/pmiller/books/rmch/ . >> I'm not sure how widely recognized that paper is. Maybe it's widely >> known and today's
2014 Apr 02
2
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
...ealing frequency depending >> on its distance from the queue head. >> - Add performance data for IvyBridge-EX CPU. > FYI, your v7 patch with 32 VCPUs (on a 32 cpu socket machine) on an > HVM guest under Xen after a while stops working. The workload > is doing 'make -j32' on the Linux kernel. > > Completely unresponsive. Thoughts? > Thank for reporting that. I haven't done that much testing on Xen. My focus was in KVM. I will perform more test on Xen to see if I can reproduce the problem. -Longman
2014 Apr 02
2
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
...ealing frequency depending >> on its distance from the queue head. >> - Add performance data for IvyBridge-EX CPU. > FYI, your v7 patch with 32 VCPUs (on a 32 cpu socket machine) on an > HVM guest under Xen after a while stops working. The workload > is doing 'make -j32' on the Linux kernel. > > Completely unresponsive. Thoughts? > Thank for reporting that. I haven't done that much testing on Xen. My focus was in KVM. I will perform more test on Xen to see if I can reproduce the problem. -Longman
2020 Jun 24
5
R 4.0.1-4.0.2 built with Intel Composer 19.0-19.1.1, error in "make check" on CentOS 7.7
...-AVX512" export MKL="-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread" VERSION=4.0.1 /scratch/novosirj/install-files/R-${VERSION}/configure --with-blas="$MKL" --with-lapack --prefix=/opt/sw/packages/intel-19_1/R-Project/${VERSION} && \ make -j32 && make check && make -j32 install However, the ?make check" phase fails at this part: Testing examples for package ?parallel? make[2]: Leaving directory `/mnt/scratch/novosirj/R-4.0.1-intel-19.1-build/tests/Examples' make[1]: Leaving directory `/mnt/scratch/novosirj/R-4....
2011 Nov 02
0
[LLVMdev] RFC: Upcoming Build System Changes
...standard autoconf + Makefile build. >> >> Not sure if this helps, but here it is, for what it's worth. > Very interesting, thanks! > > CMake introduces more parallelism and it would be great to see how much > impact it makes. If you can, please run the cmake build with -j32, just > to compare with the `make' build. > > If you simply ran `configure&& time make' for the autoconf build, that > builds the Debug+Asserts mode. For replicating it on cmake, run > > mkdir build-directory&& cd build-directory > cmake -DCMAKE_BUILD_...
2014 Apr 03
2
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
...> on its distance from the queue head. > >>> - Add performance data for IvyBridge-EX CPU. > >>FYI, your v7 patch with 32 VCPUs (on a 32 cpu socket machine) on an > >>HVM guest under Xen after a while stops working. The workload > >>is doing 'make -j32' on the Linux kernel. > >> > >>Completely unresponsive. Thoughts? > >> > > > >Thank for reporting that. I haven't done that much testing on Xen. > >My focus was in KVM. I will perform more test on Xen to see if I > >can reproduce the proble...
2014 Apr 03
2
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
...> on its distance from the queue head. > >>> - Add performance data for IvyBridge-EX CPU. > >>FYI, your v7 patch with 32 VCPUs (on a 32 cpu socket machine) on an > >>HVM guest under Xen after a while stops working. The workload > >>is doing 'make -j32' on the Linux kernel. > >> > >>Completely unresponsive. Thoughts? > >> > > > >Thank for reporting that. I haven't done that much testing on Xen. > >My focus was in KVM. I will perform more test on Xen to see if I > >can reproduce the proble...
2020 Jun 25
0
R 4.0.1-4.0.2 built with Intel Composer 19.0-19.1.1, error in "make check" on CentOS 7.7
...L="-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread" > > VERSION=4.0.1 > > /scratch/novosirj/install-files/R-${VERSION}/configure --with-blas="$MKL" --with-lapack --prefix=/opt/sw/packages/intel-19_1/R-Project/${VERSION} && \ > make -j32 && make check && make -j32 install For what it is worth, we used to build R with the Intel compilers and MKL on our HPC cluster (on CentOS Linux), and we used the following setup. Note the comments about -fp-model precise and -ipo. It might no longer be a problem, but maybe worth...
2013 May 24
0
[LLVMdev] Installing LLVM Tools
On Fri, May 24, 2013 at 3:27 PM, Kyle Holzinger <kholz at bu.edu> wrote: > So I just started looking into LLVM and I was wondering how to install the > LLVM tools suite. (Such as the llvm-as or lli commands in the terminal > described here: http://llvm.org/docs/CommandGuide). I have downloaded > LLVM, Clang, the test suite, and have run the build and make commands. I > have
2013 May 24
3
[LLVMdev] Installing LLVM Tools
So I just started looking into LLVM and I was wondering how to install the LLVM tools suite. (Such as the llvm-as or lli commands in the terminal described here: http://llvm.org/docs/CommandGuide (http://llvm.org/docs/CommandGuide/)). I have downloaded LLVM, Clang, the test suite, and have run the build and make commands. I have looked around on the website but I have not found a sufficient
2014 Apr 04
1
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
...gt;>>> - Add performance data for IvyBridge-EX CPU. > >>>>>>FYI, your v7 patch with 32 VCPUs (on a 32 cpu socket machine) on an > >>>>>>HVM guest under Xen after a while stops working. The workload > >>>>>>is doing 'make -j32' on the Linux kernel. > >>>>>> > >>>>>>Completely unresponsive. Thoughts? > >>>>>> > >>>>>Thank for reporting that. I haven't done that much testing on Xen. > >>>>>My focus was in KVM. I will...
2014 Apr 04
1
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
...gt;>>> - Add performance data for IvyBridge-EX CPU. > >>>>>>FYI, your v7 patch with 32 VCPUs (on a 32 cpu socket machine) on an > >>>>>>HVM guest under Xen after a while stops working. The workload > >>>>>>is doing 'make -j32' on the Linux kernel. > >>>>>> > >>>>>>Completely unresponsive. Thoughts? > >>>>>> > >>>>>Thank for reporting that. I haven't done that much testing on Xen. > >>>>>My focus was in KVM. I will...
2019 Jul 18
2
make install libvirt v5.5.0 failed
...ibvirt]# git clone https://libvirt.org/git/libvirt.git [root@localhost libvirt]# cd libvirt [root@localhost libvirt]# git checkout v5.5.0 [root@localhost libvirt]# ./autogen.sh [root@localhost libvirt]# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var [root@localhost libvirt]# make -j32 [root@localhost libvirt]# make install
2014 Apr 17
2
[LLVMdev] multithreaded performance disaster with -fprofile-instr-generate (contention on profile counters)
...readed vp9 video encoder. >> >> git clone https://chromium.googlesource.com/webm/libvpx >> cd libvpx/ >> F="-no-integrated-as -fprofile-instr-generate"; CC="clang $F" >> CXX="clang++ $F" LD="clang++ $F" ./configure >> make -j32 >> # get sample video from from >> https://media.xiph.org/video/derf/y4m/akiyo_cif.y4m >> time ./vpxenc -o /dev/null -j 8 akiyo_cif.y4m >> >> When running single-threaded, -fprofile-instr-generate adds reasonable >> ~15% overhead >> (8.5 vs 10 seconds) >...