If you still can't find your DLL's, then use a <copy_file/> statement to copy the DLL's into the slot also. For sure the app will find the DLL's that way.
Both "BRP7-cuda102W" plan class app versions are experimental and built with CUDA 10 . While testing these are restricted to a special user account. Like the BRP7 CUDA 5.5 app they need corresponding files downloaded and copied into the slots directory when running. Because of this and the disk space limits assigned to the workunits the BRP4 app won't work at all (except for special workunits). The BRP7 app version will likely be released to the public in January.
Your errors are complaining
)
Your errors are complaining about missing DLL files.
-1073741515 (0xC0000135) STATUS_DLL_NOT_FOUND
Pull your DLL files down into the <app_version> section for the BRP7 0.19 application. ALSO
<app_version>
<app_name>einsteinbinary_BRP7</app_name>
<version_num>19</version_num>
<api_version>7.17.0</api_version>
<coproc>
<type>NVIDIA</type>
<count>1</count>
</coproc>
<plan_class>BRP7-cuda102W</plan_class>
<flops>65144763919.216766</flops>
<avg_ncpus>1</avg_ncpus>
<file_ref>
<name>cudart64_102.dll</name>
</file_ref>
<file_ref>
<name>cufft64_10.dll</name>
</file_ref>
<file_ref>
<file_name>einsteinbinary_BRP7_0.19_windows_x86_64__BRP7-cuda102W.exe</file_name>
<main_program/>
</file_ref>
</app_version>
If you still can't find your DLL's, then use a <copy_file/> statement to copy the DLL's into the slot also. For sure the app will find the DLL's that way.
you actually need to define
)
you actually need to define any necessary extra files in BOTH the app_version section and the files section. not one or the other, but both.
_________________________________________________________________________
That is what I meant by
)
That is what I meant by pulling the dll files down into the app_version section. ALSO
Both "BRP7-cuda102W" plan
)
Both "BRP7-cuda102W" plan class app versions are experimental and built with CUDA 10 . While testing these are restricted to a special user account. Like the BRP7 CUDA 5.5 app they need corresponding files downloaded and copied into the slots directory when running. Because of this and the disk space limits assigned to the workunits the BRP4 app won't work at all (except for special workunits). The BRP7 app version will likely be released to the public in January.
BM