Displaying 20 results from an estimated 10000 matches similar to: "Why R-project source code is not on Github"
2013 Jun 16
2
Problem in linking a library in R package
1.I have a library fpmpi . I made the shared library fpmpi.so from this
library.I am using ubuntu .
2.Now, I want to use in my R package .My R package has src folder the there
is makevars.in file
### Setup R source code and objects.
PKG_CPPFLAGS = @PKG_CPPFLAGS@
PKG_LIBS = -L/home/g/Desktop/Project -fpmpip
### For user configuration.
USER_CONF = Makeconf
### Start making here.
all:
2013 Jun 14
1
Problem in linking a library in R package
Hello everyone ,
I am facing a simple problem , I trying to add functionality in one of R
package .
I want a profiling library to link to R package so that when R package is
used the profiling out put comes automatically with that.
Problem is that I am not able to link it with the package , I tried to use
the makevars.in in src folder to give it path to compile but no luck.
I have made a shared
2015 Feb 26
0
[LLVMdev] Removing contention in PassRegistry accesses to speed up compiles
We have root caused the segfault - it was due to a caching layer we have in
our code, which is to avoid duplicate compilations. Basically,
llvm::JIT::getPointerToFunction() looks up PassRegistry, but as our change
introduces a separate PassRegistry for each thread, this means that the
thread that calls llvm::JIT::getPointerToFunction() should have appropriate
PassRegistry setup. In our setup, some
2010 Mar 08
4
Centos 5.4 DNS resolution issue
I can ping the google.com ip addresses (209.85.231.104) but can't ping the
FQDN, obviously DNS is broken.
I can also ping the nameserver ip addresses specified in /etc/resolv.conf.
--
Gaurav
On Sun, Mar 7, 2010 at 10:48 PM, Gaurav Nangla <gaurav.knangla at gmail.com>wrote:
> Hi Everyone,
>
I've setup a Centos 5.4 (x86_64) box in a VM recently; the trouble is I just
>
2017 Sep 01
2
peer rejected but connected
Logs from newly added node helped me in RCA of the issue.
Info file on node 10.5.6.17 consist of an additional property
"tier-enabled" which is not present in info file from other 3 nodes, hence
when gluster peer probe call is made, in order to maintain consistency
across the cluster cksum is compared. In this
case as both files are different leading to different cksum, causing state
in
2016 May 08
2
GSoC: Weighting Schemes
Hi James,
Thanks for clearing doubts I had earlier.
>>if we can introduce the variants using optional parameters that default to
>>(effectively) 'off' that might be better than distinct ones,
Yes, this will definitely be the better approach for introducing the
variants of existing weighting functions.
Thanks for the suggestion.
Next, I will try to come up with a draft of
2016 May 09
2
GSoC: Weighting Schemes
Hi Vivek,
I saw your comments on IRC, as noted by olly :
*<olly> vivekp: (if you check the logs) - you want: ./trec_index config*
*<olly> you want to run the compiled binary (no ".cc") not the source
file...*
But i guess you are not able to compile the setup. I can write steps and
send across how to compile and sample files from config.
Most of the files in config are
2008 Jun 25
2
[LLVMdev] LLVM inquiry
Hi
This is Gaurav Khanna, from MacResearch.org - a community for
scientists that use the Mac and related hardware for research. One
service we perform for the community is supply g77 & gfortran
compilers for Mac OS X (which are not supplied by Apple).
We are interested in the progress made by LLVM and have some quick
questions. We'd appreciate any comments you can make.
1) What is the
2017 Jun 20
1
gluster peer probe failing
Thanks Gaurav!
1. Any time estimation on to when this fix would be released?
2. Any recommended workaround?
Best,
Guy.
From: Gaurav Yadav [mailto:gyadav at redhat.com]
Sent: Tuesday, June 20, 2017 9:46 AM
To: Guy Cukierman <guyc at elminda.com>
Cc: Atin Mukherjee <amukherj at redhat.com>; gluster-users at gluster.org
Subject: Re: [Gluster-users] gluster peer probe failing
2017 Aug 29
0
Glusterd proccess hangs on reboot
glusterd returned to normal, here is the logs:
https://www.dropbox.com/s/41jx2zn3uizvr53/80servers_glusterd_normal_status.zip?dl=0
On Tue, Aug 29, 2017 at 1:47 PM, Serkan ?oban <cobanserkan at gmail.com> wrote:
> Here is the logs after stopping all three volumes and restarting
> glusterd in all nodes. I waited 70 minutes after glusterd restart but
> it is still consuming %100 CPU.
2006 Jul 21
10
why validation on server side
hi,
i have noticed that the validations in RoR happen at server side
mostly what sites do is using javascript they validate user information
there...
whats the point of doing it at the server side
is it that loading of javascript file in a browser makes a response to
client slow
and validation at server side offsets that....?????
any sugeestions????
is it that i am missing something as
2017 Aug 29
2
Glusterd proccess hangs on reboot
Here is the logs after stopping all three volumes and restarting
glusterd in all nodes. I waited 70 minutes after glusterd restart but
it is still consuming %100 CPU.
https://www.dropbox.com/s/pzl0f198v03twx3/80servers_after_glusterd_restart.zip?dl=0
On Tue, Aug 29, 2017 at 12:37 PM, Gaurav Yadav <gyadav at redhat.com> wrote:
>
> I believe logs you have shared logs which consist of
2006 Jun 18
3
on change of drop down a textfield emerging
hi,
i have a situation where i have a list of options from which a user selects
his options if its not in the list he/she selects Others/Not Present and a
new textfield should pop up and the data entered there should be considered
instead of dropdown.
i have done this using javascript/dhtml but i was wondering how this can be
done using pure rails i.e using some of the RoR apis?.
i would
2006 Nov 04
2
sql query in active record
hi all,
if i want to write a query select * from a,b where a.b_id=b.id in active
record
using joins,condition how can i write that
in docs i found for conditions you do by giving "?" and then the parameter
eg. a.b_id=?
but it takes b.id as string i.e a.b_id=''b.id''
i dont want that
any suggestions
thanks in advance
regards
gaurav
-------------- next
2017 Aug 29
0
Glusterd proccess hangs on reboot
I believe logs you have shared logs which consist of create volume followed
by starting the volume.
However, you have mentioned that when a node from 80 server cluster gets
rebooted, glusterd process hangs.
Could you please provide the logs which led glusterd to hang for all the
cases along with gusterd process utilization.
Thanks
Gaurav
On Tue, Aug 29, 2017 at 2:44 PM, Serkan ?oban
2017 Jun 20
0
gluster peer probe failing
Hi,
I am able to recreate the issue and here is my RCA.
Maximum value i.e 32767 is being overflowed while doing manipulation on it
and it was previously not taken care properly.
Hence glusterd was crashing with SIGSEGV.
Issue is being fixed with "
https://bugzilla.redhat.com/show_bug.cgi?id=1454418" and being backported
as well.
Thanks
Gaurav
On Tue, Jun 20, 2017 at 6:43 AM, Gaurav
2007 Nov 20
2
ntp queries not being answered
Hello All,
My name is Gaurav, and I am tasked with configuring a linux box with
NTP.
I am having a problem that I hope you can help me with.
We have installed CentOS V5 on 1 processor down in the lab. The rest of
the processors on the network are AIX boxes versions 3.2.5 and 5.2. I
worked through the entire initial NTP configuration; setup the
/etc/ntp.conf file to point to the server, etc.
2017 Oct 04
2
Glusterd not working with systemd in redhat 7
Hello,
I'd like to test if 3.10.6 version fixes the problem . I'm wondering which is the correct way to upgrade from 3.10.5 to 3.10.6.
It's hard to find upgrade guides for a minor release. Can you help me please ?
Thanks in advance
Ismael
________________________________
De : Atin Mukherjee <amukherj at redhat.com>
Envoy? : dimanche 17 septembre 2017 14:56
? : ismael
2006 Jun 18
5
on change of drop down showing a new textfield
hi,
i have a situation where i have a list of options from which a user selects
his options if its not in the list he/she selects Others/Not Present and a
new textfield should pop up and the data entered there should be considered
instead of dropdown.
i have done this using javascript/dhtml but i was wondering how this can be
done using pure rails i.e using some of the RoR apis?.
i would
2011 Jul 28
0
[LLVMdev] number of static paths
Hi, I am a student at IIT Kanpur. I am working on Path Profiling, i just
came with a need to know about the number of static paths in a
program(actually in a function) before it's actually get run. As i saw in
PathProfiling.c file in llvm\runtime\libprofile they are just storing the
path information at run time and dynamically adding entries for the new
path. But i need to know the number of