Re: cloning a repository from release MonetDB-11.9.7
Hi,
I would like to clone a repository from MonetDB-11.9.7. What would be the branch or rev number for:
hg clone http://dev.monetdb.org/hg/MonetDB -b
Thanks in advance.
Chi
________________________________
From: Chi-Young Ku
Hi Chi,
A not-so-intelligent way is to run
hg log > hglog.txt
and then search for "release" in hglog.txt
You may find the changeset corresponding to the release you requested.
Thanks,
Joe
On Mon, Oct 29, 2012 at 1:00 PM, Chi-Young Ku
Hi,
I would like to clone a repository from MonetDB-11.9.7. What would be the branch or rev number for:
hg clone http://dev.monetdb.org/hg/MonetDB -b
Thanks in advance.
Chi
------------------------------ *From:* Chi-Young Ku
*To:* "developers-list@monetdb.org" *Cc:* Chi- Young Ku *Sent:* Wednesday, October 17, 2012 5:47 PM *Subject:* Generating gprof report Hi,
I used the "--enable_profile" option to configure my MonetDB and ran "make clean; make; make install".
I, then, started my MonetDB instance and ran the following query:
select count(*) from lineitem where l_partkey > 9000;
Lastly, I quit from the "mclient" session and issued "monetdbd stop ...".
I observed that there are several gmon.out files in different directories in my top build directory.
Therefore, I issued the following gprof command:
gprof /usr/local/bin/mserver5 ./sql/backends/monet5/gmon.out ./gdk/gmon.out ./monetdb5/extras/mal_optimizer_template/gmon.out ./monetdb5/modules/atoms/gmon.out ./monetdb5/modules/kernel/gmon.out ./monetdb5/modules/mal/gmon.out ./monetdb5/scheduler/gmon.out ./monetdb5/optimizer/gmon.out ./monetdb5/mal/gmon.out
However, the output of the above command did not show any calling sequence containing the execution of MAL instructions.
Did I miss anything?
Thanks in advance.
Chi
_______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
_______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
On 29-10-2012 13:00:56 -0700, Chi-Young Ku wrote:
Hi,
I would like to clone a repository from MonetDB-11.9.7. What would be the branch or rev number for:
hg clone http://dev.monetdb.org/hg/MonetDB -b
Thanks in advance.
what you're looking for is the Apr2012-SP2 release (http://dev.monetdb.org/downloads/sources/Apr2012-SP2/) _______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
participants (3)
-
Chi-Young Ku
-
Fabian Groffen
-
joe cooper