Re: [Gimp-developer] SMP support

2001-08-07 Thread Sven Neumann

Hi,

Michael Soibelman [EMAIL PROTECTED] writes:

 I just noticed that there no longer seems to be the --with-smp 
 configuration option!  Is this an omission or intentional?  

IIRC, the configuration option to add support for multiple processors 
has always been --with-mp and it's still there.

 Also, excuse my ignorance, but can options such as --with-smp be passed to 
 the rpm command

rpm's do include prebuilt binary packages, you can't reconfigure them
later. I suggest you build from source if you want SMP support.


Salut, Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] SMP support

2001-08-07 Thread Stephen Robert Norris

On Tue, Aug 07, 2001 at 10:48:37AM +0200, Sven Neumann wrote:
 Hi,
 
 Michael Soibelman [EMAIL PROTECTED] writes:
 
  I just noticed that there no longer seems to be the --with-smp 
  configuration option!  Is this an omission or intentional?  
 
 IIRC, the configuration option to add support for multiple processors 
 has always been --with-mp and it's still there.
 
  Also, excuse my ignorance, but can options such as --with-smp be passed to 
  the rpm command
 
 rpm's do include prebuilt binary packages, you can't reconfigure them
 later. I suggest you build from source if you want SMP support.

Unless you build from source RPMs, of course. Just install it and edit
the spec file to include what options you want and rebuild the RPM.

Keeps the dependency tracking nice and orderly.

Stephen
-- 
Stephen Norris[EMAIL PROTECTED]
Farrow Norris Pty Ltd   +61 417 243 239
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] smp

2001-06-06 Thread Robert Cox



Is gimp optimized for use on SMP 
systems?
I would like to build a linux dual box 
.
sincerely,
R.Cox


Re: [Gimp-developer] smp

2001-06-06 Thread Sven Neumann

Hi,

Robert Cox [EMAIL PROTECTED] writes:

 Is gimp optimized for use on SMP systems?

it could make more use of multiple processors, but yes, you gain a speed
improvement if using more than one processor.


Salut, Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] smp

2001-06-06 Thread Sven Neumann

Hi,

David Monniaux [EMAIL PROTECTED] writes:

 On 6 Jun 2001, Sven Neumann wrote:
 
  it could make more use of multiple processors, but yes, you gain a speed
  improvement if using more than one processor.
 
 Does it actually work?

AFAIK, yes. You specify --with-mp=yes when running configure and configure
the number of processors in the prefs. Of course multiple processors are
also automatically used since plug-ins are separate processes and can 
though be run on different CPUs.


Salut, Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] smp

2001-06-06 Thread furnace

On Fri, Jun 08, 2001 at 07:19:46PM -0400, Robert Cox wrote:
 Is gimp optimized for use on SMP systems?
 I would like to build a linux dual box .

no, but plug ins are run as seperate processes. plug ins
themselves can take advantage of that but the app itself
does not.

 sincerely,
 R.Cox

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] smp

2001-06-06 Thread Sven Neumann

Hi,

furnace [EMAIL PROTECTED] writes:

 On Fri, Jun 08, 2001 at 07:19:46PM -0400, Robert Cox wrote:
  Is gimp optimized for use on SMP systems?
  I would like to build a linux dual box .
 
 no, but plug ins are run as seperate processes. plug ins
 themselves can take advantage of that but the app itself
 does not.

Not quite correct. If gimp is configured using --with-mp=yes and
the number of CPUs is configured correctly in the prefs some core
functions run parallel too.


Salut, Sven



___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer