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

'nc_var_par_access' can not use verbose #5

Open
wangzk opened this issue Nov 29, 2014 · 0 comments
Open

'nc_var_par_access' can not use verbose #5

wangzk opened this issue Nov 29, 2014 · 0 comments

Comments

@wangzk
Copy link

wangzk commented Nov 29, 2014

Run the 'nc4_parallel.r' demo from pbdDEMO, but change the line 44 to :

#LINE44
nc_var_par_access(nc, "TREFHT",verbose=TRUE)

run the program, and I get the following message (there are 4 mpi processes in total):

[1] "nc_var_par_access: entering with collective= TRUE"
[1] "nc_var_par_access: ncid of file = 65536    filename= nc4_parallel.nc     writable= TRUE"
[1] "nc_var_par_access: entering with collective= TRUE"
[1] "nc_var_par_access: ncid of file = 65536    filename= nc4_parallel.nc     writable= TRUE"
[1] "vobjtovarid4: entering"
[1] "Variable named TREFHT found in file with varid= 65536 2"
[1] "nc_var_par_access: entering with collective= TRUE"
[1] "nc_var_par_access: ncid of file = 65536    filename= nc4_parallel.nc     writable= TRUE"
[1] "vobjtovarid4: entering"
[1] "nc_var_par_access: entering with collective= TRUE"
[1] "nc_var_par_access: ncid of file = 65536    filename= nc4_parallel.nc     writable= TRUE"
[1] "vobjtovarid4: entering"
[1] "Variable named TREFHT found in file with varid= 65536 2"
Error in print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  : 
  invalid 'digits' argument
Calls: nc_var_par_access -> print -> print.default
In addition: Warning message:
[1] "vobjtovarid4: entering"
[1] "Variable named TREFHT found in file with varid= 65536 2"
Error in print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  : 
  invalid 'digits' argument
Calls: nc_var_par_access -> print -> print.default
In addition: Warning message:
In print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  :
  NAs introduced by coercion
Execution halted
In print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  :
  NAs introduced by coercion
Execution halted
[1] "Variable named TREFHT found in file with varid= 65536 2"
Error in print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  : 
  invalid 'digits' argument
Calls: nc_var_par_access -> print -> print.default
In addition: Warning message:
In print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  :
  NAs introduced by coercion
Execution halted
Error in print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  : 
  invalid 'digits' argument
Calls: nc_var_par_access -> print -> print.default
In addition: Warning message:
In print.default(c("str(ncid)", "str(varid)", "str(access)", "str(error)"),  :
  NAs introduced by coercion
Execution halted
snoweye added a commit that referenced this issue Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant