Opened 18 years ago
Closed 18 years ago
#83 closed bug (Fixed)
Wrong variable declaration in cgradient.h when not ASSUMED SHAPE
Reported by: | gbroquet | Owned by: | arango |
---|---|---|---|
Priority: | trivial | Milestone: | Adjoint Based Algorithms |
Component: | Adjoint | Version: | 3.1 |
Keywords: | Cc: |
Description
line 405/406 of cgradient.h there are nl_tl_ustr and nl_tl_vstr instead of tl_ustr and tl_vstr.
Note:
See TracTickets
for help on using tickets.
Yes. I also added logic to the makefile and build.sh script to stop in the case that both USE_MPI and USE_OpenMP are activated at the same time. Notice that the instructions mentions that the user cannot choose both parallel paradigms at the same time.