Skip to content

Commit

Permalink
Fix parallel issue on CPU. Need to implement GPU option.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Nov 6, 2023
1 parent 9f6906d commit 7fb0966
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 136 deletions.
6 changes: 0 additions & 6 deletions Source/IO/NCWpsFile.H
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ struct NDArray
DType* data;
};

void BuildIABsFromNetCDFFile (const amrex::Box& domain,
const std::string &fname,
amrex::Vector<std::string> nc_var_names,
amrex::Vector<enum NC_Data_Dims_Type> NC_dim_types,
amrex::Vector<amrex::IArrayBox*> fab_vars);

int BuildFABsFromWRFBdyFile (const std::string &fname,
amrex::Vector<amrex::Vector<amrex::FArrayBox>>& bdy_data_xlo,
amrex::Vector<amrex::Vector<amrex::FArrayBox>>& bdy_data_xhi,
Expand Down
Loading

0 comments on commit 7fb0966

Please sign in to comment.