[m-rev.] diff: nightly tests on neptune and pluto

Zoltan Somogyi zs at csse.unimelb.edu.au
Mon Jan 22 14:46:42 AEDT 2007


On 22-Jan-2007, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>  	saturn)		OPTIMIZE="-O5 --intermodule-optimization" ;;
> +	neptune)	OPTIMIZE="-O4" ;;
> +	pluto)		OPTIMIZE="-O2 --intermodule-optimization" ;;

Since saturn is overloaded, and a slower machine than neptune or pluto,
you should make one of the new machines do -O5 --intermodule-optimization
instead of saturn.

> +	neptune)
> +		CONFIG_OPTS=""
> +		INSTALL_LIBGRADES="
> +			asm_fast.gc			\
> +			asm_fast.gc.tr			\
> +			asm_fast.gc.tr.debug		\
> +			hlc.gc				\
> +			hlc.gc.tr			\
> +			hlc.gc.tr.ll_debug		\
> +			asm_fast.gc.tr.prof		\
> +			asm_fast.gc.tr.memprof		\
> +			asm_fast.gc.tr.profdeep" 
> +		;; 
> +	pluto)
> +		DEFAULT_GRADE="hlc.gc"
> +		export DEFAULT_GRADE
> +		INSTALL_GRADE="hlc.gc"
> +		CONFIG_OPTS=""
> +		INSTALL_LIBGRADES="
> +			hlc.gc				\
> +			hlc.gc.tr			\
> +			hlc.par.gc			\
> +			asm_fast.gc			\
> +			asm_fast.par.gc			\
> +			asm_fast.gc.tr			\
> +			asm_fast.gc.tr.debug		\
> +			asm_fast.gc.profdeep		\
> +			reg.gc.tr" 

As we agreed in person, one of these machines should test asm_fast.gc.stseg.

Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list