Skip to content
Snippets Groups Projects
  1. Apr 05, 2024
  2. Jan 16, 2024
  3. Nov 22, 2023
  4. Nov 11, 2023
  5. May 26, 2023
  6. Feb 09, 2023
  7. Dec 13, 2022
  8. Sep 17, 2022
  9. Jun 22, 2022
  10. Jun 11, 2022
  11. Jun 06, 2022
    • Benjamin Maurer's avatar
      Fixed invocation of shootout/reverse-complement. · 1fb86270
      Benjamin Maurer authored
      Input generation with the shake-based nofib-run didn't work for
      shootout/reverse-complement, so the test was never run.
      Created a boot.sh script analogous to shootout/k-nucleotide.
      Compilation of fasta-c.c and revcomp-c.c gave warnings for
      ignored return values of 'write' - suppressed them by explicitly
      ignoring with '(void)!' (negation and void cast).
      1fb86270
    • Benjamin Maurer's avatar
      Fixed stdout files for 'slow' mode. · 489b1b91
      Benjamin Maurer authored
      real/smallpt's .slowstdout file was missing.
      The value in spectral/dom-lt's was wrong, also runtime was lower
      than 5 sek on my machine (should be between 5-10s),
      so I increased the argument and updated dom-lt.slowstdout.
      489b1b91
  12. Jun 05, 2022
  13. Apr 04, 2022
  14. Mar 13, 2022
  15. Mar 10, 2022
  16. Mar 06, 2022
  17. Mar 02, 2022
    • Alex D's avatar
      smallpt: truncate result · eabee5bd
      Alex D authored and Matthew Pickering's avatar Matthew Pickering committed
      Current test does some floating-point manipulations which can be non-deterministic
      due to different platforms/architectures. This change truncates the result to
      avoid potential stdout mismatch.
      eabee5bd
  18. Nov 13, 2021
  19. Nov 07, 2021
  20. Oct 18, 2021
  21. Oct 12, 2021
  22. Sep 16, 2021
  23. Sep 07, 2021
  24. Jul 06, 2021
Loading