Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(27) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
(15) |
Mar
(33) |
Apr
(10) |
May
(46) |
Jun
(11) |
Jul
(21) |
Aug
(15) |
Sep
(13) |
Oct
(23) |
Nov
(1) |
Dec
(8) |
2005 |
Jan
(27) |
Feb
(57) |
Mar
(86) |
Apr
(23) |
May
(37) |
Jun
(34) |
Jul
(24) |
Aug
(17) |
Sep
(50) |
Oct
(24) |
Nov
(10) |
Dec
(60) |
2006 |
Jan
(47) |
Feb
(46) |
Mar
(127) |
Apr
(19) |
May
(26) |
Jun
(62) |
Jul
(47) |
Aug
(51) |
Sep
(61) |
Oct
(42) |
Nov
(50) |
Dec
(33) |
2007 |
Jan
(60) |
Feb
(55) |
Mar
(77) |
Apr
(102) |
May
(82) |
Jun
(102) |
Jul
(169) |
Aug
(117) |
Sep
(80) |
Oct
(37) |
Nov
(51) |
Dec
(43) |
2008 |
Jan
(71) |
Feb
(94) |
Mar
(98) |
Apr
(125) |
May
(54) |
Jun
(119) |
Jul
(60) |
Aug
(111) |
Sep
(118) |
Oct
(125) |
Nov
(119) |
Dec
(94) |
2009 |
Jan
(109) |
Feb
(38) |
Mar
(93) |
Apr
(88) |
May
(29) |
Jun
(57) |
Jul
(53) |
Aug
(48) |
Sep
(68) |
Oct
(151) |
Nov
(23) |
Dec
(35) |
2010 |
Jan
(84) |
Feb
(60) |
Mar
(184) |
Apr
(112) |
May
(60) |
Jun
(90) |
Jul
(23) |
Aug
(70) |
Sep
(119) |
Oct
(27) |
Nov
(47) |
Dec
(54) |
2011 |
Jan
(22) |
Feb
(19) |
Mar
(92) |
Apr
(93) |
May
(35) |
Jun
(91) |
Jul
(32) |
Aug
(61) |
Sep
(7) |
Oct
(69) |
Nov
(81) |
Dec
(23) |
2012 |
Jan
(64) |
Feb
(95) |
Mar
(35) |
Apr
(36) |
May
(63) |
Jun
(98) |
Jul
(70) |
Aug
(171) |
Sep
(149) |
Oct
(64) |
Nov
(67) |
Dec
(126) |
2013 |
Jan
(108) |
Feb
(104) |
Mar
(171) |
Apr
(133) |
May
(108) |
Jun
(100) |
Jul
(93) |
Aug
(126) |
Sep
(74) |
Oct
(59) |
Nov
(145) |
Dec
(93) |
2014 |
Jan
(38) |
Feb
(45) |
Mar
(26) |
Apr
(41) |
May
(125) |
Jun
(70) |
Jul
(61) |
Aug
(66) |
Sep
(60) |
Oct
(110) |
Nov
(27) |
Dec
(30) |
2015 |
Jan
(43) |
Feb
(67) |
Mar
(71) |
Apr
(92) |
May
(39) |
Jun
(15) |
Jul
(46) |
Aug
(63) |
Sep
(84) |
Oct
(82) |
Nov
(69) |
Dec
(45) |
2016 |
Jan
(92) |
Feb
(91) |
Mar
(148) |
Apr
(43) |
May
(58) |
Jun
(117) |
Jul
(92) |
Aug
(140) |
Sep
(49) |
Oct
(33) |
Nov
(85) |
Dec
(40) |
2017 |
Jan
(41) |
Feb
(36) |
Mar
(49) |
Apr
(41) |
May
(73) |
Jun
(51) |
Jul
(12) |
Aug
(69) |
Sep
(26) |
Oct
(43) |
Nov
(75) |
Dec
(23) |
2018 |
Jan
(86) |
Feb
(36) |
Mar
(50) |
Apr
(20) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
(4) |
4
|
5
|
6
|
7
|
8
|
9
(1) |
10
|
11
(2) |
12
(4) |
13
|
14
|
15
(3) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
(1) |
26
|
27
|
28
(3) |
|
|
|
|
|
From: Roy Stogner <roystgnr@ic...> - 2011-02-12 18:48:25
|
On Sat, 12 Feb 2011, Rafa Rodríguez Galván wrote: > I used to work with dynamic linking in my personal computer, but suppose > I'll try static linking, at least while cluster admins do not provide a > libmpich++.so. And I'll try also METHOD=prof. Oh, pay no attention to my METHOD=prof suggestion, unless you really also need profiling output. I forgot about --disable-shared, and if that's working properly then it's a *much* more flexible way to do things. --- Roy |
From: Rafa Rodríguez Galván <rafael.rodriguez@uc...> - 2011-02-12 18:23:59
|
I used to work with dynamic linking in my personal computer, but suppose I'll try static linking, at least while cluster admins do not provide a libmpich++.so. And I'll try also METHOD=prof. Tank you! Rafa. El 12/02/11 02:48, Derek Gaston escribió: > On Fri, Feb 11, 2011 at 6:42 PM, Derek Gaston<friedmud@...> wrote: > >> It's a lot easier than that. Just configure libmesh with "./configure >> --disable-shared" >> >> > BTW - This is the way we configure libMesh on all of our clusters here. The > reason? If multiple people are pulling from the same libMesh area we would > screw up everyone's executables every time we update libMesh. With static > linking that's not a problem... they will just get the updated libMesh next > time they compile. > > We do also have a non-default libMesh module that is dynamically linked... > because that's the only way to use TBB. But users of that module are made > aware that they need to make sure and keep their executables up to date. > > Now... for development shared libraries are EXTREMELY useful... at a > previous job we did all development with static linking... it was a > nightmare. So much more useful to be able to make a small change to a > libraries .C and recompile the library and _not_ relink every library and > executable that depends on it. > > Derek > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Libmesh-users mailing list > Libmesh-users@... > https://lists.sourceforge.net/lists/listinfo/libmesh-users |
From: Derek Gaston <friedmud@gm...> - 2011-02-12 01:48:27
|
On Fri, Feb 11, 2011 at 6:42 PM, Derek Gaston <friedmud@...> wrote: > It's a lot easier than that. Just configure libmesh with "./configure > --disable-shared" > > BTW - This is the way we configure libMesh on all of our clusters here. The reason? If multiple people are pulling from the same libMesh area we would screw up everyone's executables every time we update libMesh. With static linking that's not a problem... they will just get the updated libMesh next time they compile. We do also have a non-default libMesh module that is dynamically linked... because that's the only way to use TBB. But users of that module are made aware that they need to make sure and keep their executables up to date. Now... for development shared libraries are EXTREMELY useful... at a previous job we did all development with static linking... it was a nightmare. So much more useful to be able to make a small change to a libraries .C and recompile the library and _not_ relink every library and executable that depends on it. Derek |
From: Derek Gaston <friedmud@gm...> - 2011-02-12 01:42:52
|
2011/2/11 Roy Stogner <roystgnr@...> > If they balk and you're stuck having to build a statically-linking > libmesh.a, then as a workaround try building libMesh with > "METHOD=prof". Someone correct me if I'm wrong, but I think that > should give you a static library, so you'll at least be able to link > applications against non-PositionIndependentCode dependencies. > It's a lot easier than that. Just configure libmesh with "./configure --disable-shared" Derek |