Skip to content
Snippets Groups Projects
  1. Sep 09, 2024
    • GUEZ Lionel's avatar
      Do not always specify uv-file · 5759f84b
      GUEZ Lionel authored
      Do not always specify uv-file when it is the same as ssh-file.
      5759f84b
    • GUEZ Lionel's avatar
      Polish · 78ab97b6
      GUEZ Lionel authored
      78ab97b6
    • GUEZ Lionel's avatar
      Pass file names to `input_ssh` · cfed9ffe
      GUEZ Lionel authored
      Instead of reading command line arguments in procedure `input_ssh`,
      read them outside and pass file names to `input_ssh`. This allows
      `input_ssh` to be called by programs with different number of command
      line arguments, in different positions. Preparing to make the
      specification of uv-file optional.
      cfed9ffe
  2. Jul 19, 2024
  3. Jul 15, 2024
    • Lionel GUEZ's avatar
      Change the type of `cont_list_proj` to polyline · c89018ce
      Lionel GUEZ authored
      We are circumventing a bug of the Intel Fortran compiler. This was
      tested with both ifx `2023.1.0` and ifort `2021.9.0`. The bug occurs
      on return from procedure `set_max_speed`: `free(): double free
      detected in tcache 2` and crashes execution. The bug is revealed in
      commit cc13fd5b. The GNU compiler does not have this bug.
      
      To circumvent the Intel compiler bug, instead of an ssh component of
      `cont_list_proj`, we have to use a separate array:
      `cont_list_ssh`. This is maybe for the best because the component
      `area` of `cont_list_proj` was not defined.
      c89018ce
  4. Jul 06, 2024
  5. Jul 05, 2024
Loading