Re: [Open64-devel] enable parallel make for ipa

2010-10-05 Thread Gilmore, Doug
example xalancbmk rebuilds very quickly with these modifications. Doug From: Xiaohua Zhang [mailto:xiaohua_zh...@yahoo.com] Sent: Monday, October 04, 2010 4:22 PM To: Sun Chan Cc: open64-devel@lists.sourceforge.net Subject: Re: [Open64-devel] enable parallel make for ipa Hi Sun, Thanks for your

Re: [Open64-devel] enable parallel make for ipa

2010-10-05 Thread Gautam Chakrabarti
cores for build... Instead the option to parallelize was often used for spec builds to speed it up. Gautam From: Sun Chan To: Xiaohua Zhang Cc: open64-devel@lists.sourceforge.net Sent: Mon, October 4, 2010 3:49:36 PM Subject: Re: [Open64-devel] enable

Re: [Open64-devel] enable parallel make for ipa

2010-10-04 Thread Xiaohua Zhang
] enable parallel make for ipa there is probably some build graph problem that may cause hidden dependency during compile. Likely introduced as people add new capability and did not have large apps to test, instead of fixing the problem later on, they simply disable it (just a wild guess, but it used

Re: [Open64-devel] enable parallel make for ipa

2010-10-04 Thread Sun Chan
there is probably some build graph problem that may cause hidden dependency during compile. Likely introduced as people add new capability and did not have large apps to test, instead of fixing the problem later on, they simply disable it (just a wild guess, but it used to work fine back then) You