Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiphase #4

Merged
merged 6 commits into from
Apr 28, 2020
Merged

Multiphase #4

merged 6 commits into from
Apr 28, 2020

Conversation

TakisCFD
Copy link
Collaborator

This branch now works for all test problems including 2D with multiphase flows.

Issues Fixed:
Numerous places fixing non strict fortran compliant operations that were picked up by gfortran compiler debug options.
Compiled libmetis with gcc instead of icc.
Replaced all calls to BLAS libraries using the Intel BLAS95 interface to BLAS interface (requiring more specification entries at each call).
Switched the functions gemm, gemv, dot to DGEMM, DGEMV, and DDOT respectively.
Code now compiles, and runs also with OpenBLAS and Gfortran.

This branch can be merged with master.

MULTISPECIES.DAT file required for running multi-species simulations
gfortran, mpich, OpenBLAS

Fixed a bug linked to partitioning meshes when using other than intel compilers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants