mersenneforum.org  

Go Back   mersenneforum.org > New To GIMPS? Start Here! > Information & Answers

Reply
 
Thread Tools
Old 2009-09-15, 00:52   #1
Unregistered
 

22×112×17 Posts
Default Prime Search at School

Hey everyone, I am a senior at my high school and have thought of an idea to get more computers running prime95. I hope to talk to my principal soon to see if I get get the faculty's computers to start running the program and find more primes, but I just have one question:

Is it possible to run the program when no one is logged into an account? (in other words, when a screen says "press control + alt + delete to begin" can prime 95 be running somewhere in the background).

I ask this because the computers in my library are in this mode all the time and I thought it was a waste to let these computers just sit there without doing anything. If anyone has any ideas on how I can make my project any better or how I can get prime95 to work even in the "log in" mode, please contact me at dragonblast62@yahoo.com

Can't wait to start searching for more primes :]
  Reply With Quote
Old 2009-09-15, 12:37   #2
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by Unregistered View Post
Hey everyone, I am a senior at my high school and have thought of an idea to get more computers running prime95. I hope to talk to my principal soon to see if I get get the faculty's computers to start running the program and find more primes, but I just have one question:

Is it possible to run the program when no one is logged into an account? (in other words, when a screen says "press control + alt + delete to begin" can prime 95 be running somewhere in the background).

I ask this because the computers in my library are in this mode all the time and I thought it was a waste to let these computers just sit there without doing anything. If anyone has any ideas on how I can make my project any better or how I can get prime95 to work even in the "log in" mode, please contact me at dragonblast62@yahoo.com

Can't wait to start searching for more primes :]
Use the task scheduler. It will start/stop the jobs at specified times
even if noone is logged in.
R.D. Silverman is offline   Reply With Quote
Old 2009-09-15, 13:09   #3
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

I'm pretty sure that if you use the Start at Bootup option (which makes a Prime95 service), it'll run whether a user is logged in or not.
Mini-Geek is offline   Reply With Quote
Old 2009-09-15, 15:02   #4
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

35×13 Posts
Default

If you try one of the 2 methods mentioned you can test from another computer its actually running from a command prompt:

tasklist /S <ip>

or you might need a valid login for that computer:

tasklist /S <ip> /U <username> /P <password>


You can also remotely schedule tasks:

schtasks /Create /S <ip> /RU "<username>" /RP <password> /SC ONCE /TN <taskname> /TR "C:\program files\prime95\prime95.exe" /ST 10:00:00

This starts Prime95 once at 10 the same day (if path to Prime95 is correct). See more options with: schtasks /Create /?

Last fiddled with by ATH on 2009-09-15 at 15:08
ATH is offline   Reply With Quote
Old 2009-09-15, 16:17   #5
CADavis
 
CADavis's Avatar
 
Jul 2005
Des Moines, Iowa, USA

17010 Posts
Default

Use the windows service build. It runs as a service without a GUI and is always on if Windows is booted. http://mersenneforum.org/gimps/winnt2511.zip

Last fiddled with by CADavis on 2009-09-15 at 16:20
CADavis is offline   Reply With Quote
Old 2009-10-15, 22:44   #6
wiselab
 

294410 Posts
Default

A follow up on a related question. I have installed the service in one of our labs on campus and I have verified that the service runs at the login screen in winxp (I ran the GUI first to input my username and set the avaliable memory, and then i went to the cmd prompt in "ntprime -install" and then "net start "prime service""

Now I am just not sure how I can peek in on the work that each client is doing. I see the process but have no way to see that the process isn't having a problem. any ideas?
  Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fermat Prime search? siegert81 Math 31 2012-02-11 19:59
Benson's prime search Kosmaj Riesel Prime Search 67 2009-01-18 21:59
k=51 or about coordinated prime search Kosmaj Riesel Prime Search 7 2007-07-13 22:15
Prime Search on PS-3? Kosmaj Riesel Prime Search 6 2006-11-21 15:19
School project- what is the 10th Mersenne Prime? Unregistered Homework Help 6 2004-04-25 23:26

All times are UTC. The time now is 12:31.


Fri Jul 16 12:31:28 UTC 2021 up 49 days, 10:18, 2 users, load averages: 1.60, 1.24, 1.28

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.