app_config question

Iceberg007
Iceberg007
Joined: 14 Nov 17
Posts: 8
Credit: 1144733
RAC: 3638
Topic 231966

Hello.  I am trying to run two different applications in Einstein and am having difficulty getting them going.  Would someone be able to check my app_config file to see whether I need to make any changes?

Thanks.

<app_config>
   <app>
      <name>hsgamma_FGRP5</name>
      <max_concurrent>1</max_concurrent>
      <report_results_immediately/>
      <fraction_done_exact/>
      <gpu_versions>
          <gpu_usage>.25</gpu_usage>
          <cpu_usage>.25</cpu_usage>
      </gpu_versions>
   </app>
    <app>
      <name>einsteinbinary_BRP4G</name>
      <max_concurrent>1</max_concurrent>
      <report_results_immediately/>
      <fraction_done_exact/>
      <gpu_versions>
          <gpu_usage>.25</gpu_usage>
          <cpu_usage>.25</cpu_usage>
      </gpu_versions>
    </app>  
    <project_max_concurrent>2</project_max_concurrent>
   <report_results_immediately/>
</app_config>

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 5048
Credit: 19056482958
RAC: 6450956

Well, first thing is there

Well, first thing is there are no longer any BRP4G tasks,  Been gone for years.

Second, there is no gpu version of tasks for FGRP5.  Cpu only, so remove the gpu versions section.

 

Iceberg007
Iceberg007
Joined: 14 Nov 17
Posts: 8
Credit: 1144733
RAC: 3638

Thanks!  Will see how that

Thanks!  Will see how that goes.

Comment viewing options

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