Usage:
mpirun -np 8 ./pfio_server_demo.x -nc 6 -ns 2 -f1 xxx1.nc4 -f2 xxx2.nc4 -v T -s mpi
The variable should be 4d with lavel>=20
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=6), | public | :: | server_type | ||||
character(len=:), | public, | allocatable | :: | file_1 | |||
character(len=:), | public, | allocatable | :: | file_2 | |||
integer, | public | :: | npes_client | ||||
integer, | public | :: | npes_server | ||||
logical, | public | :: | debug | ||||
type(StringVector), | public | :: | requested_variables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CommandLineOptions), | intent(inout) | :: | options | |||
integer, | intent(out), | optional | :: | rc |