Помощь в запуске BOINC-проекта SPT

Message boards : Number crunching : Помощь в запуске BOINC-проекта SPT
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 29 - Posted: 1 Jul 2023, 14:40:14 UTC

Ещё раз текст рабочей программы, здесь интервал читается из входного файла inp.txt

{tin = fileopen("inp.txt");
    i1=eval(filereadstr(tin));
    i2=eval(filereadstr(tin));
fileclose(tin);
kp=0;
lmin=17;
ltuple=11;
\\ **********************
M=matrix(10000,36); k=0;
p=nextprime(i1); pt=[p]; n=1; 
while(p<i2,
  kp++;
  pn=nextprime(p+1);
  if( (pn-p)%6==0, n++; p=pn; pt=concat(pt,p),
       if( n>lmin-1, k++;
           pd=vector(n-1,i,pt[i+1]-pt[i]);
           M[k,1]=pt[1];
           for(l=2,n, M[k,l]=pd[l-1]; ););
           n=1; p=pn; pt=[p];
  );   
);

\\ find symmetrical tuples

fout = fileopen("tuple_sym.txt","w");

ksym=0;


for( iii=1,k, 
   d=[];
   for(l=2,30, 
     if( M[iii,l]==0, break );
     d=concat(d, M[iii,l]); 
   ); \\ l
   ld=#d;
      
   forstep( kl=ltuple-1,ld,2,
     kl05=kl\2;
     kpr=ld-kl+1;
 
     for ( ipr=1,kpr,
       for( mm=1, kl05,
         if( d[mm+ipr-1]!=d[kl+ipr-mm], next(2) )
       ); \\ mm

       \\ we see symmetrical vector from ipr to ipr+kl
       ksym++;
       \\printf("from  %d", M[iii,1..ld+2]);print();
       tp1=M[iii,1];if( ipr>1,tp1=tp1+vecsum(d[1..ipr-1]) );
       w=strprintf( "%d %d: %d",kl+1, tp1, d[ipr..ipr+kl-1] );
       print(w);
       filewrite(fout,w);
     ); \\ ipr
  ); \\kl
); \\iii
print(); print("total ", k, " tuples");
print( ksym, " symmetrical tuples");
print(kp," primes in ");
print(i1);print(i2-2000);

fileclose(fout)
}
ID: 29 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 30 - Posted: 1 Jul 2023, 14:43:36 UTC

Господа!

Очень нужна помощь в запуске Приложения, основанного на представленном выше алгоритме.
Кто умеет создавать Приложения для BOINC-проекта, пожалуйста, помогите нашей команде.
ID: 30 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester

Send message
Joined: 14 Jun 23
Posts: 1
Credit: 0
RAC: 0
Message 38 - Posted: 4 Jul 2023, 1:04:43 UTC

Batch 81: 2148001660000000000 .. 2397601660000000000 -1
Count: 128000
Continue from 14e17
ID: 38 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 39 - Posted: 4 Jul 2023, 9:02:02 UTC - in response to Message 38.  
Last modified: 4 Jul 2023, 10:30:07 UTC

Запущена партия из 128000 WU для тестирования.

Смотрите предыдущее сообщение.

Кажется, выдача заданий остановлена.
Demis, видимо, что-то изменяет на сервере.
ID: 39 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
aendgraend

Send message
Joined: 22 Jun 23
Posts: 20
Credit: 768,874
RAC: 37
Message 40 - Posted: 4 Jul 2023, 12:10:11 UTC

Hi Natalia,

today I checked the ADSL Website as i do accasionally the last weeks to see if there are Workunits ready to send and yeah, i saw well over 100k Tasks ready to send. They were all sent out a few minutes later, and my Status Page shows that my 2 Computers have both gotten afew of them. But in the Boinc Manager on each of those 2 Computers I can't see Workunits waiting to start. My Computers have the IDs 63 and 64 and their respective Status pages are showing 336 and 200 workunits in progress.

The Folder ...\Data\projects\boinc.termit.me_adsl only contains a file named "spt_300_windows_x86_64" (without any extension)

BR
Andreas
ID: 40 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Demis
Project tester
Volunteer developer
Volunteer tester

Send message
Joined: 14 Jun 23
Posts: 202
Credit: 1,543,379
RAC: 11,394
Message 42 - Posted: 4 Jul 2023, 12:40:32 UTC - in response to Message 40.  

Hi Natalia,

today I checked the ADSL Website as i do accasionally the last weeks to see if there are Workunits ready to send and yeah, i saw well over 100k Tasks ready to send. They were all sent out a few minutes later, and my Status Page shows that my 2 Computers have both gotten afew of them. But in the Boinc Manager on each of those 2 Computers I can't see Workunits waiting to start. My Computers have the IDs 63 and 64 and their respective Status pages are showing 336 and 200 workunits in progress.

The Folder ...\Data\projects\boinc.termit.me_adsl only contains a file named "spt_300_windows_x86_64" (without any extension)

BR
Andreas

OK.
We see that this is not correct.
We will make adjustments.
Please post for example in the topic:
https://boinc.termit.me/adsl/forum_forum.php?id=28
ID: 42 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Demis
Project tester
Volunteer developer
Volunteer tester

Send message
Joined: 14 Jun 23
Posts: 202
Credit: 1,543,379
RAC: 11,394
Message 45 - Posted: 4 Jul 2023, 13:09:53 UTC - in response to Message 40.  

My Computers have the IDs 63 and 64 and their respective Status pages are showing 336 and 200 workunits in progress.
The Folder ...\Data\projects\boinc.termit.me_adsl only contains a file named "spt_300_windows_x86_64" (without any extension)

May I ask you to publish part of your log from the file:
C:\Users\All Users\BOINC\stdoutdae.txt

04-Jul-2023 15:33:32 [adsl] Sending scheduler request: To fetch work.
04-Jul-2023 15:33:32 [adsl] Requesting new tasks for CPU and Intel GPU
04-Jul-2023 15:33:33 [adsl] Scheduler request completed: got 0 new tasks
04-Jul-2023 15:33:33 [adsl] Project is temporarily shut down for maintenance
04-Jul-2023 15:33:33 [adsl] Project requested delay of 3600 seconds

Which has the [adsl] part ?
ID: 45 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 70 - Posted: 10 Jul 2023, 18:11:56 UTC
Last modified: 10 Jul 2023, 18:13:16 UTC

Дорогие друзья!

Одно из Приложений проекта удалось запустить в BOINC-проекте Gerasim@Home.

В проект добавлено новое приложение: "Get Symmetrical Tuples". Автор Natali-Mak.
Приложение является одной из ветвей проекта "Симметричные кортежи из последовательных простых чисел".
Здесь и сейчас выполняется поиск симметричных кортежей нечётной длины с целью найти до сих пор не найденный кортеж длины 19.

https://gerasim.boinc.ru/

Вы можете посчитать в этом BOINC-проекте, пока наш проект находится в стадии запуска.

===========

Dear friends!

One of the Project Applications was successfully launched in the Gerasim@Home BOINC project.

A new application has been added to the project: "Get Symmetrical Tuples". Written by Natali-Mak.
The appendix is one of the branches of the "Symmetrical Tuples of Sequential Primes" project.
Here and now, a search is performed for symmetrical tuples of odd length in order to find a tuple of length 19 that has not yet been found.

https://gerasim.boinc.ru/

You can count in this BOINC project while our project is in the launch phase.
ID: 70 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 72 - Posted: 11 Jul 2023, 6:37:43 UTC

Итак, господа, на форуме boinc.ru в BOINC-проекте Gerasim@Home администратор SerVal запустил один из моих алгоритмов, который реализован программно на языке PARI/GP.
Этот алгоритм был запущен с использованием обёртки BOINC.

Вы можете посмотреть подробное обсуждение запуска в теме
https://boinc.ru/forum/topic/vychisleniya-v-ruchnom-rezhime/
начиная, например, с этого сообщения
https://boinc.ru/forum/topic/vychisleniya-v-ruchnom-rezhime/?part=2#postid-7680

Теперь вопрос к Corporal и Demis: что мешает запустить этот же алгоритм здесь, на этом сервере?
Нет соответствующих знаний и опыта?
Так ведь можно спросить на форуме boinc.ru.
За спрос не ударят в нос.
А там-то уж точно знают всё по данному вопросу!
SerVal это блестяще продемонстрировал.

Так, может, перестанем вариться в собственном соку и обратимся за помощью к специалистам?!

Очень прошу подумать над этим.
Печально видеть, как уже почти месяц сервер стоит на месте.

--------
So, gentlemen, on the boinc.ru forum in the Gerasim@Home BOINC project, the SerVal administrator launched one of my algorithms, which is implemented programmatically in the PARI/GP language.
This algorithm was run using the BOINC wrapper.

You can see a detailed discussion of the launch in the topic
https://boinc.ru/forum/topic/vychisleniya-v-ruchnom-rezhime/
starting from this post
https://boinc.ru/forum/topic/vychisleniya-v-ruchnom-mode/?part=2#postid-7680

Now a question for Corporal and Demis: what prevents running the same algorithm here on this server?
No relevant knowledge and experience?
So after all, you can ask on the boinc.ru forum.
For the demand will not hit in the nose.
And they certainly know everything about this issue!
SerVal brilliantly demonstrated this.

So, maybe we should stop stewing in our own juice and turn to specialists for help?!

I beg you to think about this.
It's sad to see how the server has been standing still for almost a month.
ID: 72 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 73 - Posted: 11 Jul 2023, 6:43:18 UTC

Если кто-то из читающих эту тему может помочь в запуске моего алгоритма, как это сделал SerVal, пожалуйста, напишите в теме, или в ЛС мне и/или Corporal.

Мы будем признательны за любую помощь.

-------

If anyone reading this thread can help run my algorithm like SerVal did, please write in the thread or PM me and/or Corporal.

We will be grateful for any help.
ID: 73 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 509 - Posted: 1 Oct 2023, 18:35:26 UTC

Repost
Everyone can help the BOINC SPT project.

If you have a server and experience with a BOINC project, try this.
You need to run an exact copy of a running SPT project on your server.
The SPT project administrator will provide all the necessary software modules.

Next, your new BOINC project will work in a different range.
The entire range of the running program is limited to 2^64.
The BOINC project SPT is currently processing the interval [6416928384525935453, 6666528384525935453].
The end of the range is still very far away.

You can also run a different search algorithm on your server.

Please write to me by e-mail natalimak1@yandex.ru

https://www.primegrid.com/forum_thread.php?id=10343&nowrap=true#165632
ID: 509 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Natalia Makarova
Volunteer moderator
Project administrator
Project developer
Project tester
Avatar

Send message
Joined: 14 Jun 23
Posts: 321
Credit: 280,293
RAC: 0
Message 510 - Posted: 1 Oct 2023, 18:56:37 UTC

Dear participants!

We want to run Application 2 in the SPT project.
Who can help Corporal do this?

This Application was tested in the BOINC project Gerasim@Home and passed the test successfully.
The application has an unlimited search range, unlike Application 1.

Please PM me or Corporal.

You can also launch a new Application on your server.
ID: 510 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2

Message boards : Number crunching : Помощь в запуске BOINC-проекта SPT

©2024 Natalia Makarova & Alex Belyshev & Tomáš Brada