Message boards : Number crunching : ATLAS is now MT?
Message board moderation

To post messages, you must log in.

AuthorMessage
keputnam

Send message
Joined: 27 Sep 04
Posts: 102
Credit: 7,294,252
RAC: 7,025
Message 29872 - Posted: 8 Apr 2017, 4:43:52 UTC
Last modified: 8 Apr 2017, 4:44:37 UTC

Got home this evening to find only two apps running on my HT hex core system

then finally noticed that ATLAS was using 11 of them!!

For a process that runs in Windows,I can use something like this


<app_config>
<project_max_concurrent>2</project_max_concurrent>
<app_version>
<app_name>ATLAS</app_name>
<cmdline>nthreads 2</cmdline>
<avg_ncpus>2</avg_ncpus>
<plan_class>mt</plan_class>
</app_version>
</app_config>


To limit the number of "CPUs" used

but this gives me an error of

Entry in app_config.xml for app 'ATLAS', plan class 'mt' doesn't match any app versions


Anybody have any suggestions?


Thanks in advance for any assistance

ID: 29872 · Report as offensive     Reply Quote
Crystal Pellet
Volunteer moderator
Volunteer tester

Send message
Joined: 14 Jan 10
Posts: 1280
Credit: 8,496,817
RAC: 2,374
Message 29873 - Posted: 8 Apr 2017, 6:29:42 UTC - in response to Message 29872.  

Anybody have any suggestions?


Take what you need:

<app_config>
<project_max_concurrent>6</project_max_concurrent>
 <app>
  <name>ALICE</name>
  <max_concurrent>1</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app>
  <name>ATLAS</name>
  <max_concurrent>2</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app>
  <name>Benchmark</name>
  <max_concurrent>4</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app>
  <name>CMS</name>
  <max_concurrent>4</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app>
  <name>LHCb</name>
  <max_concurrent>1</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app>
  <name>sixtrack</name>
  <max_concurrent>4</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app>
  <name>Theory</name>
  <max_concurrent>4</max_concurrent>
  <fraction_done_exact/>
 </app>
 <app_version>
  <app_name>ALICE</app_name>
  <plan_class>vbox64</plan_class>
  <avg_ncpus>1.000000</avg_ncpus>
  <cmdline>--nthreads 1.000000</cmdline>
  <cmdline>--memory_size_mb 630</cmdline>
 </app_version>
 <app_version>
  <app_name>ATLAS</app_name>
  <plan_class>vbox64_mt_mcore_atlas</plan_class>
  <avg_ncpus>2.000000</avg_ncpus>
  <cmdline>--memory_size_mb 5000</cmdline>
 </app_version>
 <app_version>
  <app_name>Benchmark</app_name>
  <plan_class>vbox64</plan_class>
  <avg_ncpus>1.000000</avg_ncpus>
  <cmdline>--nthreads 1.000000</cmdline>
  <cmdline>--memory_size_mb 1408</cmdline>
 </app_version>
 <app_version>
  <app_name>CMS</app_name>
  <plan_class>vbox64</plan_class>
  <avg_ncpus>1.000000</avg_ncpus>
  <cmdline>--memory_size_mb 1896</cmdline>
 </app_version>
 <app_version>
  <app_name>Theory</app_name>
  <plan_class>vbox64</plan_class>
  <avg_ncpus>1.000000</avg_ncpus>
  <cmdline>--memory_size_mb 630</cmdline>
 </app_version>
</app_config>
ID: 29873 · Report as offensive     Reply Quote
Toby Broom
Volunteer moderator

Send message
Joined: 27 Sep 08
Posts: 807
Credit: 652,556,965
RAC: 275,992
Message 29877 - Posted: 8 Apr 2017, 8:45:50 UTC
Last modified: 8 Apr 2017, 8:51:23 UTC

I'd recommend that you set the max # of CPU's to 3, then the ATLAS tasks get about the right amount of memory reported to BOINC to allow the total memory consumption to not over load your computer too.

I have this:
<app_config>
<app>
<name>ATLAS</name>
<max_concurrent>12</max_concurrent>
</app>
<app_version>
<app_name>ATLAS</app_name>
<plan_class>vbox64_mt_mcore_atlas</plan_class>
<avg_ncpus>2.0</avg_ncpus>
<cmdline>--memory_size_mb 4900</cmdline>
</app_version>
</app_config>

<!--Set WebSettings to 3 Cores, 5GB-->

In this case max concurrent = 64GB/5GB = 12.8 rounded down = 12
ID: 29877 · Report as offensive     Reply Quote
keputnam

Send message
Joined: 27 Sep 04
Posts: 102
Credit: 7,294,252
RAC: 7,025
Message 29882 - Posted: 9 Apr 2017, 1:46:15 UTC

Thanks,both of you

I've updated my app_config, but am now caught in the "not highest prioority" blackhole

we'll see what happens
ID: 29882 · Report as offensive     Reply Quote

Message boards : Number crunching : ATLAS is now MT?


©2024 CERN