Message boards :
Number crunching :
Is it possible to run yafu-4t tasks with 8 cores?
Message board moderation
| Author | Message |
|---|---|
|
kotenok2000 Send message Joined: 4 Oct 20 Posts: 25 Credit: 1,086,643 RAC: 227 |
Is it possible to run yafu-4t tasks with 8 cores? |
|
Aurum Send message Joined: 26 Dec 18 Posts: 9 Credit: 36,482,872 RAC: 0
|
Try it and let us know. I predict no. <app_config>
<app>
<name>yafu-4t</name>
<max_concurrent>8</max_concurrent>
</app>
<app_version>
<app_name>yafu-4t</app_name>
<plan_class>4t</plan_class>
<avg_ncpus>8</avg_ncpus>
<cmdline>--nthreads 8</cmdline>
</app_version>
<app_config> |
|
kotenok2000 Send message Joined: 4 Oct 20 Posts: 25 Credit: 1,086,643 RAC: 227 |
It worked when i replaced "<app_config>" with "</app_config>" in the end <app_config>
<app>
<name>yafu-4t</name>
<max_concurrent>8</max_concurrent>
</app>
<app_version>
<app_name>yafu-4t</app_name>
<plan_class>4t</plan_class>
<avg_ncpus>8</avg_ncpus>
<cmdline>--nthreads 8</cmdline>
</app_version>
</app_config> |