app_config question
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>
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.
Thanks! Will see how that
)
Thanks! Will see how that goes.