search for: j8

Displaying 20 results from an estimated 118 matches for "j8".

2002 Sep 27
3
? Exact pattern matching in GREP ?
How is exact pattern matching achieved in GREP (and GREPlike) functions ? # Want: listing of all object names that end in *.lm > objects(pattern="*.lm",pos=1) # ... but get: all objects that partially match *.lm, e.g., *.lme [1] "j3.lm" "J3.lme" "j8.lm" "J8.lme" # Want: position of string "4jan2002" in vector > date.index <- grep("4jan2002", my.dates) # .... but get: > my.dates[date.index] [1] "4jan2002" "24jan2002" "14jan2002" Thank you. Derek N. Eder G?...
2008 Nov 30
1
parallel build for package? (equivalent of make -j8)
I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see anything obvious arguments to do this. Thanks, Whit
2010 Feb 21
1
[LLVMdev] patch: purdy colours for makefiles
...output to build llvm+clang: 1330 - sub-shell echo rate: ~1485 lines/second - sub-shell make-banner.sh rate: ~267 lines/second Build speed comparison. Host environment: - Mac OS X 10.6.2, gcc-4.2, 8 core host - build llvm + clang (debug) - llvm and clang trunk at 96719 - timing command: time make -j8 (times shown are in seconds, USER SYSTEM ELAPSED) BEFORE PATCH: >time make -j8 pass1. 1384.373u 226.969s 4:22.87 612.9% pass2. 1385.766u 227.542s 4:18.40 624.3% pass3. 1379.234u 224.674s 4:17.56 622.7% AFTER PATCH: >setenv MAKE_BANNER_ANSI=1 >time make -j8 pass1. 1387.113u 22...
2017 May 01
2
Problem with Polly build
...\ > -DLLVM_TARGETS_TO_BUILD="X86" \ > ${LLVMSourceDir} > > I build LLVM, Clang, Clang extra tools, Compiler-RT and Polly together. I tried this configuration (I have lld, lldb, libcxx etc in my source tree as well). Neither "make LLVMPolly -j8" nor "make Polly -j8" resulted in an error on a clean build. Can you try "make intrinsics_gen" before building anything else? The should generate the missing "llvm/IR/Attributes.gen". You could also try "-DLLVM_POLLY_LINK_INTO_TOOLS=OFF". Michael
2009 Aug 15
5
Incompatibility using pxelinux 3.80 or later and setupldr.exe from windows XP 32 bits
...2 from windows source) copy from syslinux 3.81 the file pxelinux.0 into yout tftp root copy from syslinux 3.81 the file menu.c32into yout tftp root When you launch your client computer and select "Windows XP Home" the textmode setup will start and stop on the message "Le fichier INF j8??j9,,j:??j;??j<??j=??j>??,???? est endommag? ou manquant, sta." The filename cannot be reproduced: most of characters are non alphanumerics characters. I replaced them by question marks. Here is the filename as received by the TFTP server : RRQ from 192.168.0.173 filename j8?#002j9?#002j...
2019 Apr 04
1
[PATCH v4 5/5] xfs: disable map_sync for async flush
...lper function for both ext4 & xfs filesystems. Note this pending patch for Goldwyn Rodrigues' patchset for btrfs: https://lore.kernel.org/linux-btrfs/20190328102418.5466-1-kilobyte at angband.pl/ We might want to coordinate. Meow! -- ??????? ??????? Did ya know that typing "test -j8" instead of "ctest -j8" ??????? will make your testsuite pass much faster, and fix bugs? ???????
2019 Apr 04
1
[PATCH v4 5/5] xfs: disable map_sync for async flush
...lper function for both ext4 & xfs filesystems. Note this pending patch for Goldwyn Rodrigues' patchset for btrfs: https://lore.kernel.org/linux-btrfs/20190328102418.5466-1-kilobyte at angband.pl/ We might want to coordinate. Meow! -- ??????? ??????? Did ya know that typing "test -j8" instead of "ctest -j8" ??????? will make your testsuite pass much faster, and fix bugs? ???????
2017 May 04
2
Problem with Polly build
...ot;X86" \ >>> ${LLVMSourceDir} >>> >>> I build LLVM, Clang, Clang extra tools, Compiler-RT and Polly together. >> >> I tried this configuration (I have lld, lldb, libcxx etc in my source >> tree as well). Neither "make LLVMPolly -j8" nor "make Polly -j8" >> resulted in an error on a clean build. >> >> Can you try "make intrinsics_gen" before building anything else? The >> should generate the missing "llvm/IR/Attributes.gen". >> >> You could also try "-...
2013 Jul 07
1
[LLVMdev] trying to compile llvm+clang on CentOS 5
...2/lib export CC=/home/avilella/src/gcc/gcc-4.7.2/bin/gcc export CXX=/home/avilella/src/gcc/gcc-4.7.2/bin/g++ export PATH=/home/avilella/src/python/python-2.7.3/bin:$PATH cd ~/src/llvm/latest/llvm-3.3.src ./configure --prefix=/home/avilella/src/llvm/latest/llvm && make clean && make -j8 && make install After these steps, I don't see clang in the bin directory: /home/avilella/src/llvm/latest/llvm/bin So I followed the instructions in the clang directory, and ran make -j8 on it: cd ~/src/llvm/latest/llvm-3.3.src/tools/cfe-3.3.src make -j8 Doing so, I get this clange...
2019 Apr 06
2
Can we do atomic write to a file by using raw_fd_ostream?
Hi all, In a pass I’m using raw_fd_ostream to write a string to a file. Does raw_fd_ostream guarantee the write is atomic when I do parallel compilation (currently I’m using -j8)? I have some errs() to print information for debugging purposes and I saw that the printed information gets messed up sometime. If I’m writing a string with the format of “A:B:C”, is it possible that I got “A1:B2:C1” and “A2:B1:C2” instead of the correct one “A1:B1:C1” and “A2:B2:C2”? And if this...
2019 Nov 05
1
Segmentation fault using rsync client on Android device
...led rsync for my rooted Android (armeabi-v7a, 32-bit) device using these instructions: ``` clone_or_update rsync master git://git.samba.org/rsync.git cd rsync ./prepare-source ./configure \ --prefix=$INSTALL_ROOT/rsync \ --host=$AUTOCONF_PLATFORM \ CFLAGS="$CFLAGS -static" make -j8 && make install cd - ``` Best place for instructions to build I could find were here: https://stackoverflow.com/a/18032833/157971 I didn't get any compiler or linker errors. It seemed to work. I copied the `bin/rsync` executable to the device in the `/data` directory. I then executed...
2014 Feb 26
2
[LLVMdev] compiler-rt CMake build
...ense to land my ExternalProject_Add patch so that others can experiment with it? I can add quit with a fatal_error/warning if the build tree rules are generated with Ninja. However, there is a problem with Unix Makefiles as well: parallelism doesn't work when I run "make check-compiler-rt -j8" in the original build tree, presumably because we call "cd /path/to/compiler-rt/build/tree && make check-all" there. On Tue, Feb 25, 2014 at 7:02 PM, Brad King <brad.king at kitware.com> wrote: > On 02/25/2014 03:28 AM, Alexey Samsonov wrote: > > Then I run...
2016 Jan 28
2
Proposal: Enable BUILD_SHARED_LIBS=ON by default for debug build.
...han static linked. However, for debug build, where speed is not required. Shared link has A lot of advantage. Static linked clang/llvm on linux is 17G, shared build is only 1.5G. On a mainstream linux host machine with 12G memory, only -j1 can be used to finish final linking step. With -j8 the linux will link the linking. With 17G footprint, copying from build folder to install folder is also very slow. So it is very reasonable to set BUILD_SHARED_LIBS=ON as default for debug build because it would improve usability and performance. Thanks, Yin -------------- nex...
2011 Oct 03
0
[LLVMdev] Build glitch
Hi all, there seems to be some some missing dependency in the LLVM build system: $ make -j8 happiness Updated to revision 140992. ... llvm[2]: ======= Finished Linking Release+Asserts Executable FileUpdate (without symbols) make[2]: Leaving directory `/home/ecsardu/LLVM/build-tcclab1/utils/FileUpdate' llvm[2]: Compiling ClangAttrEmitter.cpp for Release+Asserts build llvm[2]: ======= F...
2019 Apr 04
0
[PATCH v4 5/5] xfs: disable map_sync for async flush
...ps://lore.kernel.org/linux-btrfs/20190328102418.5466-1-kilobyte at angband.pl/ > > We might want to coordinate. Sure. Good to know. Thanks for the pointer. Will have a look. Best regards, Pankaj > > > Meow! > -- > ??????? > ??????? Did ya know that typing "test -j8" instead of "ctest -j8" > ??????? will make your testsuite pass much faster, and fix bugs? > ??????? >
2013 Jan 08
3
[LLVMdev] Test Suite - Livermore Loops
...m not sure I should change them to "simple" or keep as "nightly" but do it via LNT. When I added Livermore, I presumed I was running LNT with the nightly variant (nt): ./sandbox/bin/python sandbox/bin/lnt runtest \ --submit ~/devel/llvm/test/perfdb \ nt \ -j8 \ --sandbox sandbox \ --test-suite ~/devel/llvm/test/test-suite \ --cc ~/devel/llvm/build/bin/clang \ --cxx ~/devel/llvm/build/bin/clang++ \ --only-test SingleSource/Benchmarks/LivermoreLoops Is that right? cheers, --renato -------------- next part -------------...
2009 Aug 27
1
[LLVMdev] Building llvm-gcc with fortran support
...onfiguring like this: /gro/pkg/src/llvm-gcc/configure --prefix=/pkg/bin/llvm-gcc --program-prefix=llvm- --enable-llvm=/pkg/build/llvm --enable-languages=c,c++,fortran I then set LD_LIBRARY_PATH to include the path of the libs for gcc-4.3.2, add that version of gcc to the PATH, and then run gmake -j8. Here is the error: /pkg/build/llvm-gcc/./prev-gcc/xgcc -B/pkg/build/llvm-gcc/./prev-gcc/ -B/pkg/bin/llvm-gcc/x86_64-unknown-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wo...
2019 Nov 18
4
Re: How to build virt-v2v after the project was separated
...me, aborting So I tried: rm -rf common/* $ git submodule update Cloning into '/home/nsoffer/src/virt-v2v/common'... Submodule path 'common': checked out '8c42f772614b44a8cb974afa904ec9f518431ab2' $ ./autogen.sh This seems to fix the issue, but make failed with: $ make -j8 There seems to be no Makefile in this directory. You must run ./configure before running 'make'. make: *** [GNUmakefile:108: abort-due-to-no-makefile] Error 1 $ ./configure Works, but now make fail with: $ make -j8 make all-recursive make[1]: Entering directory '/home/nsoffer/src/vi...
2017 May 01
2
Problem with Polly build
Hi Eugene, It is strange, I also do a clean build with CMake+make with r301734 and it is ok. Could you provide more details? Thanks Hongbin On Mon, May 1, 2017 at 10:58 AM, Eugene Zelenko via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, Michael! > > On Sun, Apr 30, 2017 at 2:06 PM, Michael Kruse <llvmdev at meinersbur.de> > wrote: > > 2017-04-29 0:49
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
...it together with LLVM > Project source tree. > > git://github.com/Journeyer/klang.git > > There exist many branches and each branch is for each chapter of Kaleidoscope. Hi Journeyer, Thanks! I'm following instructions in the README. But I get the following error when run make -j8 in llvm_obj_dir$. Do you know what is wrong? llvm[4]: Compiling ASTNodes.cpp for Debug+Asserts build In file included from /Users/py/dvcs_src/llvm/projects/klang/lib/AST/ASTNodes.cpp:15: /Users/py/dvcs_src/llvm_obj_dir/projects/klang/../../../llvm/projects/klang/include/klang/Driver/Driver.h:23:1...