Hi everyone,I want to run some generated .xml files from an Rscript with the function:
system2("../beast2.7/lib/launcher.jar -java file.xml")
However, it returns me "no main manifest attribute in launcher.jar". When I try to run the xml file with :
system2("../beast2.7/bin/beast file.xml")
Beast launches the data but before the MCMC starts I get an error :
OpenCL error: CL_DEVICE_NOT_FOUND from file <GPUInterfaceOpenCL.cpp>, line 122.
Do you have any idea where this problem can come from and how to solve it ? I didn't have this kind of problems on beast 2.6.
Beast regards,
Nils