Skip to content
Snippets Groups Projects
Commit b01f523e authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Do not skip 'pio_cksum_cdf' when '--disable-grib'.

parent f523ddf3
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
#!@SHELL@
test 'x@ENABLE_GRIB@' = xyes || exit 77
LOG=${LOG-pio_write.log}
mpi_task_num="${mpi_task_num-4}"
suffix="${suffix-grb}"
test "x${suffix}" != xgrb || test 'x@ENABLE_GRIB@' = xyes || exit 77
@USE_MPI_TRUE@variations="-qno-batch-rma -qcache-redists -qcreate-curvilinear-grid -qpreset-decomposition=true"
@USE_MPI_FALSE@variations="-qcreate-curvilinear-grid"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment