Replies: 2 comments
-
Update, I was able to correct the first error 1. I believe the fix was to simply open up a new terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I have followed the instructions provided by the MACH-Aero documentation's Third Party Packages install instructions.
I have installed the third party software OpenMPI, PETSc-complex, and CGNS.
I have also built and installed the
complexify
moduleMy
.bashrc
contains all the environment variables suggested by the documentation and my PETSc build passed all the checks.Sorry for another compilation related "bug".
The problem I am having is two-fold.
make -f Makefile_CS
command, there is a step that runspython ../../src/build/fort_depend.py
command.It scans the fortran files and builds dependency files. Whenever this script encounters the
uses complexify
clause, it thoughsIs this expected behavior?
../preprocessing/presprocessingAPI.F90
, I start getting the error messageThe same error message occurs for other files.
Notable, these files also appear in the list of files described by issue 1.
Please advise.
Code versions
Beta Was this translation helpful? Give feedback.
All reactions