#1972 closed Bug (fixed)
Multiple compilation issues with key_top & key_agrif
Reported by: | jchanut | Owned by: | jchanut |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | AGRIF | Version: | trunk |
Severity: | minor | Keywords: | AGRIF TOP |
Cc: |
Description (last modified by jchanut)
Trying:
./makenemo -j 32 -n ORCA2_LIM3_PISCES add_key "key_agrif"
(as advised in the AGRIF demonstrator wiki page) gives lots of compilation errors. It seems that the removal of key_pisces, in particular, is responsible for that.
This is not detected in AGRIF SETTE tests because, key_top is removed at the compilation time.
Ticket #1865 is part of this.
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9800 | jchanut | 2018-06-14T12:32:55+02:00 | Restore target attribute without agrif, #1972 - Using TOP bdy with Agrif to be checked |
9788 | jchanut | 2018-06-13T12:12:50+02:00 | Fixes top and agrif compilation issues, #1972 |
Change History (6)
comment:1 Changed 7 years ago by jchanut
- Owner set to jchanut
- Status changed from new to assigned
comment:2 Changed 7 years ago by nemo
- Description modified (diff)
comment:3 Changed 7 years ago by jchanut
- Description modified (diff)
comment:4 Changed 7 years ago by jchanut
In 9788:
comment:5 Changed 7 years ago by jchanut
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 7 years ago by jchanut
In 9800:
Note: See
TracTickets for help on using
tickets.
I found a weird converter error while compiling Pisces routines and AGRIF.
If there is an extra blank at the end of a module such that (this does occur a couple of times in Pisces modules):
instead of
The converter code produces that:
Which of course produces a compilation error.