Skip to content

Changes

#1438 (Feb 6, 2024, 10:40:59 AM)

  1. Revert "cabana: revert dependencies to supported versions" — Augustin Degomme / detail

#1358 (Nov 22, 2023, 8:20:37 AM)

  1. intel, new attempt, this time testing before. — Augustin Degomme / detail

#1356 (Nov 22, 2023, 1:55:36 AM)

  1. this was not the issue for intel — Augustin Degomme / detail

#1355 (Nov 22, 2023, 1:14:26 AM)

  1. attempt to fix intel mpi cleanup issue — Augustin Degomme / detail
  2. revert to older LSMS as new one is annoying with Cmake — Augustin Degomme / detail
  3. cabana: revert dependencies to supported versions — Augustin Degomme / detail

#1337 (Nov 4, 2023, 9:29:59 PM)

  1. avoid gpu flags in quicksilver — Augustin Degomme / detail

#1335 (Nov 4, 2023, 10:05:15 AM)

  1. remove new unsupported partitioned tests — Augustin Degomme / detail

#1290 (Sep 21, 2023, 11:42:38 AM)

  1. Revert "let's see if this skips qualif jobs" — Augustin Degomme / detail

#1289 (Sep 21, 2023, 11:42:08 AM)

  1. [ci skip] Cabana: needs kokkos 3.6/3.7 as of today, let's see how this goes. Skip ci as branch changing will need a cleanup on the builders and I don't have time now — Augustin Degomme / detail
  2. SWFFT repo moved — Augustin Degomme / detail
  3. kokkos has a weird naming pattern for their banches — Augustin Degomme / detail
  4. 3.7 was a bit optimistic, let's see 3.6 — Augustin Degomme / detail
  5. somehow petsc was using old platform files in PWD, and somehow this went unnoticed for a loooong time — Augustin Degomme / detail
  6. this clean target was removed recently — Augustin Degomme / detail
  7. Typos. — Arnaud Giersch / detail
  8. let's see if this skips qualif jobs — Augustin Degomme / detail
  9. try to help quicksilver — Augustin Degomme / detail
  10. cabana : update kokkos version to the one it wants — Augustin Degomme / detail
  11. Revert "let's see if this skips qualif jobs" — Augustin Degomme / detail

#1265 (Aug 30, 2023, 5:08:48 PM)

  1. cabana : update kokkos version to the one it wants — Augustin Degomme / detail

#1264 (Aug 30, 2023, 3:58:27 PM)

  1. try to help quicksilver — Augustin Degomme / detail

#1256 (Aug 21, 2023, 10:48:15 AM)

  1. let's see if this skips qualif jobs — Augustin Degomme / detail

#1180 (Jun 1, 2023, 3:17:13 PM)

  1. Typos. — Arnaud Giersch / detail

#1113 (Mar 28, 2023, 12:49:47 AM)

  1. this clean target was removed recently — Augustin Degomme / detail

#1112 (Mar 27, 2023, 10:01:04 AM)

  1. somehow petsc was using old platform files in PWD, and somehow this went unnoticed for a loooong time — Augustin Degomme / detail

#1067 (Feb 14, 2023, 10:28:10 AM)

  1. 3.7 was a bit optimistic, let's see 3.6 — Augustin Degomme / detail

#1063 (Feb 11, 2023, 12:59:36 PM)

  1. kokkos has a weird naming pattern for their banches — Augustin Degomme / detail

#1062 (Feb 11, 2023, 11:11:45 AM)

  1. SWFFT repo moved — Augustin Degomme / detail

#1058 (Feb 8, 2023, 12:11:07 PM)

  1. [ci skip] Cabana: needs kokkos 3.6/3.7 as of today, let's see how this goes. Skip ci as branch changing will need a cleanup on the builders and I don't have time now — Augustin Degomme / detail

#1004 (Dec 18, 2022, 10:29:51 AM)

  1. kripke executable generation was moved somehow in a cmake update — Augustin Degomme / detail

#1003 (Dec 18, 2022, 5:23:01 AM)

  1. kripke executable generation was moved somehow in a cmake update — Augustin Degomme / detail

#938 (Oct 6, 2022, 10:17:26 AM)

  1. default branch is master, not main — Augustin Degomme / detail

#937 (Oct 6, 2022, 10:12:36 AM)

  1. add mpi-benchmarks-suite to proxy apps suite — Augustin Degomme / detail
  2. default branch is master, not main — Augustin Degomme / detail

#933 (Oct 4, 2022, 12:19:51 AM)

  1. add mpi-benchmarks-suite to proxy apps suite — Augustin Degomme / detail

#928 (Sep 29, 2022, 5:23:00 AM)

  1. Remove cmake patches used to add positio independant flags, as they may now be useless ( see https://github.com/simgrid/simgrid/pull/382 ) — Augustin Degomme / detail

#926 (Sep 28, 2022, 10:49:16 PM)

  1. picsar : fails with modern gcc and openmp + switch repo — Augustin Degomme / detail
  2. do not spam IRC anymore — Martin Quinson / detail
  3. get rid of mkl for Qbox test and try plain scalapack instead.. — Augustin Degomme / detail
  4. unset value crashes here — Augustin Degomme / detail
  5. add CabanaMD proxy app from new ECP set — Augustin Degomme / detail
  6. remove remnants of previous build if present — adegomme@gmail.com / detail
  7. LSMS is being ported to cmake but is still too unstable as of today, stick with previous release for now — adegomme@gmail.com / detail
  8. Add a Python script for comparing online and offline simulations — Tom Cornebize / detail
  9. Run the offline simulation for HPL in the test — Tom Cornebize / detail
  10. Exit on error if the time difference is too large (instead of a simple warning) — Tom Cornebize / detail
  11. Remove trace files after execution — Tom Cornebize / detail
  12. Do not fail if 'error' is shown in stderr — Tom Cornebize / detail
  13. Use run_test.py for Comb, Ember and ExaMiniMD — Tom Cornebize / detail
  14. Fix a broken link — Tom Cornebize / detail
  15. environment seems not to be passed to all nodes, only main one, test a fix — adegomme@gmail.com / detail
  16. Use run_test.py for LSMS and CLOMP — Tom Cornebize / detail
  17. Allow scientific notation for the simulated time — Tom Cornebize / detail
  18. Use run_test.py for msgrate, ziatest and some OMB_MPI tests — Tom Cornebize / detail
  19. Use run_test.py for some MCM tests — Tom Cornebize / detail
  20. Better error handling to always remove the trace file — Tom Cornebize / detail
  21. Use run_test.py for MiniAero, MiniXyce, PENNANT, ProfugusMC and SNBONE — Tom Cornebize / detail
  22. Better file cleanup — Tom Cornebize / detail
  23. Always show the time difference — Tom Cornebize / detail
  24. Test if the terminal supports color — Tom Cornebize / detail
  25. typo in ember — adegomme@gmail.com / detail
  26. Somehow CoSP2 was not built with MPI. — adegomme@gmail.com / detail
  27. CoSP2: fix cleanups as well — adegomme@gmail.com / detail
  28. typo.. — adegomme@gmail.com / detail
  29. Replace the 'capture_output' argument — Tom Cornebize / detail
  30. Pretty print the simulation time, simulated time and trace size — Tom Cornebize / detail
  31. Timeout of 5 minutes for simulations — Tom Cornebize / detail
  32. Raise the timeout to 20 minutes — Tom Cornebize / detail
  33. Fix the simulation of some applications — Tom Cornebize / detail
  34. Fix an odd bug — Tom Cornebize / detail
  35. Log the Python version — Tom Cornebize / detail
  36. hpl optim: don't crash everytime, even when it works. — Augustin Degomme / detail
  37. have qbox actually rebuild scalapack. — adegomme@gmail.com / detail
  38. let's see if the runner survives with HPL optimized running with tracing then replayed — adegomme@gmail.com / detail
  39. remove currently unused lines, to try to finally pass this test green — adegomme@gmail.com / detail
  40. Tentative to update optimized HPL to the latest version — Tom Cornebize / detail
  41. Much less verbose compilation of HPL — Tom Cornebize / detail
  42. Smaller optimized-HPL simulation — Tom Cornebize / detail
  43. Add a license — Tom Cornebize / detail
  44. snap changed its main branch — adegomme@gmail.com / detail
  45. bump hpl version (vanilla only for now) — adegomme / detail
  46. bump OSU version — adegomme / detail
  47. Bump HPL version to 2.3 for optimized as well. Somehow patch seems to be still working as if. — adegomme@gmail.com / detail
  48. openmpi tests switched master to main — Augustin Degomme / detail
  49. minitri: work around temporary issue with the certificate for some inputs — Augustin Degomme / detail
  50. Enable most IO tests for MPI test suite — Augustin Degomme / detail
  51. IO tests might work better with hosts with disks — Augustin Degomme / detail
  52. Remove cmake patches used to add positio independant flags, as they may now be useless ( see https://github.com/simgrid/simgrid/pull/382 ) — Augustin Degomme / detail

#869 (Aug 9, 2022, 7:22:48 PM)

  1. IO tests might work better with hosts with disks — Augustin Degomme / detail

#868 (Aug 9, 2022, 6:37:58 PM)

  1. Enable most IO tests for MPI test suite — Augustin Degomme / detail

#859 (Aug 1, 2022, 6:27:11 PM)

  1. minitri: work around temporary issue with the certificate for some inputs — Augustin Degomme / detail

#856 (Jul 30, 2022, 1:57:56 PM)

  1. openmpi tests switched master to main — Augustin Degomme / detail

#806 (Jun 13, 2022, 5:26:53 PM)

  1. Bump HPL version to 2.3 for optimized as well. Somehow patch seems to be still working as if. — adegomme@gmail.com / detail

#805 (Jun 13, 2022, 4:44:28 PM)

  1. bump hpl version (vanilla only for now) — adegomme / detail
  2. bump OSU version — adegomme / detail

#673 (Feb 16, 2022, 11:00:52 AM)

  1. snap changed its main branch — adegomme@gmail.com / detail

#664 (Feb 8, 2022, 4:15:52 PM)

  1. Add a license — Tom Cornebize / detail

#663 (Feb 8, 2022, 9:51:25 AM)

  1. Much less verbose compilation of HPL — Tom Cornebize / detail
  2. Smaller optimized-HPL simulation — Tom Cornebize / detail

#660 (Feb 7, 2022, 9:28:18 AM)

  1. Tentative to update optimized HPL to the latest version — Tom Cornebize / detail

#652 (Feb 1, 2022, 9:29:44 PM)

  1. remove currently unused lines, to try to finally pass this test green — adegomme@gmail.com / detail

#651 (Feb 1, 2022, 4:52:20 PM)

  1. let's see if the runner survives with HPL optimized running with tracing then replayed — adegomme@gmail.com / detail

#649 (Feb 1, 2022, 11:34:12 AM)

  1. have qbox actually rebuild scalapack. — adegomme@gmail.com / detail

#643 (Jan 31, 2022, 12:26:15 AM)

  1. hpl optim: don't crash everytime, even when it works. — Augustin Degomme / detail

#622 (Jan 11, 2022, 1:54:52 PM)

  1. Fix an odd bug — Tom Cornebize / detail
  2. Log the Python version — Tom Cornebize / detail

#621 (Jan 11, 2022, 11:07:00 AM)

  1. Fix the simulation of some applications — Tom Cornebize / detail

#619 (Jan 10, 2022, 12:58:52 PM)

  1. Raise the timeout to 20 minutes — Tom Cornebize / detail

#618 (Jan 10, 2022, 10:51:16 AM)

  1. Pretty print the simulation time, simulated time and trace size — Tom Cornebize / detail
  2. Timeout of 5 minutes for simulations — Tom Cornebize / detail

#617 (Jan 10, 2022, 9:18:26 AM)

  1. Replace the 'capture_output' argument — Tom Cornebize / detail

#615 (Jan 9, 2022, 6:04:08 PM)

  1. typo.. — adegomme@gmail.com / detail

#614 (Jan 9, 2022, 4:43:13 PM)

  1. CoSP2: fix cleanups as well — adegomme@gmail.com / detail

#613 (Jan 9, 2022, 4:41:38 PM)

  1. Somehow CoSP2 was not built with MPI. — adegomme@gmail.com / detail

#610 (Jan 7, 2022, 10:58:34 AM)

  1. typo in ember — adegomme@gmail.com / detail

#609 (Jan 7, 2022, 9:26:24 AM)

  1. Better file cleanup — Tom Cornebize / detail
  2. Always show the time difference — Tom Cornebize / detail
  3. Test if the terminal supports color — Tom Cornebize / detail

#602 (Jan 4, 2022, 6:15:48 PM)

  1. environment seems not to be passed to all nodes, only main one, test a fix — adegomme@gmail.com / detail

#600 (Jan 4, 2022, 2:39:49 PM)

  1. Fix a broken link — Tom Cornebize / detail

#594 (Dec 30, 2021, 5:24:12 PM)

  1. LSMS is being ported to cmake but is still too unstable as of today, stick with previous release for now — adegomme@gmail.com / detail

#558 (Nov 27, 2021, 12:06:53 PM)

  1. remove remnants of previous build if present — adegomme@gmail.com / detail

#553 (Nov 23, 2021, 5:42:22 PM)

  1. add CabanaMD proxy app from new ECP set — Augustin Degomme / detail

#551 (Nov 22, 2021, 5:27:00 PM)

  1. unset value crashes here — Augustin Degomme / detail

#550 (Nov 22, 2021, 4:53:40 PM)

  1. get rid of mkl for Qbox test and try plain scalapack instead.. — Augustin Degomme / detail

#523 (Oct 28, 2021, 12:08:51 PM)

  1. do not spam IRC anymore — Martin Quinson / detail

#519 (Oct 25, 2021, 3:44:54 PM)

  1. picsar : fails with modern gcc and openmp + switch repo — Augustin Degomme / detail

#507 (Oct 15, 2021, 7:40:09 AM)

  1. temporary workaround to git issue — adegomme@gmail.com / detail
  2. issue was not here, revert — adegomme@gmail.com / detail
  3. parallel build can fail if this is not done first — adegomme@gmail.com / detail

#496 (Oct 5, 2021, 8:48:01 AM)

  1. parallel build can fail if this is not done first — adegomme@gmail.com / detail

#493 (Oct 3, 2021, 10:54:18 AM)

  1. finally add jenkins pipeline to SCM — Augustin Degomme / detail
  2. [ci skip] change badge and for starpu — Augustin Degomme / detail
  3. temporary workaround to git issue — adegomme@gmail.com / detail
  4. issue was not here, revert — adegomme@gmail.com / detail

#483 (Sep 29, 2021, 5:23:00 AM)

  1. [ci skip] change badge and for starpu — Augustin Degomme / detail

#480 (Sep 27, 2021, 5:59:35 PM)

  1. SMPI_NO_OVERRIDE_MALLOC is not needed anymore for some C++ codes as of simgrid commit 64e6fb4f — Augustin Degomme / detail

#424 (Aug 6, 2021, 10:06:47 AM)

  1. use smaller class for NPB — Augustin Degomme / detail

#422 (Aug 6, 2021, 1:24:02 AM)

  1. Add NPB as a proxy app. — Augustin Degomme / detail

#410 (Jul 26, 2021, 8:04:04 AM)

  1. fix lsms build — adegomme@gmail.com / detail

#399 (Jul 16, 2021, 11:29:00 AM)

  1. fix path to platform file and hostfile — adegomme@gmail.com / detail

#368 (Jun 16, 2021, 9:28:16 PM)

  1. change the way sampling is done in ExaMiniMD. — Augustin Degomme / detail

#365 (Jun 14, 2021, 2:13:40 PM)

  1. set new pedantic flag to SMPI for read2shmem, to avoid reporting a MPI_Win_fence error. It's called once only, yes, but that's not a real issue here. — adegomme@gmail.com / detail

#359 (Jun 10, 2021, 1:30:50 AM)

  1. use patch to add flag to examinimd — Augustin Degomme / detail

#358 (Jun 9, 2021, 5:56:32 PM)

  1. cxxflags gets modified later in the makefile, don't override it — Augustin Degomme / detail

#357 (Jun 9, 2021, 4:22:42 PM)

  1. since simgrid might override realloc, kokkos would fail to compile — adegomme@gmail.com / detail

#353 (Jun 6, 2021, 5:37:02 PM)

  1. second attempt — Augustin Degomme / detail

#352 (Jun 6, 2021, 4:40:22 PM)

  1. fix workspace missing for hpl — Augustin Degomme / detail

#350 (Jun 5, 2021, 5:11:37 PM)

  1. stop copying platform and hostfiles everywhere on the disk, just use them from their location. — Augustin Degomme / detail
  2. add a hostfile with only the 15 nodes listed in cluster_storage.xml, as we now have a check for non existing hosts in hostfiles — Augustin Degomme / detail
  3. only cleanup when CLEANUP_PROXY_APPS is set in the environment. — Augustin Degomme / detail

#340 (May 27, 2021, 4:57:53 PM)

  1. try to run parallel ECP test with new SMPI option. — Augustin Degomme / detail

#298 (Apr 18, 2021, 10:06:00 AM)

  1. tell petsc to ignore our SMPI_PRETEND_CC warning message — Augustin Degomme / detail

#282 (Apr 5, 2021, 1:01:41 PM)

  1. This test actually fails with 8 processes and wants 4. — adegomme@gmail.com / detail

#272 (Mar 27, 2021, 12:42:16 PM)

  1. save a bit of space — Augustin Degomme / detail

#270 (Mar 26, 2021, 9:56:39 PM)

  1. clarify — Augustin Degomme / detail
  2. cosmetics + don't remove folder — Augustin Degomme / detail

#269 (Mar 26, 2021, 8:33:10 PM)

  1. Un-break layout. — Augustin Degomme / detail

#268 (Mar 26, 2021, 7:56:59 PM)

  1. add ember — Augustin Degomme / detail
  2. Add CLOMP — Augustin Degomme / detail

#266 (Mar 26, 2021, 2:15:52 AM)

  1. bhtree_mpi works, now — Augustin Degomme / detail

#265 (Mar 25, 2021, 9:11:01 PM)

  1. that was needed. — Augustin Degomme / detail

#264 (Mar 25, 2021, 8:47:06 PM)

  1. so ... all codevault patches are now useless ? — Augustin Degomme / detail

#258 (Mar 20, 2021, 6:33:07 PM)

  1. Add Coral MCB benchmark — Augustin Degomme / detail

#257 (Mar 20, 2021, 3:57:16 PM)

  1. Add LSMS proxy app — Augustin Degomme / detail

#252 (Mar 16, 2021, 5:23:00 AM)

  1. You're fired :o — adegomme@gmail.com / detail

#250 (Mar 14, 2021, 10:52:43 PM)

  1. S4BXI description in README — Julien EMMANUEL / detail
  2. .. — Augustin Degomme / detail

#249 (Mar 14, 2021, 9:33:42 PM)

  1. Add Qbox prox app — Augustin Degomme / detail
  2. Add S4BXI link and badge — Augustin Degomme / detail

#248 (Mar 14, 2021, 5:42:11 PM)

  1. restore fix for examinimd as it's still needed on gcc10 systems — Augustin Degomme / detail

#247 (Mar 14, 2021, 5:07:51 PM)

  1. update readme to provide scripts (links in to org files anchors don't work on gitlab https://gitlab.com/gitlab-org/gitlab/-/issues/15405 ... do it with artifacts on jenkins.) — Augustin Degomme / detail

#244 (Mar 14, 2021, 10:50:44 AM)

  1. typo — adegomme@gmail.com / detail

#234 (Mar 10, 2021, 5:50:54 PM)

  1. this one does not like -j n — adegomme@gmail.com / detail

#233 (Mar 10, 2021, 5:01:04 PM)

  1. help umt with out of source builds — adegomme@gmail.com / detail
  2. fix run script for smb_mpiheader — adegomme@gmail.com / detail
  3. attempt at multiprocess for most of the builds to speed up compilations. — adegomme@gmail.com / detail

#232 (Mar 10, 2021, 1:29:38 PM)

  1. Don't tell kokkos to build for sandybridge, as we don't know the underlying platform on our CI. — adegomme@gmail.com / detail

#231 (Mar 10, 2021, 11:54:38 AM)

  1. add instruction on how to regenerate MKL wrapper — adegomme@gmail.com / detail
  2. upgrade kokkos version to see if it helps. Works locally. — adegomme@gmail.com / detail

#225 (Mar 9, 2021, 3:41:17 PM)

  1. remove another patch — Augustin Degomme / detail

#224 (Mar 9, 2021, 2:24:41 PM)

  1. ensure FFTW is built before other tests depending on ir — Augustin Degomme / detail
  2. update README with finally good URLs. Previous one would have broken after a while and would have been a pain to maintain — Augustin Degomme / detail

#215 (Mar 9, 2021, 9:29:19 AM)

  1. seriously.. — Augustin Degomme / detail

#213 (Mar 8, 2021, 11:32:58 PM)

  1. typo — Augustin Degomme / detail
  2. that as remove erroneously — Augustin Degomme / detail

#212 (Mar 8, 2021, 10:05:53 PM)

  1. Update links to the badges, now that they work. — Augustin Degomme / detail
  2. Remove useless trivial build patches. — Augustin Degomme / detail
  3. Update README, splitting build patches, and code patches. Makes it easier to see what is going on. — Augustin Degomme / detail

#210 (Mar 8, 2021, 6:08:08 PM)

  1. stop mixing cloverleaf and cloverlead3D — Augustin Degomme / detail

#209 (Mar 8, 2021, 4:53:27 PM)

  1. fix Codevault MCM execution — Augustin Degomme / detail

#208 (Mar 8, 2021, 4:21:32 PM)

  1. add cloverleaf3D — Augustin Degomme / detail

#206 (Mar 8, 2021, 1:16:16 PM)

  1. duh² — Augustin Degomme / detail

#205 (Mar 8, 2021, 12:34:15 PM)

  1. update to latest mkl — Augustin Degomme / detail
  2. duh — Augustin Degomme / detail

#204 (Mar 8, 2021, 10:02:55 AM)

  1. Add openmpi mpi-test-suite. Deactivation of unsupported communicators and mpi_cancel is the nly needed change. — Augustin Degomme / detail
  2. change default path to smpi scripts — Augustin Degomme / detail

#187 (Feb 21, 2021, 2:20:48 PM)

  1. set -e exits at error, thus avoiding printing the stderr. — adegomme@gmail.com / detail

#185 (Feb 21, 2021, 8:15:31 AM)

  1. Update HPL.org — adegomme@gmail.com / detail

#180 (Feb 18, 2021, 1:10:59 PM)

  1. slightly reduce verbosity of HPL build step to see if it fits in ctest limits this way — adegomme@gmail.com / detail

#128 (Dec 30, 2020, 2:50:50 PM)

  1. missing folder creation on this step — adegomme@gmail.com / detail

#125 (Dec 30, 2020, 11:49:37 AM)

  1. remove useless step, as only one job uses it — Augustin Degomme / detail

#93 (Dec 27, 2020, 8:41:53 AM)

  1. remove empty file — Augustin Degomme / detail