search for: chatterjee

Displaying 18 results from an estimated 18 matches for "chatterjee".

2013 Jan 16
1
Problems regarding the package "BRugs"
...ike below: model has probably not yet been updated model has probably not yet been updated Is there any problem with the function, or the input of the function, in the latest version of the "BRugs" package? Can you please help me in this problem. Thanking you. Moumita Chatterjee. Research Scholar Department Of Statistics University Of Calcutta [[alternative HTML version deleted]]
2015 Jul 02
2
[LLVMdev] Request for help: why does the program link correctly?
Hi, I am a bit stumped on the following case, and hopefully missing something very basic. Can someone please help me understand why the following is allowed to link correctly? $ cat -n main.c 1 extern void foo(); 2 3 int main() { foo(); } $ cat -n def.c 1 int foo = 99; $ clang main.c def.c ; echo $? 0 I guess the answer depends on why is 'main.c::foo' not
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
Hello, I am building the SPEC 2006 Benchmark with Clang as the compiler. I have written a function pass in LLVM and I am trying to run that for SPEC by invoking the pass in the build options of SPEC. The build options of SPEC are in a *.cfg config file, which allows us to specify the choice of compiler while building SPEC. (https://www.spec.org/cpu2006/Docs/install-guide-unix.html) The pass
2015 Jul 03
2
[LLVMdev] Request for help: why does the program link correctly?
Someone in my team pointed to an open bug about this in gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35514 Would this be applicable to Clang as well? Thanks, Soumitra On 03-Jul-2015 10:53 AM, Tim Northover wrote: > On 2 July 2015 at 21:51, Nema, Ashutosh <Ashutosh.Nema at amd.com> wrote: >> Jim, I didn’t understood why foo is not marked with type 'FUNC'. > >
2013 Jan 09
1
problems regarding the latest version of the package "BRugs"
...ersons , who are running the programme , using the earlier version of this package , can run the programme without any error. I am unable to find where the actual problem lies. I would be very much obliged if you kindly give me a solution of the problem. Thanking you. Moumita Chatterjee. [[alternative HTML version deleted]]
2013 Apr 10
3
Stringr Package
Hi Group, I have a question on Stringr package I have a table like this X Y ab su - di ac pi - tu ad tu - tu I want output like this X Y ab su ab di ac pi ac tu ad tu ad tu I am wondering if this operation can be done using stringr package (only) ? [[alternative HTML version deleted]]
2013 Mar 08
3
Word Frequency for each row
Hi All, I am wondering if there is any examples where you can count your interested "word" in each row. For an example if you have data with *'ID*' and '*write-up*' for 100 rows, how would I calculate the word frequency for each row ? Thank you for all your time. [[alternative HTML version deleted]]
2020 May 27
2
OpenMP Error in Clang
Hello, I am getting the following error while trying to build a benchmark with a custom function pass: clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c error: unknown argument: '-fopenmp=libomp' If I use this instead: clang -Xclang -fopenmp=libomp -Xclang -load -Xclang my_lib.so file.c I get the error: fatal error: 'omp.h' file not found I am not
2015 Jul 03
2
[LLVMdev] Request for help: why does the program link correctly?
...ed as 'FUNC' STT_FUNC: The symbol is associated with a function or other executable code. Regards, Ashutosh -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Jim Grosbach Sent: Friday, July 03, 2015 3:31 AM To: Soumitra Chatterjee Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Request for help: why does the program link correctly? Linking typically doesn’t pay attention to types, just to symbol names. The symbol is indeed defined, so it links OK. This is one of the problems name mangling helps solve in C++. -Jim > O...
2011 Mar 15
1
Data Frame Variable Names
Hi, I have created a dataframe (lets call is df) that contains the following variables "Dependent1" "Dependent2" Dependent3" "Independent1" I want to do the following regressions: z<- glm( df$Dependent1 ~ df$Independent1) z<- glm( df$Dependent2 ~ df$Independent1) z<- glm( df$Dependent3 ~ df$Independent1) and so on I wanted to put this in a for
2005 Feb 02
4
(no subject)
...1937-1960 airquality New York Air Quality Measurements anscombe Anscombe's Quartet of "Identical" Simple Linear Regressions attenu The Joyner-Boore Attenuation Data attitude The Chatterjee-Price Attitude Data austres Quarterly Time Series of the Number of Australian Residents beaver1 (beavers) Body Temperature Series of Two Beavers beaver2 (beavers) Body Temperature Series of Two Beavers cars Speed and Stopping Di...
2018 Oct 30
1
Re: guestfs launch failed in CentOS 7.5
Thanks for the response. One question I have is - my host machine is running CentOS 7.5 and the guest image is based on RHEL 7.5. I did check following on the host machine and there is no package called qemu-kvm-rhev installed. rpm -qa | grep qemu-kvm qemu-kvm-1.5.3-156.el7_5.5.x86_64 qemu-kvm-common-1.5.3-156.el7_5.5.x86_64 Same results for RHEL 7.5 guest VM, it doesn't have qemu-kvm-rhev
2013 Jan 18
0
problem that arises after using the new version of "BRugs"
...t;, which is required to save in my documents folder to run the program. The file also contains the error message along with the code. I would be very much obliged if you kindly give me a solution for this question. Thanking you. Moumita Chatterjee Research Scholar University Of Calcutta. -------------- next part -------------- x<-c(13,5,8,0,11) delta<-c(1,1,0,1,0) ZOSull<- function (x, range.x, intKnots, drv = 0) { if (drv > 2) stop("splines not smooth enough for more t...
2011 Oct 22
0
[LLVMdev] Instruction Scheduling Itineraries
...ng-point unit; the > pipeline >>>>>> +// timings here are constructed to match the FP2 unit shipped with > the >>>>>> +// PPC-440- and PPC-450-based Blue Gene (L and P) supercomputers. >>>>>> +// References: >>>>>> +// S. Chatterjee, et al. Design and exploitation of a > high-performance >>>>>> +// SIMD floating-point unit for Blue Gene/L. >>>>>> +// IBM J. Res. & Dev. 49 (2/3) March/May 2005. >>>>>> +// also: >>>>>> +// Carlos Sosa and Brant Knudso...
2016 Aug 01
0
Samba AD member join failure - internal error
Hi, I have setup a Samba AD Domain Controller on a fresh Ubuntu 16.04 installation, and at face value it looks to be working. The member join from two clients are not working, one another fresh Ubuntu 16.04 install, the other a Mac. The Mac used to join my old server install (which I had done a long time back with Centrify) just fine, but following same steps it does not join the new server. I
2012 Sep 06
0
Are any R packages available for Multi class Multi Label SVM?
Hi R Experts, Just wanted to know if there's any package in R that can be used for multi-class multi-label SVM classification(classes are not mutually exclusive). I am using the e1071 package for multi class classifications (here there are N mutually exclusive classes) , not sure if the same can be used for multi class & multi label classifications as well. Many thanks for the help in
2013 Apr 03
1
Problem with integrate function
Hello, The following code of mine is giving the error: Error in integrate(fx[[2]], 0.056, 1) : maximum number of subdivisions reached Can anyone help? Thanks and Regards. Swagato -------------------------- fv<-vector("list") fx<-vector("list") v<-0 c<-0 n<-0 NOV<-0 i<-0 while(n<200){ fv[[1]]<-function(x)1 #prior function
2018 Oct 29
2
guestfs launch failed in CentOS 7.5
Hello, I am using https://github.com/clalancette/oz/tree/v0.16.0 to customise qcow2 images. In CentOS 7.5.1804 (yum updated to latest) the image customisation fails during guestfs launch. Following is the output of libguestfs-test-tool run. Please help in debugging the problem - ************************************************************ * IMPORTANT NOTICE *