BRP4 & BRP7 new Windows apps

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 5023
Credit: 18928924206
RAC: 6494471

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.

 

Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 4045
Credit: 48068724923
RAC: 34298452

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.

_________________________________________________________________________

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 5023
Credit: 18928924206
RAC: 6494471

That is what I meant by

That is what I meant by pulling the dll files down into the app_version section.  ALSO

 

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4332
Credit: 251645729
RAC: 36201

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.