|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
3.9.56 & LAPACK 3.4.0Guys,
I have released 3.9.56. The biggest deal is that the lapack 3.4.0 changed the build process, which made it not work with ATLAS. 3.9.56 will work with lapack 3.4.0, or older lapacks. Cheers, Clint ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: * Added kludge so that ATLAS can autobuild new lapack 3.4.0 * Added HOME/local to searched paths * Found & fixed another possible buffer overrun in FindGoodGcc/Gfortran * Added kludge so that ATLAS can autobuild new lapack 3.4.0 * Added HOME/local to searched paths * Added check for NULL return of GetGE in bin/ testers * Added AVX cgemvT kernel * New Corei264AVX arch defs for gcc 4.6.2 ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: 3.9.56 & LAPACK 3.4.0I built this on my Core i7 Fedora 16 Linux box with no issues. Solved the make check for me. Thanks!
________________________________________ From: Clint Whaley [whaley@...] Sent: Wednesday, December 07, 2011 5:35 PM To: math-atlas-devel@... Subject: [atlas-devel] 3.9.56 & LAPACK 3.4.0 Guys, I have released 3.9.56. The biggest deal is that the lapack 3.4.0 changed the build process, which made it not work with ATLAS. 3.9.56 will work with lapack 3.4.0, or older lapacks. Cheers, Clint ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: * Added kludge so that ATLAS can autobuild new lapack 3.4.0 * Added HOME/local to searched paths * Found & fixed another possible buffer overrun in FindGoodGcc/Gfortran * Added kludge so that ATLAS can autobuild new lapack 3.4.0 * Added HOME/local to searched paths * Added check for NULL return of GetGE in bin/ testers * Added AVX cgemvT kernel * New Corei264AVX arch defs for gcc 4.6.2 ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: 3.9.56 & LAPACK 3.4.0OK, here's what I see:
3.9.48 configure works on ARM with gcc 4.5.2 and 4.6.1 3.9.56 configure fails on ARM with gcc 4.5.2 and 4.6.1 Tomorrow I'll walk up the version chain to find where the change occurred that broke it, and see if I can narrow it down. On 12/07/2011 06:35 PM, Clint Whaley wrote: > Guys, > > I have released 3.9.56. The biggest deal is that the lapack 3.4.0 > changed the build process, which made it not work with ATLAS. 3.9.56 > will work with lapack 3.4.0, or older lapacks. > > Cheers, > Clint > > ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: > * Added kludge so that ATLAS can autobuild new lapack 3.4.0 > * Added HOME/local to searched paths > * Found& fixed another possible buffer overrun in FindGoodGcc/Gfortran > * Added kludge so that ATLAS can autobuild new lapack 3.4.0 > * Added HOME/local to searched paths > * Added check for NULL return of GetGE in bin/ testers > * Added AVX cgemvT kernel > * New Corei264AVX arch defs for gcc 4.6.2 > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: 3.9.56 & LAPACK 3.4.0Tom,
>OK, here's what I see: > >3.9.48 configure works on ARM with gcc 4.5.2 and 4.6.1 > >>3.9.56 configure fails on ARM with gcc 4.5.2 and 4.6.1 > >Tomorrow I'll walk up the version chain to find where the change >occurred that broke it, and see if I can narrow it down. Has to be 55, which is where I first rewrote configure to avoid buffer overflows, though I suppose the new path search of 54 could have started it. I can't reproduce the problem on my older ARM system. The 55 configure passed valgrind on my Linux systems. If you can't track down the problem, can you give me remote access to the machine in question? Thanks, Clint On 12/07/2011 06:35 PM, Clint Whaley wrote: > Guys, > > I have released 3.9.56. The biggest deal is that the lapack 3.4.0 > changed the build process, which made it not work with ATLAS. 3.9.56 > will work with lapack 3.4.0, or older lapacks. > > Cheers, > Clint > > ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: > * Added kludge so that ATLAS can autobuild new lapack 3.4.0 > * Added HOME/local to searched paths > * Found& fixed another possible buffer overrun in FindGoodGcc/Gfortran > * Added kludge so that ATLAS can autobuild new lapack 3.4.0 > * Added HOME/local to searched paths > * Added check for NULL return of GetGE in bin/ testers > * Added AVX cgemvT kernel > * New Corei264AVX arch defs for gcc 4.6.2 > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: 3.9.56 & LAPACK 3.4.0Glad that fixed things for you!
Cheers, Clint >From math-atlas-devel-bounces@... Wed Dec 7 18:11:36 2011 Return-Path: <math-atlas-devel-bounces@...> X-Original-To: whaley@... Delivered-To: whaley@... X-ACL-Warn: X-SpamScore: -11 X-BigFish: PS-11(z21eNzbb2dI9371I103dKzz1202hzz8275ch8275bhz2dh2a8h668h839h944h62h) X-Forefront-Antispam-Report: CIP:207.46.4.139; KIP:(null); UIP:(null); IPV:NLI; H:SN2PRD0102HT014.prod.exchangelabs.com; RD:none; EFVD:NLI From: "Robinson, Melvin D" <melvin.robinson@...> To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> Thread-Topic: [atlas-devel] 3.9.56 & LAPACK 3.4.0 Thread-Index: AQHMtTkBn9ZvXCACdUyUXOhqMJmPa5XRESbn Date: Thu, 8 Dec 2011 00:11:17 +0000 Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [62.50.217.233] X-OriginatorOrg: mavs.uta.edu X-Headers-End: 1RYRa9-0002ro-IY Subject: Re: [atlas-devel] 3.9.56 & LAPACK 3.4.0 X-BeenThere: math-atlas-devel@... X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> List-Id: "List for developer discussion, NOT SUPPORT." <math-atlas-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=math-atlas-devel> List-Post: <mailto:math-atlas-devel@...> List-Help: <mailto:math-atlas-devel-request@...?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Errors-To: math-atlas-devel-bounces@... X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail0.cs.utsa.edu X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 Status: RO I built this on my Core i7 Fedora 16 Linux box with no issues. Solved the make check for me. Thanks! ________________________________________ From: Clint Whaley [whaley@...] Sent: Wednesday, December 07, 2011 5:35 PM To: math-atlas-devel@... Subject: [atlas-devel] 3.9.56 & LAPACK 3.4.0 Guys, I have released 3.9.56. The biggest deal is that the lapack 3.4.0 changed the build process, which made it not work with ATLAS. 3.9.56 will work with lapack 3.4.0, or older lapacks. Cheers, Clint ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: * Added kludge so that ATLAS can autobuild new lapack 3.4.0 * Added HOME/local to searched paths * Found & fixed another possible buffer overrun in FindGoodGcc/Gfortran * Added kludge so that ATLAS can autobuild new lapack 3.4.0 * Added HOME/local to searched paths * Added check for NULL return of GetGE in bin/ testers * Added AVX cgemvT kernel * New Corei264AVX arch defs for gcc 4.6.2 ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: 3.9.56 & LAPACK 3.4.0Found it. In CONFIG/src/config.c line 706, ln is declared as char,
rather than as char *. This causes a segfault when it is passed to sprintf on line 711. I have no idea why this doesn't fail on other platforms, unless ProbePtrbits doesn't get called for all of them. On 12/07/2011 10:52 PM, Clint Whaley wrote: > Tom, > >> OK, here's what I see: >> >> 3.9.48 configure works on ARM with gcc 4.5.2 and 4.6.1 >> >>> 3.9.56 configure fails on ARM with gcc 4.5.2 and 4.6.1 >> Tomorrow I'll walk up the version chain to find where the change >> occurred that broke it, and see if I can narrow it down. > Has to be 55, which is where I first rewrote configure to avoid buffer > overflows, though I suppose the new path search of 54 could have started it. > > I can't reproduce the problem on my older ARM system. The 55 configure > passed valgrind on my Linux systems. > > If you can't track down the problem, can you give me remote access to the > machine in question? > > Thanks, > Clint > > On 12/07/2011 06:35 PM, Clint Whaley wrote: >> Guys, >> >> I have released 3.9.56. The biggest deal is that the lapack 3.4.0 >> changed the build process, which made it not work with ATLAS. 3.9.56 >> will work with lapack 3.4.0, or older lapacks. >> >> Cheers, >> Clint >> >> ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: >> * Added kludge so that ATLAS can autobuild new lapack 3.4.0 >> * Added HOME/local to searched paths >> * Found& fixed another possible buffer overrun in FindGoodGcc/Gfortran >> * Added kludge so that ATLAS can autobuild new lapack 3.4.0 >> * Added HOME/local to searched paths >> * Added check for NULL return of GetGE in bin/ testers >> * Added AVX cgemvT kernel >> * New Corei264AVX arch defs for gcc 4.6.2 >> >> ************************************************************************** >> ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** >> ************************************************************************** >> >> ------------------------------------------------------------------------------ >> Cloud Services Checklist: Pricing and Packaging Optimization >> This white paper is intended to serve as a reference, checklist and point of >> discussion for anyone considering optimizing the pricing and packaging model >> of a cloud services business. Read Now! >> http://www.accelacomm.com/jaw/sfnl/114/51491232/ >> _______________________________________________ >> Math-atlas-devel mailing list >> Math-atlas-devel@... >> https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
|
|
Re: 3.9.56 & LAPACK 3.4.0Tom,
Great news, and thanks for doing this! Yeah, I'm not sure how that was working on the other machines either :) I've fixed it in the basefiles, and moved the support request to bugs. Thanks, Clint >From math-atlas-devel-bounces@... Thu Dec 8 11:11:20 2011 Return-Path: <math-atlas-devel-bounces@...> X-Original-To: whaley@... Delivered-To: whaley@... X-ACL-Warn: Date: Thu, 8 Dec 2011 12:10:49 -0500 From: Tom Wallace <tom.wallace@...> User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> X-Headers-End: 1RYhV2-0001aF-1Q Subject: Re: [atlas-devel] 3.9.56 & LAPACK 3.4.0 X-BeenThere: math-atlas-devel@... X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> List-Id: "List for developer discussion, NOT SUPPORT." <math-atlas-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=math-atlas-devel> List-Post: <mailto:math-atlas-devel@...> List-Help: <mailto:math-atlas-devel-request@...?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Errors-To: math-atlas-devel-bounces@... X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail0.cs.utsa.edu X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,RATWARE_GECKO_BUILD autolearn=no version=3.0.2 Status: R Found it. In CONFIG/src/config.c line 706, ln is declared as char, rather than as char *. This causes a segfault when it is passed to sprintf on line 711. I have no idea why this doesn't fail on other platforms, unless ProbePtrbits doesn't get called for all of them. On 12/07/2011 10:52 PM, Clint Whaley wrote: > Tom, > >> OK, here's what I see: >> >> 3.9.48 configure works on ARM with gcc 4.5.2 and 4.6.1 >> >>> 3.9.56 configure fails on ARM with gcc 4.5.2 and 4.6.1 >> Tomorrow I'll walk up the version chain to find where the change >> occurred that broke it, and see if I can narrow it down. > Has to be 55, which is where I first rewrote configure to avoid buffer > overflows, though I suppose the new path search of 54 could have started it. > > I can't reproduce the problem on my older ARM system. The 55 configure > passed valgrind on my Linux systems. > > If you can't track down the problem, can you give me remote access to the > machine in question? > > Thanks, > Clint > > On 12/07/2011 06:35 PM, Clint Whaley wrote: >> Guys, >> >> I have released 3.9.56. The biggest deal is that the lapack 3.4.0 >> changed the build process, which made it not work with ATLAS. 3.9.56 >> will work with lapack 3.4.0, or older lapacks. >> >> Cheers, >> Clint >> >> ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: >> * Added kludge so that ATLAS can autobuild new lapack 3.4.0 >> * Added HOME/local to searched paths >> * Found& fixed another possible buffer overrun in FindGoodGcc/Gfortran >> * Added kludge so that ATLAS can autobuild new lapack 3.4.0 >> * Added HOME/local to searched paths >> * Added check for NULL return of GetGE in bin/ testers >> * Added AVX cgemvT kernel >> * New Corei264AVX arch defs for gcc 4.6.2 >> >> ************************************************************************** >> ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** >> ************************************************************************** >> >> ------------------------------------------------------------------------------ >> Cloud Services Checklist: Pricing and Packaging Optimization >> This white paper is intended to serve as a reference, checklist and point of >> discussion for anyone considering optimizing the pricing and packaging model >> of a cloud services business. Read Now! >> http://www.accelacomm.com/jaw/sfnl/114/51491232/ >> _______________________________________________ >> Math-atlas-devel mailing list >> Math-atlas-devel@... >> https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel > > > ************************************************************************** > ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** > ************************************************************************** > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Math-atlas-devel mailing list > Math-atlas-devel@... > https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Math-atlas-devel mailing list Math-atlas-devel@... https://lists.sourceforge.net/lists/listinfo/math-atlas-devel |
| Free embeddable forum powered by Nabble | Forum Help |