Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] Starting from scratch (again)

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Andrew <afrayedknot AT thefrayedknot.armory.com>
  • To: sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire] Starting from scratch (again)
  • Date: Tue, 10 Jun 2003 17:00:44 -0700

>
> It won't unless you are on SMP.
>

you could just edit compile_config and have more than one make job
per cast, which effectively turns the argument around again.

Although given appropriate locking (nudge nudge), theres no reason why we
cant run multiple casts simultaneously.

As it stands now, cast generates a makefile from the dependancy tree,
then calls make on that file, which calls cast (with an envivonment
variable set) on each of the targets, theres no reason why that first
call cant just have a -j $parallel_casts_number set on it also.




Archive powered by MHonArc 2.6.24.

Top of Page