similar to: Installation of Xmgrace and pymol package

Displaying 20 results from an estimated 300 matches similar to: "Installation of Xmgrace and pymol package"

2013 Feb 05
1
pymol
Anyone familiar with pymol? We're getting an error I find references to from a few years ago when we try to run remotely on a headless server. I can run it fine on my machine (CentOS 6.3, NVidia video), and on another person's workstation remotely, with other make video, but the server's got a Matrox - which shouldn't matter, since I'm running this after ssh -Y. pymol yum
2015 Feb 13
1
Getting strange message in terminal
Dear all when I am login in terminal I am getting following message. declare -x ALL_PROXY="socks://hproxy.iitm.ac.in:3128/" declare -x AMBERHOME="/sware/amber/amber12" declare -x COLORTERM="gnome-terminal" declare -x CPPFLAGS="-I/usr/local/bin/include" declare -x
2014 Feb 01
2
[LLVMdev] Eliminate SSA Virtual registers
Hi Ben, That did help. I continue to notice the virtual register in the program. I use LLVM 3.4. The program i am looking at is a very simple one. Listed below int global_var; int *global_ptr; int32_t main(int32_t argc, char ** argv){ int p = 10; int k = 20; int *pp; char *c_pp; pp = &k; global_ptr = pp; pp = &p; global_ptr = &global_var; return 0; } BR/Nizam
2011 Jan 19
4
Is it okay?
Hi, I have downloaded the following version: CentOS-5.5-i386-LiveCD-Release2.iso from the mirror: http://ftp.iitm.ac.in/centos/5.5/isos/i386/ What I want to ask is that 'Release2' is the complete OS and after installation we can use 'yum update'. So at first, is it enough (as I am not going to download the complete set of 7 CDs)? -- Regards, Parshwa Murdia Making the simple
2014 Feb 03
2
[LLVMdev] LoadInst result
Hi Tim, Assume a store instruction. Store has 2 Operands. I can use the store->getOperand(0) and store->getOperand(1) methods to access these operands in form of Value *. Very likely that the operands are stack variables or formal variables or global variables. It is also possible that these operands are LLVM virtual-registers. Is there a way to determine if a given operand is a
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir Can't find /etc/apt/sources.list file please help. When I tried the command on terminal some errors has occurred as follows- manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/ No command 'deb' found, did you mean: Command 'dab' from package 'bsdgames' (universe) Command 'dwb'
2016 Nov 29
3
The problem of Python configuration for Tk
Dear all,? I installed an software called pymol in my centos 6.7 system. The installation process seemed to be successful but when I initialized pymol, I got the following error:? import?_tkinter?#?If?this?fails?your?Python?may?not?be?configured?for?Tk ImportError:?libtk8.6.so:?cannot?open?shared?object?file:?No?such?file?or?directory. How could I solve the problem? I'll appreciate any help!
2014 Feb 03
2
[LLVMdev] LoadInst result
Thanks Sean. It clarified my query. Do you have an answer to my other question (in a different mail-chain) listed below Is there a simple way to check if a given instruction operand (represented by Value *) is a virtual register or otherwise? Context: I am creating a ModulePass for pointer Analysis. BR/Nizam From: "Sean Silva" <chisophugis at gmail.com> To: nizam
2016 Mar 14
2
GSOC 2016 Project proposal
Hi Everyone, I am Shashidhar G, M.S. Research Scholar at Indian Institute of Technology Madras working in the area of Program Analysis and Compiling for Parallelization. I am interested in working with the LLVM community for GSOC 2016. I looked at the Open projects and i am interested to work in the area of Alias Analysis. I have implemented a simple version of Andersen's Analysis as LLVM
2009 Jan 26
0
[LLVMdev] -O4 -fvisibility=hidden
Hi Jack, On Jan 25, 2009, at 10:00 AM, Jack Howarth wrote: > Doing that changes the error messages into a bus > error on the darwin linker. Pl. file bugzilla report (or radar) with a reproducible test case so that we can investigate this linker crash. As you know, one way to control symbol visibility is to use gcc's (inherited by llvm-gcc) visibility support. GCC supports, 1)
2009 Jan 25
2
[LLVMdev] -O4 -fvisibility=hidden
On Sun, Jan 25, 2009 at 11:38:48AM +0100, Jean-Daniel Dupas wrote: > > Le 25 janv. 09 à 06:01, Jack Howarth a écrit : > > > After trying the recommended use of -O4 -fvisibility=hidden to > > compile xplor-nih with full LTO optimizations, I discovered three > > symbols become undefined... > > > > llvm-gcc-4 -O4 -fvisibility=hidden -o xplor xplor.o \ >
2002 Nov 11
2
Thank you!
Dear Shorewall developers, Thanks very much for shorewall! I''ve been using Shorewall as distributed with Debian GNU/Linux (Woody) for a while on a few firewalls I manage and found it extremely easy to install, setup and use. I liked the nice and easy to understand design of the whole package, the documentation, well documented config files and how well it runs. I just thought
2013 Mar 31
1
[LLVMdev] Wrong URL for organization on LLVM Users page
Hey, I was recently looking at this page : http://llvm.org/Users.html Under the Educational Users -> Organizations, Indian Institute Of Technology has been listed whose url is http://www.cse.iitb.ac.in/ instead of http://www.cse.iitm.ac.in/ (as has been put there). Kindly fix this small error. Thanks, Saurabh Anand Indian Institute Of Technology, Delhi -------------- next part --------------
2012 Jul 16
1
problem with installing R pacakges
Dear R- Users, I am unable to install R packages over the internet. Below is my session information. My guess is that this may be a proxy issue. I have set the http_proxy_user : my user id(network id) : password (machine password) . The error I get is as below > install.packages("MASS") Warning: unable to access index for repository
2012 Oct 04
1
Error in installing package wordcloud in R
Dear Sir, I faced problem during the installation of wordcloud package in R -2.15 . I have mentioned the error below. After selecting the cran mirror it shows the error. I will be thankful for your response to this solution. Error Selection: 34 Warning: unable to access index for repository http://ftp.iitm.ac.in/cran/src/contrib Error in apply(available[p1, dependencies, drop = FALSE], 1L,
2012 Apr 11
1
Dependency problem bug with r-cran-vr
Hi, I was trying to connect GRASS with R, following the guidelines described here: http://grass.osgeo.org/wiki/R_statistics The line in my /etc/apt/sources.list is like: deb http://ftp.iitm.ac.in/cran/bin/linux/debian squeeze-cran/ But when I tried to install r-cran-vr, I got an unmet dependency problem with r-cran-mass and r-cran-class. But these two packages were already installed. Then why
2009 Jan 25
2
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
I've had better luck compiling all of pymol 1.1r2 with -O4 on darwin9. Everythink links and there appears to be no regressions in the resulting code. I take it that LTO in llvm 2.5 is still limited to dead code elimination, correct? Will LTO ever be extended to inlining across files as well as constant-folding and global data allocation optimizations? Or does the reliance on gcc-4.2 as the
2014 Feb 01
3
[LLVMdev] Eliminate SSA Virtual registers
Hi, is there a opt pass that replaces the SSA virtual registers to stack-variables? I want to eliminate the SSA virtual register from my IR. Kindly suggest BR/Nizam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/bdc3909a/attachment.html>
2010 Sep 08
3
adding list to data.frame iteratively
Hi, I have a preallocated dataframe to which I have to add a list whose vectors will become rows in the dataframe. This is done iteratively. How can I do this? I'm dealing with very large numbers...list of 1000 vectors to a dataframe of 200000 iteratively for e.g. my list is as follows ll<-list(c("1","2","3"),c("2","3","4")) I
2014 Feb 01
3
[LLVMdev] LoadInst result
Folks, I have a LLVM instruction like the following %0 = load i32** %pp, align 8 I have a LoadInst &inst handle to this instruction. In addition, i could access the pointer being loaded from using the inst.getPointerOperand... However, is there a way to access the handle to the value being loaded? Essentially, i wanted to access the %0 in the statement listed. The end goal is