- Jul 26, 2022
-
-
Lionel GUEZ authored
Create component `unit` for `ishape_last.txt` in derived type `shpc_slice_handler`. Open, create and close `ishape_last.txt` at the same time we open, create and close the shapefiles. So we use `read_opcol` instead of `read_column` when we need to read `ishape_last.txt`.
-
Lionel GUEZ authored
-
- Jul 25, 2022
-
-
Lionel GUEZ authored
We are more clearly separating opening files and reading from them.
-
- Jul 05, 2022
-
-
Lionel GUEZ authored
Use `e_overestim.txt` instead of `node_id_param.json`. Since commit 43d2eff6, we wrote only `e_overestim` to the JSon file. Simpler to write the value alone in a text file.
-
Lionel GUEZ authored
Option should have been updated in commit e35226da.
-
Lionel GUEZ authored
Bad names from commit c45cd728.
-
- Jul 04, 2022
-
-
Lionel GUEZ authored
Following renaming of script.
-
Lionel GUEZ authored
-
- Apr 29, 2022
-
-
Lionel GUEZ authored
Add tests for a case where the speed is not defined on a whole segment.
-
- Apr 28, 2022
-
-
Lionel GUEZ authored
-
- Apr 22, 2022
-
-
Lionel GUEZ authored
-
- Apr 19, 2022
-
-
Lionel GUEZ authored
Add a test that is going through `is_node_type` with an integer label.
-
- Apr 14, 2022
-
-
Lionel GUEZ authored
-
- Apr 06, 2022
-
-
Lionel GUEZ authored
Following update of `test_compare.py`.
-
- Jan 31, 2022
-
-
Lionel GUEZ authored
-
- Jan 26, 2022
-
-
Lionel GUEZ authored
-
- Jan 25, 2022
-
-
Lionel GUEZ authored
-
- Jan 21, 2022
-
-
Lionel GUEZ authored
Use the env keyword of `test_compare.py` rather than setting env on the command line. This seems a little clearer and it allows us to remove the stdout line in the test description. The possibility to add env was added to `test_compare.py` in commit 4964d767 of the `Test_compare` repository, after replacing mpiexec by `$mpiexec` in `eddy_graph.sh`, in commit 850efa4b of the present repository.
-
- Jan 20, 2022
-
-
Lionel GUEZ authored
-
- Jan 18, 2022
-
-
Lionel GUEZ authored
In particular for several SHPC.
-
Lionel GUEZ authored
Generalize `test_read_snapshot` to accept several SHPC onthe command line.
-
- Jan 17, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Use the first date of the SHPC as default date to read.
-
Lionel GUEZ authored
Because we are going to use the first date from hshp as a default date to read.
-
Lionel GUEZ authored
-
- Jan 08, 2022
-
-
Lionel GUEZ authored
See commit a86422ee.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Read name of input SHPC for program `test_read_eddy` from the command line.
-
Lionel GUEZ authored
-
- Jan 05, 2022
-
-
Lionel GUEZ authored
-
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
Since `NR_util` has been integrated into Jumble.
-
Lionel GUEZ authored
Following update of the library.
-
Lionel GUEZ authored
But reading from them is not here yet.
-
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`.
-