|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi there,
I'm new to povray programming and want to do a parallel version of
povray using MPI and perhaps Multithreading. I had a short view on the
source code and I saw this POVMS/COOPERATE stuff (I do not fully
understand what its purpose is) May it be useful for me??? If so, can
anybody tell me about the main concept? All the parallel versions of
povray I have seen work oonly with version 3.1, which doesn't have this
stuff... so I can't copy :(
Thanks,
Matthias
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3DD0E8F0.42432B09@web.de> , Matze <mat### [at] webde>
wrote:
> COOPERATE
This has been there in previous versions as well. POVMS has absolutely
nothing to do with multithreading at all. That should be fairly clear from
the source code...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich wrote:
> In article <3DD0E8F0.42432B09@web.de> , Matze <mat### [at] webde>
> wrote:
>
> > COOPERATE
Ok, you're right and I also figured out what it is...
>
>
> This has been there in previous versions as well. POVMS has absolutely
> nothing to do with multithreading at all. That should be fairly clear from
> the source code...
>
you say that because you wrote it... I also know what it does(basically), it's
about passing messages. But just because I'm curious: for what is it
used/should it be used (it is disabled now)?
The source code doesn't tell me that...
Matthias
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 12 Nov 2002 13:57:30 +0100, Matthias Fueller
<mat### [at] informatikfh-fuldade> wrote:
> But just because I'm curious: for what is it
> used/should it be used (it is disabled now)?
> The source code doesn't tell me that...
IIRC it was partially explained in the thread 'Proposal for 4.0 ...' one month
ago in this group.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich wrote:
> This has been there in previous versions as well. POVMS has
> absolutely nothing to do with multithreading at all. That should be
> fairly clear from the source code...
Real programmers dont need comments .....
--
Rick
Kitty5 NewMedia http://Kitty5.co.uk
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.417 / Virus Database: 233 - Release Date: 08/11/2002
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3dd1082d$1@news.povray.org> , "Rick [Kitty5]" <ric### [at] kitty5com>
wrote:
>> This has been there in previous versions as well. POVMS has
>> absolutely nothing to do with multithreading at all. That should be
>> fairly clear from the source code...
>
> Real programmers dont need comments .....
POVMS has plenty of comments...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3DD0FABA.FB6344F6@informatik.fh-fulda.de> , Matthias Fueller
<mat### [at] informatikfh-fuldade> wrote:
> you say that because you wrote it... I also know what it does(basically), it's
> about passing messages. But just because I'm curious: for what is it
> used/should it be used (it is disabled now)?
> The source code doesn't tell me that...
Well, it is used, just not on the platform's source code you are looking at.
All it is used for is providing an abstraction over POV-Ray text output such
that it can be better used in a GUI...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <m1v1tuo9mm76ltqrnensvt84nsenr7hhne@4ax.com> , ABX
<abx### [at] abxartpl> wrote:
> IIRC it was partially explained in the thread 'Proposal for 4.0 ...' one month
> ago in this group.
Well, I don't know from memory, but the source code archive probably also
include a document called "change35.doc", which lists all changes since
POV-Ray 3.5.alpha.1
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3dd11de3@news.povray.org> , "Thorsten Froehlich"
<tho### [at] trfde> wrote:
> Well, I don't know from memory, but the source code archive probably also
> include a document called "change35.doc", which lists all changes since
> POV-Ray 3.5.alpha.1
On Unix it is called "ChangeLog"...
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |