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

New hydro code #178

Merged
merged 6 commits into from
Oct 1, 2015
Merged

New hydro code #178

merged 6 commits into from
Oct 1, 2015

Conversation

Higginbottom
Copy link
Collaborator

This set the groundwork for connecting python to zeus, plus some other housekeeping

@jhmatthews
Copy link
Collaborator

@Higginbottom - so the reason for this failing build tests is that it doesn't compile with gcc, but does with mpicc. This is just because the `FILE *fptr, *fopen ();' line is inside an #ifdef so isn't declared without MPI_ON compiler flag (line 115 wind_updates2d.c).

#ifdef MPI_ON
  int num_mpi_cells, num_mpi_extra, position, ndo, n_mpi, num_comm, n_mpi2;
  int size_of_commbuffer;
  char *commbuffer;
  FILE *fptr, *fopen ();

could you fix and push? I presume that file ptr wants to be declared in all cases?

@Higginbottom
Copy link
Collaborator Author

Genius!
Thanks James, will fix right now!

@jhmatthews
Copy link
Collaborator

Cool. I'm merging into dev via command line.

@jhmatthews jhmatthews merged commit 9746d6d into sirocco-rt:dev Oct 1, 2015
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.

2 participants