We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from snoweye/master
e1c7312
version 0.1-2 to CRAN
No branches or pull requests
Run the 'nc4_parallel.r' demo from pbdDEMO, but change the line 44 to :
run the program, and I get the following message (there are 4 mpi processes in total):
The text was updated successfully, but these errors were encountered: