#2086 closed Defect (fixed)
compilation with "key_agrif" using own files from MY_SRC
Reported by: | vlnst | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | critical | Keywords: | AGRIF OPA compilation v3.6 |
Cc: |
Description
Context
I have some problem with compilation when I use my files from MY_SRC.
without "key_agrif" all files from MY_SRC are compiled and nemo.exe is created (I can see these files in */BLD/ppsrc/nemo)
however with "key_agrif" my files from MY_SRC are skipped and nemo.exe is not created
Please, could you find a bug
Other problem is that nemo with "agrif" is running on 48 processors but failed with 96 processors
Analysis
...
Recommendation
...
Commit History (0)
(No commits)
Change History (4)
comment:1 Changed 6 years ago by vlnst
comment:2 Changed 6 years ago by clevy
This does not happen with our tests with AGRIF and specific files in MY_SRC.
Maybe 2 paths to explore to solve your problem:
- It does happen sometimes (and for an unknown reason), that, after multiple successive compilations of a give configuration, you need to clean and make a full compilation again: removing the BLD, OPAFILES dorectories and running makenemo again should do the work
- Usually, running with AGRIF, if some files are missing, it means they did not sucessfully get through the AGRIF "conv" step. Output of conv step is in OPAFILES/ppsrc/nemo and you should find here all the source files converted to take AGRIF in account. If a file is empty, it means that the conv process got stuck in a routine which should be changed to make it "conv compatible".
Hope this helps
comment:3 Changed 6 years ago by clevy
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 22 months ago by nemo
- Keywords OPA v3.6 added; removed
Note: See
TracTickets for help on using
tickets.
Gurvan said that there is a bug