R studio throwing error while parallel processing

I get the following error while executing stacked ensemble model parallel processing in the caretEnsamble package.

[658771:658781:20230613,035344.901500:ERROR directory_reader_posix.cc:42] opendir: No such file or range
[658771:658771:20230613,035344.902379:ERROR elf_image_reader.cc:558] missing nul-terminator 
[658771:658771:20230613,035344.902406:ERROR elf_dynamic_array_reader.h:61] tag not found 
[658771:658771:20230613,035344.903401:ERROR elf_dynamic_array_reader.h:61] tag not found 
[658771:658771:20230613,035344.903427:ERROR elf_dynamic_array_reader.h:61] tag not found 
[658771:658771:20230613,035344.903446:ERROR elf_dynamic_array_reader.h:61] tag not found 
[658771:658771:20230613,035344.903466:ERROR elf_dynamic_array_reader.h:61] tag not found 
[658771:658771:20230613,035344.903486:ERROR elf_dynamic_array_reader.h:61] tag not found
[658771:658771:20230613,035344.903508:ERROR elf_dynamic_array_reader.h:61] tag not found 
[658771:658771:20230613,035344.903754:ERROR elf_dynamic_array_reader.h:61] tag not found
Error in unserialize(socklist[[n]]) : error reading from connection

some suggested it was a rendering error and can be solved by updating the graphics driver . I am using GForece RTX 4090 in my ubuntu 22.04.2 LTS and Coreā„¢ i9-13900K CPU. Updated the driver, but the issue is still persisting .

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.