Search results

Jump to: navigation, search
  • ...ct=j D programming]] or [[https://www.google.com/search?q=d%20language&rct=j D language]] works well. Using '''dlang''' in combination with a search hel
    5 KB (827 words) - 12:58, 16 July 2020
  • Of course, parallelizing with <tt>-j</tt> improves speed as well.
    27 KB (4,396 words) - 12:53, 18 June 2019
  • ninja install # or `make -j$(nproc) install` # Build; use -j<N> to limit parallelism if running out of memory. The binaries end up in bi
    10 KB (1,573 words) - 22:08, 6 April 2022
  • * Make sure the code base passes the test suite (ctest -j<n>) in the follwing configurations:
    4 KB (631 words) - 16:09, 9 November 2016
  • // Wait -- what? What on earth are %i, %j, %k, and %l?! writeln("%j", s); // Hmm, prints "j"!
    8 KB (1,108 words) - 10:12, 14 November 2014
  • <tt>$ DMD_TESTSUITE_MAKE_ARGS=-j$(nproc) ctest -V -R dmd-testsuite</tt>
    9 KB (1,581 words) - 02:30, 15 February 2020
  • make -f posix.mak MODEL=64 DMD=../dmd/src/dmd -j 9 make -f posix.mak MODEL=64 DMD=../dmd/src/dmd -j 9
    3 KB (522 words) - 21:53, 27 July 2013
  • int j; // 2
    6 KB (904 words) - 04:39, 25 September 2014
  • ...build.log # insert your number of cores in the -j argument ...build.log # insert your number of cores in the -j argument
    7 KB (952 words) - 20:06, 1 September 2015
  • ...e people have reported no problems. It may be that problems occur only if -j is more than the number of processor cores.
    8 KB (1,391 words) - 20:04, 1 September 2015
  • | '''-J''' <dir>||Add <dir> to the list of string import paths.
    10 KB (1,432 words) - 16:07, 9 June 2022
  • ...mport for the path via the <tt>DFLAGS</tt> argument listed below. The <tt>-J</tt> argument defines the path where the compiler should look for the <tt>T make -f posix.mak -j8 DFLAGS="-version=TZDatabaseDir -J/tmp/"
    7 KB (1,109 words) - 12:29, 9 March 2023
  • <tr><td><tt>e[i..j]</tt></td><td>lifetime(e)</td><td></td></tr> int* j = *h; // Ok, scope is not transitive
    24 KB (3,898 words) - 19:53, 1 September 2015
  • aapt package -M ./AndroidManifest.xml -I $PREFIX/share/java/android-21.jar -J src/ -S res -m
    20 KB (3,119 words) - 19:16, 13 December 2022
  • Adjust the parameter passed to <tt>-j</tt> depending on your machine (beefier machines support larger parameters) ** all tests with <code>make -f posix.mak unittest</code> (add <code>-j NUMBER_OF_CORES</code> if you have multiple cores)
    11 KB (1,786 words) - 09:38, 12 March 2024
  • enum j = complicatedComputation(123, 456);
    48 KB (7,805 words) - 16:40, 13 May 2022