Skip to content

Commit

Permalink
use Int32 in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Apr 24, 2024
1 parent e61126b commit 4c6e191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mpi_script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ds = NCDataset(mpi_comm,path,"c")

defDim(ds,"lon",10)
defDim(ds,"lat",mpi_comm_size)
ncv = defVar(ds,"temp",Float32,("lon","lat"))
ncv = defVar(ds,"temp",Int32,("lon","lat"))

# see
# https://web.archive.org/web/20240414204638/https://docs.unidata.ucar.edu/netcdf-c/current/parallel_io.html
Expand Down

0 comments on commit 4c6e191

Please sign in to comment.