- Jan 05, 2022
-
-
Lionel GUEZ authored
Following modifications of `CMakeLists.txt` files.
-
- Jan 04, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
With `target_sources` rather than referring to their path from another directory.
-
Lionel GUEZ authored
With `target_sources` rather than referring to their path from another directory.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
With `target_sources` rather than referring to their path from another directory.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It was difficult to find the `CMakeLists.txt` that controlled the the compilation of a given file from the message of a compilation error.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This did not produce an error because the mod files are also in `${CMAKE_CURRENT_BINARY_DIR}`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It was difficult to find the `CMakeLists.txt` that controlled the the compilation of a given file from the message of a compilation error.
-
Lionel GUEZ authored
Since `NR_util` has been integrated into Jumble.
-
Lionel GUEZ authored
Following update of the library.
-
Lionel GUEZ authored
Just sparing one test on rank.
-
Lionel GUEZ authored
But reading from them is not here yet.
-
Lionel GUEZ authored
Needed by test `Set_max_speed_degenerate`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Not very important but cleaner.
-
Lionel GUEZ authored
Because the program `test_set_max_speed` in tests `Set_max_speed` and `Set_max_speed_noise` uses the results of program `test_get_1_outerm`. `test_set_max_speed` opens an SHPC with `shpc_open`, so it needs ishape_last.txt.
-
Lionel GUEZ authored
Since `shpc_open` is called by all processes, reading d0 and `ishape_last` in `shpc_open` implies that we do not broadcast d0 and `ishape_last`.
-
Lionel GUEZ authored
Since processes need d0 to allocate `ishape_last`.
-
Lionel GUEZ authored
Store `ishape_last` and first date in components of derived type shpc. We then remove arguments `d_init` and `ishape_last` of procedures `read_snapshot` and `get_snapshot`.
-
Lionel GUEZ authored
Preparing for components `ishape_last` and `d_init` of type shpc.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparing for the case of several input SHPC.
-
Lionel GUEZ authored
We have to be consistent with function `adjust_n` in the same script.
-
Lionel GUEZ authored
`read_field_indices` is now called from `shpc_open` so the comment no longer makes sense.
-
Lionel GUEZ authored
It was confusing to mix opening an SHPC with broadcasting some part of the resulting shpc variable.
-
Lionel GUEZ authored
Rather than with Unix-specific chmod command.
-
Lionel GUEZ authored
Following convention for the source of `configure_file`. See Scott 2021 k1077, § 19.7.
-
Lionel GUEZ authored
Corresponding to the Fortran node index.
-
Lionel GUEZ authored
In procedure `get_snapshot`.
-
Lionel GUEZ authored
Note that we then have to declare `d_init` before `ishape_last` in procedure `get_snapshot`.
-
Lionel GUEZ authored
Before reading `ishape_last`, because we are going to use `d_init` as lower bound of `ishape_last`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The correct syntax to sort on field 1 is `--key=1,1`. `--key=1` used as key from field 1 to the end of the line. So the key was non-numeric.
-
Lionel GUEZ authored
By explicit formatting.
-