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

Remove unnecessary string that causes segfault on Perlmutter #180

Merged
merged 1 commit into from
Apr 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/EW.C
Original file line number Diff line number Diff line change
Expand Up @@ -7238,7 +7238,6 @@ void EW::extractTopographyFromGMG( std::string a_topoFileName )
start_time = MPI_Wtime();
#ifdef USE_HDF5
int verbose = mVerbose;
std::string rname ="EW::extractTopographyFromGMG";
Sarray gridElev;
herr_t ierr;
hid_t file_id, dataset_id, datatype_id, group_id, dataspace_id;
Expand Down