search for: gni

Displaying 20 results from an estimated 24 matches for "gni".

Did you mean: cni
2012 Sep 24
2
add lowess predicted line to scatter plot
Hi, I have a scatter plot of the variables GNI and Lifeexp (Gross National Income and Life Expectancy, both metric). So I plotted them and I want to add a regression line and a lowess line. I use lowess and not loess because I have missing values. My code: plot(GNI,Lifeexp) abline(lm(Lifeexp~GNI), col="red") y.loess<-loess(Lifeexp~...
2012 Nov 18
2
Question about making histogram and x must be numeric
...osts as well but I can't find any solution to the problem I'm dealing with. I want to make a histogram from the data Telephone Lines MDGdataset <-read.csv("MDG_dataset_2010.csv", header=T) MDGdatasetAdapted <- subset(MDGdataset, select = c(Country_Code, Country_Name, Year, GNI.per.capita..Atlas.method..current.US.., Telephone.lines..per.100.people., Internet.users..per.100.people.)) MDGdatasetAdapted MDGdatasetAdapted <- na.omit(MDGdatasetAdapted) names(MDGdatasetAdapted) <- c("Code","Country","Year","GNI","Telephone Lin...
2012 Sep 25
3
Plotting of regsubsets adjr2 values not correct
Hi, I want to make model selection with regsubsets. My code is: a<-regsubsets(Gesamt ~ CommunistSocialist + CountrySize + GNI + Lifeexp + Schoolyears + ExpMilitary + Mortality + PopPoverty + PopTotal + ExpEdu + ExpHealth, data=olympiadaten, nbest=2) summary(a) plot(a,scale="adjr2") (output attached) The problem is now, that I want to fit the best model again "manually" and have a look at it, but th...
2009 Sep 01
11
Storing puppet info in a database
Hi all. We have a bunch of RHEL servers running Puppet. They are also connected to our Red Hat Satellite server. Currently we don''t have any master documentation system that stores all relevant information (i.e. type of server, hardware info, linux configuration, etc) about the servers. So what I''d like to do is implement some sort of system that can hold all this information.
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
...le-BLAS-shlib \ --with-blas \ --with-lapack \ --without-x \ || exit 1 make || exit 1 My environment is as follows: 1) modules/3.2.6.7 13) udreg/2.3.2-1.0401.5929.3.3.gem 25) configuration/1.0-1.0401.35391.1.2.gem 2) xtpe-network-gemini 14) ugni/4.0-1.0401.5928.9.5.gem 26) hosts/1.0-1.0401.35364.1.115.gem 3) xtpe-interlagos 15) pmi/4.0.1-1.0000.9421.73.3.gem 27) lbcd/2.1-1.0401.35360.1.2.gem 4) cray-mpich2/5.6.4 16) dmapp/3.2.1-1.0401.5983.4.5.gem 28) nodehealth/...
2012 Sep 25
2
Regsubsets model selection
Hi, I have 12 independent variables and one dependent variable. Now I want to select the best adj. R squared model by using the regsubsets command, so I code: > plot(regsubsets(Gesamt ~ CommunistSocialist + CountrySize + GNI + Lifeexp + Schoolyears + ExpMilitary + Mortality + + PopPoverty + PopTotal + ExpEdu + ExpHealth, data=olympiadaten, nbest=1, nvmax=12), scale='adjr2') Then I get the picture I attached. The problem is, that the best model has an adjusted R squard of 0.49. But if I regress e.g. my y on o...
2015 Apr 14
0
Problem: mail moved by thunderbird script is invisible to mail clients, but in cur directory
...--- Version: GnuPG v1 iQEVAwUBVSyuunz1H7kL/d9rAQKRRAf/fn3KoLeLyjgZcB3r6TV7WuothiUg513/ Nf/eTbyu/Xe1dR24oFyWVSE7yOKPttwSKsSFHZqVs75MOGRCv9j0441WEXnDFiqE TJ8JZ8KQfkgjaS7YEIO2loZJfJa4ValcTWsL2kO23UCmITsedIQLwqtO5n+1yhUT 5InO2FC2TsEuD0kmWjEnFoNq0jpqkwCZhRDYrW3eZC/dFr95mNAxS7PlQe2Ps5n+ 4NEVLPSfBCuM02iL+Gni+SgFGGo3iCtxeacfYLx5wCNDIV4kwX0WAwaKagGQdcGF ZNm8dOZJ1L5BVBOj+MbE6THc0RW3Dq3UDbL107MS8FsKhmKcYDEalg== =X1/v -----END PGP SIGNATURE-----
2004 Jan 19
0
Printer problem, does somebody could help me please?
...guest ok = yes printable = yes print command = lpr -r -Znoff -P%p %s And the definition in /etc/printcap: dfax_ps|Envoi massif postscript:\ :lp=/dev/null:\ :sd=/u/spool/lpd/dfax_ps:\ :sh:\ :mx#0:\ :if=/util/Filters/nocover_ps: Thanks a lot, Sam -- Samuel Jobin sjobin@gniinc.net Software Development _____________________ --== GNI inc.==-- 5075 Wilfrid-Hamel O. Suite 220 Qu?bec (QC), G2E 5G3 Phone: (418) 864-7721 Fax: (418) 263-3150
2020 Sep 02
2
LLD: Can we make --warn-backrefs the default?
...solution >has always been the same, wrap all libraries in --start-group/--stop-group >and it's what most projects do by default to avoid dealing with these >issues, see for example [Chromium]( >https://source.chromium.org/chromium/chromium/src/+/master:build/toolchain/gcc_toolchain.gni;l=409). >In our case, compatibility with linkers on other platforms is more >important than compatibility with GNU ld, so I'd prefer to keep the current >behavior. Projects that care about compatibility with GNU ld can use >--warn-backrefs. I totally understand that some users may...
2020 Aug 31
2
LLD: Can we make --warn-backrefs the default?
On Mon, Aug 31, 2020 at 1:29 PM David Blaikie <dblaikie at gmail.com> wrote: > > > > On Mon, Aug 31, 2020 at 1:24 PM Fāng-ruì Sòng <maskray at google.com> wrote: >> >> On Fri, Aug 28, 2020 at 11:16 AM David Blaikie <dblaikie at gmail.com> wrote: >> > >> > Would you like to conduct the conversation here, or on the review thread? (I lean
2020 Sep 03
3
LLD: Can we make --warn-backrefs the default?
...e, wrap all libraries in --start-group/--stop-group >> >and it's what most projects do by default to avoid dealing with these >> >issues, see for example [Chromium]( >> > >> https://source.chromium.org/chromium/chromium/src/+/master:build/toolchain/gcc_toolchain.gni;l=409 >> ). >> >In our case, compatibility with linkers on other platforms is more >> >important than compatibility with GNU ld, so I'd prefer to keep the >> current >> >behavior. Projects that care about compatibility with GNU ld can use >> >--wa...
2015 Apr 14
2
Problem: mail moved by thunderbird script is invisible to mail clients, but in cur directory
Over the last year I've had a script moving old mail (120 days) into my annual archive folder. This is the first year I've done this with Dovecot, previously it was running against Cyrus. There's nothing particularly clever: a few conditions to match, then "move message to" the appropriate archive folder. There's one for every year from 2000 to 2015. 2015 is just
2019 Oct 14
2
[RFC] Propeller: A frame work for Post Link Optimizations
...ke LLVM’s full LTO scalable and keep the memory and time overheads low. ThinLTO has enabled much broader adoption of whole program optimization, by making it non-monolithic. * For Chromium builds, https://chromium-review.googlesource.com/c/chromium/src/+/695714/3/build/toolcha in/concurrent_links.gni, the linker process memory is set to 10GB with ThinLTO. It was 26GB with Full LTO before that and individual processes will run of out of memory beyond that. * Here, https://gotocon.com/dl/goto-chicago-2016/slides/AysyluGreenberg_BuildingADistrib utedBuildSystemAtGoogleScale.pdf, a distributed bui...
2003 Sep 03
5
OT - Headsets for Cisco 7940/7960
This is Off-Topic for Asterisk, but I wanted to get some feedback on headsets for Cisco 7940/7960 phones. We have about 10-20 people who wants/needs a headset for their phone & was hoping to collect some real-world input. Thanks!!
2020 Sep 03
2
LLD: Can we make --warn-backrefs the default?
...-group >> >> >and it's what most projects do by default to avoid dealing with these >> >> >issues, see for example [Chromium]( >> >> > >> >> >> https://source.chromium.org/chromium/chromium/src/+/master:build/toolchain/gcc_toolchain.gni;l=409 >> >> ). >> >> >In our case, compatibility with linkers on other platforms is more >> >> >important than compatibility with GNU ld, so I'd prefer to keep the >> >> current >> >> >behavior. Projects that care about compat...
2019 Oct 17
2
[RFC] Propeller: A frame work for Post Link Optimizations
...url?u=https-3A__chromium-2Dreview.googlesource.com_c_chromium_src_-2B_695714_3_build_toolcha&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=4c9jZ8ZwYXlxUZHyw4Wing&m=BOTyGbKXpK1kdAvdQF0QoVsl4A5BCIQJMEEXJRVW6To&s=8EBzmSqxfeVJXXXFKkx4Mzkf5d6cucxPc9pXkF36v_o&e=> > in/concurrent_links.gni, the linker process memory is set to 10GB with > ThinLTO. > It was 26GB with Full LTO before that and individual processes will run of > out > of memory beyond that. > > * Here, > > https://gotocon.com/dl/goto-chicago-2016/slides/AysyluGreenberg_BuildingADistrib > <htt...
2020 Sep 04
2
LLD: Can we make --warn-backrefs the default?
...ojects do by default to avoid dealing with >> these >> >> >> >issues, see for example [Chromium]( >> >> >> > >> >> >> >> >> >> https://source.chromium.org/chromium/chromium/src/+/master:build/toolchain/gcc_toolchain.gni;l=409 >> >> >> ). >> >> >> >In our case, compatibility with linkers on other platforms is more >> >> >> >important than compatibility with GNU ld, so I'd prefer to keep the >> >> >> current >> >> >>...
2006 Mar 15
2
swap at beginning of slice - danger?
Hello freebsd-stable, I have 5.5-PRERELEASE server in production, booting from ad0s1: # BLOCKSIZE=512 swapinfo Device 512-blocks Used Avail Capacity /dev/ad0s1b 2097152 52872 2044280 3% /dev/ad1s1b 2097152 51952 2045200 2% Total 4194304 104824 4089480 2% # bsdlabel ad0s1 | fgrep b: b: 2097152 0 swap
2019 Oct 11
2
[RFC] Propeller: A frame work for Post Link Optimizations
...e. :) On Wed, Oct 2, 2019 at 6:18 PM Rafael Auler <rafaelauler at fb.com> wrote: > You’re correct, except that, in Propeller, CFI duplication happens for > every basic block as it operates with the conservative assumption that a > block can be put anywhere by the linker. That’s a significant bloat that is > not cleaned up later. So, during link time, if N blocks from the same > function are contiguous in the final layout, as it should happen most of > the time for any sane BB order, we would have several FDEs for a region > that only needs one. The bloat goes to the f...
2019 Oct 18
3
[RFC] Propeller: A frame work for Post Link Optimizations
...e: > Cool. The new numbers look good. If you run BOLT with jemalloc library > > preloaded, you will likely get a runtime closer to 1 minute. We’ve noticed > that > > compared to the default malloc, it improves the multithreaded > > performance and brings down memory usage significantly. > Great, thanks for confirming! Would you be willing to share specific numbers, how significant is the reduction in memory with jemalloc for clang? We double-checked our numbers with the larger benchmarks and we can confirm they were *not built with labels*. One of our large bench...