9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] run and mount
@ 2005-08-02  0:46 YAMANASHI Takeshi
  2005-08-02  1:37 ` arisawa
  0 siblings, 1 reply; 12+ messages in thread
From: YAMANASHI Takeshi @ 2005-08-02  0:46 UTC (permalink / raw)
  To: 9fans

> You can estimate for computing power to do this.
 :
> The result measured on 2.4GHz Xeon
 :
> 41 years on single computer!

Hehe, I haven't seriously estimated the time needed
to complete the job.  41 years?  That's great.
I would see the possibitily of volunteer based
computing when it got as common as p2p file sharing. :)

> 500 volunteers who can offer one month?

Hope v9fs could be a help to distribute the task to
linux nodes.
-- 



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-02  0:46 [9fans] run and mount YAMANASHI Takeshi
@ 2005-08-02  1:37 ` arisawa
  2005-08-02  4:00   ` Ronald G. Minnich
  0 siblings, 1 reply; 12+ messages in thread
From: arisawa @ 2005-08-02  1:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

>
>> 500 volunteers who can offer one month?
>
> Hope v9fs could be a help to distribute the task to
> linux nodes.

You are trying to achieve world record...
But impossible without help of *regular* unix users.
This might be a good exercise to have a simple interface
between Plan 9 and unix.

Kenji Arisawa



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-02  1:37 ` arisawa
@ 2005-08-02  4:00   ` Ronald G. Minnich
  2005-08-02  5:41     ` arisawa
  0 siblings, 1 reply; 12+ messages in thread
From: Ronald G. Minnich @ 2005-08-02  4:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs



On Tue, 2 Aug 2005 arisawa@ar.aichi-u.ac.jp wrote:

> You are trying to achieve world record...
> But impossible without help of *regular* unix users.

It would be interesting to try to use xcpu to provide donor nodes. 

ron


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-02  4:00   ` Ronald G. Minnich
@ 2005-08-02  5:41     ` arisawa
  2005-08-02 14:07       ` Ronald G. Minnich
  0 siblings, 1 reply; 12+ messages in thread
From: arisawa @ 2005-08-02  5:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> It would be interesting to try to use xcpu to provide donor nodes.
>

Thanks ron, but where is xcpu ?

Kenji Arisawa



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-02  5:41     ` arisawa
@ 2005-08-02 14:07       ` Ronald G. Minnich
  2005-08-04 11:59         ` arisawa
  0 siblings, 1 reply; 12+ messages in thread
From: Ronald G. Minnich @ 2005-08-02 14:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs



On Tue, 2 Aug 2005 arisawa@ar.aichi-u.ac.jp wrote:

> Thanks ron, but where is xcpu ?

working on it ... although it may be in sources, not sure. I'll try to 
find out. Vic Zandy wrote it, I am changing it a bit.

ron


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-02 14:07       ` Ronald G. Minnich
@ 2005-08-04 11:59         ` arisawa
  0 siblings, 0 replies; 12+ messages in thread
From: arisawa @ 2005-08-04 11:59 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

I received private mail from Sergey Reva, but the replay was rejected:

> Your request ``mail net!mail.ru rs_rlab '' failed (code smtp 165353: 
> Permanent Failure).

therefore I post the mail to 9fans.
the contents is bellow.

> Sorry, but I can't login to your cpu server, can you put taskfs to
> sources or send it directly to me?
>

it seems my co.aichi-u.ac.jp in trouble...

I have put taskfs as grid.tgz into sources.
look /n/sources/contrib/arisawa

grid.tgz is a grid kit for Plan 9 that is under development
and should be tested using more examples.

Please give me your suggestion.

Kenji Arisawa



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-01 12:30 YAMANASHI Takeshi
  2005-08-01 13:51 ` Sergey Reva
@ 2005-08-01 18:29 ` arisawa
  1 sibling, 0 replies; 12+ messages in thread
From: arisawa @ 2005-08-01 18:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


> As a matter of fact, I'm going to ask 9fans to volunteer
> cpu seconds to compute 25 queen problem using this. :)

You can estimate for computing power to do this.

The task to get solution of N-queens problem can be divided
into small independent pieces of tasks.
We can get Open-MP style program qn24b-version1/omp
from http://www.yuba.is.uec.ac.jp/~kis/nq/index.htm

I transformed this program so that we can execute such like
         queen n i:j
this means n-queens problem of task(piece) range i to j
(You can get this program in co.aichi-u.ac.jp using cpu command
and look /usr/arisawa/src/taskfs/Q/src/)

I measured the time
	time queen n 0:1
0:1 means the first one piece.

The result measured on 2.4GHz Xeon
         n       time    # of pieces
         21      5s       41176
         22      33s     49480
         23      238s    64072
         24      1751s   75516
         25      13590s  95472
note that the time required to compute one piece increases rapidly

-bash$ python
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> 13590*95472
1297464480
 >>> 1297464480/(60*60*24*365)
41
 >>>

41 years on single computer!
500 volunteers who can offer one month?
I want rather 2000 9grid computers...

Kenji Arisawa



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-07-30 15:27 Sergey Reva
  2005-07-31  1:28 ` arisawa
@ 2005-08-01 16:51 ` Sergey Reva
  1 sibling, 0 replies; 12+ messages in thread
From: Sergey Reva @ 2005-08-01 16:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello Fans

Solution is there
http://www.tip9ug.jp/who/rlab/files/mtest.c

Sergey
-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-08-01 12:30 YAMANASHI Takeshi
@ 2005-08-01 13:51 ` Sergey Reva
  2005-08-01 18:29 ` arisawa
  1 sibling, 0 replies; 12+ messages in thread
From: Sergey Reva @ 2005-08-01 13:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello fans

Mirror of my public plan 9 files available at tip9ug.jp:
http://www.tip9ug.jp/who/rlab/files/slave.c
http://www.tip9ug.jp/who/rlab/files/master.c

http://www.tip9ug.jp/who/rlab/files/*
drawterm.zip - drawterm with Unicode for Windows
cap.c - screen capture
devi2c.c - nvram emulation with 24cXXX
life.c - "Life" for Plan 9
ln.c (line numerator)

> http://www.tip9ug.jp/who/nashi/9grid/taskbag.tgz
> taskfs
Thanks Kenji and Yamanashi, i'll now check this

Sergey
-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
@ 2005-08-01 12:30 YAMANASHI Takeshi
  2005-08-01 13:51 ` Sergey Reva
  2005-08-01 18:29 ` arisawa
  0 siblings, 2 replies; 12+ messages in thread
From: YAMANASHI Takeshi @ 2005-08-01 12:30 UTC (permalink / raw)
  To: arisawa, rs_rlab, 9fans

> > There is multihost decryptor for xor algoritm...
> > http://rs-rlab.narod.ru/files/slave.c
> > http://rs-rlab.narod.ru/files/master.c
 :
> Someone else (for example YAMANASHI) have some other solutions.

As you mentioned me...  I have a tirivial system which
accomplishes a SETI like computing frame work at:
	http://www.tip9ug.jp/who/nashi/9grid/taskbag.tgz

You write a program which reads data from fd 0 and writes
the result to fd 1 and prepare a set of input to feed to
the program, then you can distribute the program and data
using taskbag and hope 9fans' volunteers to crunch numbers
for your set of task.

As a matter of fact, I'm going to ask 9fans to volunteer
cpu seconds to compute 25 queen problem using this. :)
-- 




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] run and mount
  2005-07-30 15:27 Sergey Reva
@ 2005-07-31  1:28 ` arisawa
  2005-08-01 16:51 ` Sergey Reva
  1 sibling, 0 replies; 12+ messages in thread
From: arisawa @ 2005-07-31  1:28 UTC (permalink / raw)
  To: Sergey Reva, Fans of the OS Plan 9 from Bell Labs

> Can someone suggest me way, how make this sample much better?
>
> For now I should use network service to run 'slave' on CPU server,
> but I wish use cpu command for that, how can I do that?
>
> There is multihost decryptor for xor algoritm...
> http://rs-rlab.narod.ru/files/slave.c
> http://rs-rlab.narod.ru/files/master.c
>

I couldn't open slave.c and master.c. That was blank.
Therefore I don't know what you really want to ask.

If you try something like grid computing, please look
	$home/src/taskfs
of my host "co.aichi-u.ac.jp"
You can login* this host using bell-labs's source account.
	* use cpu command to login

The rc script
	$home/src/taskfs/run
might be helpful for you to run "slave" on cpu server.

Someone else (for example YAMANASHI) have some other solutions.

Kenji Arisawa



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [9fans] run and mount
@ 2005-07-30 15:27 Sergey Reva
  2005-07-31  1:28 ` arisawa
  2005-08-01 16:51 ` Sergey Reva
  0 siblings, 2 replies; 12+ messages in thread
From: Sergey Reva @ 2005-07-30 15:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello Fans,

Can someone suggest me way, how make this sample much better?

For now I should use network service to run 'slave' on CPU server,
but I wish use cpu command for that, how can I do that?

There is multihost decryptor for xor algoritm...
http://rs-rlab.narod.ru/files/slave.c
http://rs-rlab.narod.ru/files/master.c

Thanks in advance!
Sergey
-- 
http://rs-rlab.narod.ru                          mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-08-04 11:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-02  0:46 [9fans] run and mount YAMANASHI Takeshi
2005-08-02  1:37 ` arisawa
2005-08-02  4:00   ` Ronald G. Minnich
2005-08-02  5:41     ` arisawa
2005-08-02 14:07       ` Ronald G. Minnich
2005-08-04 11:59         ` arisawa
  -- strict thread matches above, loose matches on Subject: below --
2005-08-01 12:30 YAMANASHI Takeshi
2005-08-01 13:51 ` Sergey Reva
2005-08-01 18:29 ` arisawa
2005-07-30 15:27 Sergey Reva
2005-07-31  1:28 ` arisawa
2005-08-01 16:51 ` Sergey Reva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).