| log in | 
Message boards : Number crunching : Maximum number of download
1 · 2 · Next
| Author | Message | 
|---|---|
| 
     Hi. How can I set a maximum number of download for this project?  | |
| ID: 1721 ·  | |
| 
     Tn-grid has limit of 8wu per core, and 512wu per pc, even with a Epyc (64c/128t)   | |
| ID: 1722 ·  | |
| 
     Alessio, Are you asking because you want more WUs or fewer???  | |
| ID: 1723 ·  | |
| 
     I have a Ryzen 9 3950X and I'm running 30 WUs simultaneously. I'd like to set TN-Grid to download only 20 tasks at a time. So I can run TN-Grid and other projects at the same time.  | |
| ID: 1724 ·  | |
| 
     Alessio, TN-Grid does not give us that kind of control like WCG does. But you can still make it work as you want using app_config.xml files in your project folders. Now I like to run both Rosetta and TN-Grid as my CPU projects. <app_config>
    <app>
        <name>gene_pcim</name>
             <!-- needs ? GB RAM per WU -->
             <!-- Xeon E5-2686 v4  18c36t  32 GB  45 MB L3 Cache  -->
             <max_concurrent>25</max_concurrent>
    </app>
</app_config> In my boinc.bakerlab.org_rosetta folder I have: <app_config>
    <app>
        <name>rosetta</name>
             <!-- needs 5 MB L3 cache per mip1 WU -->
             <!-- needs 1.5 GB RAM per WU -->
             <!-- Xeon E5-2686 v4  18c36t  32 GB  45 MB L3 Cache  -->
             <max_concurrent>9</max_concurrent>
    </app>
    <app>
        <name>minirosetta</name>
              <!-- needs 5 MB L3 cache per mip1 WU -->
              <max_concurrent>1</max_concurrent>
    </app>
<project_max_concurrent>9</project_max_concurrent>
</app_config> You'll get more WUs than you need but you'll run what you want. My totals leave 2 CPU threads for GPUGrid WUs. ____________    | |
| ID: 1725 ·  | |
    Tn-grid has limit of 8wu per core, and 512wu per pc, even with a Epyc (64c/128t) Hello, when do I get this 8 WU per Core? I am running the project since some days now with more then 200 valid WUs but get only 1 WU per Core. Its the same on 2 different PCs. The project was added completely new for both PCs. Best Regards Magiceye  | |
| ID: 2141 ·  | |
    Tn-grid has limit of 8wu per core, and 512wu per pc, even with a Epyc (64c/128t) I think you need to set your work buffer from your boinc manager preferences with yor 1700 and 3950x setting 1day + 1day, is more than enough to reach 128wu and 256wu respectively You need also to considerer the max concurrent wu limit. If you have set, for example; a limit of 10 concurrent wu, trough an app_config.xml file, you will recieve 10*8=80 wu even with a 10+10days work buffer  | |
| ID: 2142 ·  | |
| 
     The buffer is already set to 1 day. Einstein gets much more work.  | |
| ID: 2144 ·  | |
| 
     I tried now 10+10 days and on the Ryzen 1700 I got now more WUs: 128 :)  | |
| ID: 2145 ·  | |
| 
     Try to suspend others project, than ask work for TN-grid 
<cc_config>
	<options>
	<allow_multiple_clients>1</allow_multiple_clients>
	<max_file_xfers>50</max_file_xfers>
	<max_file_xfers_per_project>30</max_file_xfers_per_project>
	<report_results_immediately>1</report_results_immediately>
	<ncpus>12</ncpus>
	</options>
</cc_config>
 set the ncpus value to your correct thread number: 32 (3950x), 16 (1700) Others values are for multiple wu trasfer By the way i write down also the app_config.xml file to put in the project folder (C:\ProgramData\BOINC\projects\gene.disi.unitn.it_test) whit this you can specify the maximum number of concurrent wus. It's useful if you want run multiple projects 
<app_config>
<project_max_concurrent>12</project_max_concurrent>
</app_config> 
  | |
| ID: 2146 ·  | |
| 
     I have no other projects running for the CPU at the moment that I could suspend.  | |
| ID: 2147 ·  | |
| 
     To get a fully populated cc_config.xml instead of the minimal default, all you have to do is change ONE Event Log Options parameter in the Manager menu and Save the setting.  | |
| ID: 2148 ·  | |
| 
     I added TNgrid new on the fresh installation of Ubuntu and Boinc on another PC.  | |
| ID: 2151 ·  | |
| 
     You've got a client limitation being applied through the Manager likely.  | |
| ID: 2154 ·  | |
| 
     The only difference I see in the settings is that one PC is in the SCHOOL profile and the other two have no profile.  | |
| ID: 2158 ·  | |
| 
     Wow, a wonder happened. The Athlon got now 7 additional WUs (for the next 20 days...).  | |
| ID: 2159 ·  | |
    Wow, a wonder happened. The Athlon got now 7 additional WUs (for the next 20 days...). I think the work generator isn't keeping up with all the hosts requesting tasks? See here.  | |
| ID: 2160 ·  | |
    Wow, a wonder happened. The Athlon got now 7 additional WUs (for the next 20 days...). No, I have 3 PCs running and only 2 of them had the problem over the last 2 weeks, even at the time where the work generator was fine. And the one PC where I changed the location/profile has now enough work in the buffer.  | |
| ID: 2162 ·  | |
    Wow, a wonder happened. The Athlon got now 7 additional WUs (for the next 20 days...). Then you need to examine your default profile very closely because it is showing non-standard behaviour  | |
| ID: 2163 ·  | |
| 
     Could you be so kind and have a look at my system 65300, please?  | |
| ID: 2164 ·  | |
            Message boards : 
            Number crunching : 
        Maximum number of download