search for: jsc

Displaying 20 results from an estimated 68 matches for "jsc".

Did you mean: asc
2012 May 01
2
[LLVMdev] Gold plugin and LLVM tools documentation
....0 with binutils 2.22. According to the documentation, I replaced the system ar, nm, and ld with the versions from binutils 2.22, and placed LLVMgold.so in /usr/bin/bfd-plugins. The host system is Ubuntu 11.10. CFLAGS and CXXflags are all set to include "-emit-llvm". First, I create libjscore.a with ar, where I've changed the command line to load the plugin: ar cqs --plugin /home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so libjscore.a <list of object files> Then I link jsc against libjscore.a: /home/tmjackso/multicompiler/llvm-3.0/release/bin/clang++ -Wl,-plugi...
2012 May 01
0
[LLVMdev] Gold plugin and LLVM tools documentation
> First, I create libjscore.a with ar, where I've changed the command > line to load the plugin: > ar cqs --plugin > /home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so > libjscore.a <list of object files> Note that you shouldn't need to pass --plugin to ar, it searches bfd-plugins. &g...
2017 Dec 06
0
CEBA-2017:3304 CentOS 7 webkitgtk4 BugFix Update
...7.i686.rpm b589f5eae53ccaf575a833932fa213bc65dc7416e7c72781eec2e865f3b55dc8 webkitgtk4-devel-2.14.7-3.el7.x86_64.rpm e38da6f6dadacb6bcf75222920199ea83a53594f2beffcfd55525a8783ba0d2f webkitgtk4-doc-2.14.7-3.el7.noarch.rpm 51e284e66b80b1aa8a519def41d27f5967d03e9a4e0d791ddb539ba4dcd33ab9 webkitgtk4-jsc-2.14.7-3.el7.i686.rpm 58048b84ac28b08af94a3e5be3a1385d754958662809decfb876737ed2cacce4 webkitgtk4-jsc-2.14.7-3.el7.x86_64.rpm 497dd81dbf0b01524cfaa29c1086e5f9014051c51fe3268c52451af96bcaefff webkitgtk4-jsc-devel-2.14.7-3.el7.i686.rpm 5d58dfddef1ff22e73f90a4a87a3f8ec046c48074a3e4bb81599da39c0afe60...
2008 Oct 07
1
vsftpd
...o their home dir. How can I do it? i.e. "jailing" them in their home dir... at the moment I have the following issues the user when they login to ftp server they go to the main directory /var/ftp/ /etc/passwd ... sdc:x:501:501::/var/ftp/sdc:/bin/bash ase:x:502:501::/var/ftp/ase:/bin/bash jsc:x:503:501::/var/ftp/jsc/:/bin/bash [root at linux10 ftp]# pwd /var/ftp [root at linux10 ftp]# ls -al total 28 drwx--x--x 6 root ftpusers 4096 Oct 6 13:46 . drwxr-xr-x 22 root root 4096 Oct 5 15:42 .. drwx------ 3 ase ftpusers 4096 Oct 6 20:30 ase drwx------ 3 jsc ftpusers 4096 Oct 6...
2002 Aug 11
4
OSF/1 or Tru64 patch for Privsep
Either this never made it to the list or no one cares about Tru64. This is the last time I'll send this patch to the list. If no one steps up and finishes it or provides me with enough information to fix any remaining bugs (one being complaint that 'ssh site cmd' does not work right). If there is no activity on this for a week. I'll post it to bugzilla and will ignore any
2014 Feb 13
2
How do I initiate a shutdown sequence immediately after losing line power?
...to change the LB percentage. It currently reads (upsc): battery.charge.low: 10 Is there a way to raise that to, say, 40 or 50 percent? The goal is to initiate she shutdown procedure as soon after losing line power as possible. Thanks! -- - - - - - Stoycho Ganev Linux Administrator EPAY JSC 16 Ivan Vazov st., fl.4 Sofia 1000 UIC: 131409398 tel: (+359 2) 921 08 50 fax: (+359 2) 987 91 31 s.ganev at datamax.bg https://www.epay.bg [1] Please do not print this e-mail unless you really need to! This e-mail may contain confidential and/or privileged information. If you are not the inten...
2013 Oct 11
2
[LLVMdev] Request for comments: TBAA on call
...d then be to update langref, rename the attributes, etc, to make this all more clear. > > --Dan > [1] The other option of trying to generate some fake set of heaps that accurately represent the conflicts in both is, well, difficult :) > _______________________________________________ JSC is able to make better use of the original TBAA design by encoding the access path within the type itself. Roughly: JSCType->Class->Field/Index This is what we're doing with C++ struct-path TBAA now, but simpler because only one access path is legal. JSC does need a hierarchical repres...
2012 Jan 12
2
Function accepted by optim but not mle2 (?)
Dear Sir/ Madam, I'm having trouble de-bugging the following - which works perfectly well with optim or optimx - but not with mle2. I'd be really grateful if someone could show me what is wrong. Many thanks in advance. JSC: gompertz<- function (x,t=data) { a3<-x[1] b3<-x[2] shift<-data[1] h.t<-a3*exp(b3*(t-shift)) S.t<-exp(a3/b3*(1-exp(b3*(t-shift)))) PF<-1-(exp(a3/b3*(1-exp(b3*(data[1]-shift))))) QF<-1-(exp(a3/b3*(1-exp(b3*(data["length"(da...
2020 Apr 02
2
LLD issue on a massively parallel build machine
...ama at gmail.com> > Cc: Nemanja Ivanovic via llvm-dev <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] LLD issue on a massively parallel build machine > > On 04/01/2020 04:12 PM, Itaru Kitayama wrote: > > On another login node which is 256 (GB)/48 (nodes) JURECA at JSC, I > never had an LLD issue without setting -j when executing ninja > > in the past few weeks. > > > > On Thu, Apr 2, 2020 at 7:17 AM Itaru Kitayama <itaru.kitayama at gmail.com > <mailto:itaru.kitayama at gmail.com>> wrote: > > > > Tom, > >...
2013 Oct 11
0
[LLVMdev] Request for comments: TBAA on call
...gref, rename the attributes, etc, to make this > all more clear. > > --Dan > [1] The other option of trying to generate some fake set of heaps that > accurately represent the conflicts in both is, well, difficult :) > _______________________________________________ > > > JSC is able to make better use of the original TBAA design by encoding the > access path within the type itself. Roughly: > > JSCType->Class->Field/Index > > This is what we're doing with C++ struct-path TBAA now, but simpler > because only one access path is legal. > &gt...
2014 Feb 13
0
How do I initiate a shutdown sequence immediately after losing line power?
...hould be able to adjust it. http://www.networkupstools.org/docs/man/upsrw.html > The goal is to initiate she shutdown procedure as soon after losing line power as possible. > > > Thanks! > > > -- > - - - - - > Stoycho Ganev > Linux Administrator > > EPAY JSC > > 16 Ivan Vazov st., fl.4 > Sofia 1000 > UIC: 131409398 > tel: (+359 2) 921 08 50 > fax: (+359 2) 987 91 31 > > s.ganev at datamax.bg > https://www.epay.bg > > Please do not print this e-mail unless you really need to! > > This e-mail may contain confide...
2020 Jan 03
2
LLVM build performance with LLVM
David, Yes, I was indeed trying to build LLVM with a Debug build. I'll stop doing that from now on. I am on JSC's JURON machine which has 251 GB of memory on the login node, that's more than sufficient to do a build, I suppose, and the linker is LLD as LLVM has a CMake variable to select the linker. On Fri, Jan 3, 2020 at 11:02 AM David Blaikie <dblaikie at gmail.com> wrote: > Were you try...
2013 Oct 11
1
[LLVMdev] Request for comments: TBAA on call
...make this >> all more clear. >> >> --Dan >> [1] The other option of trying to generate some fake set of heaps that >> accurately represent the conflicts in both is, well, difficult :) >> _______________________________________________ >> >> >> JSC is able to make better use of the original TBAA design by encoding >> the access path within the type itself. Roughly: >> >> JSCType->Class->Field/Index >> >> This is what we're doing with C++ struct-path TBAA now, but simpler >> because only one access...
2013 Jan 10
2
Migrate from Windows AD to Samba 4
...ttribute fSMORoleOwner of CN=RID > Manager$,CN=System,DC=tuan,DC=local to calculate reference dn > > So, it's too much for me to handle this kind of error. Any idea? > > Thanks you all. > -- > Jade Nguyen - System Specialist > Network Operation Center, FPT Online Service JSC >
2020 Apr 04
2
LLD issue on a massively parallel build machine
...ja Ivanovic via llvm-dev <llvm-dev at lists.llvm.org> >> > Subject: Re: [llvm-dev] LLD issue on a massively parallel build machine >> > >> > On 04/01/2020 04:12 PM, Itaru Kitayama wrote: >> > > On another login node which is 256 (GB)/48 (nodes) JURECA at JSC, I >> > never had an LLD issue without setting -j when executing ninja >> > > in the past few weeks. >> > > >> > > On Thu, Apr 2, 2020 at 7:17 AM Itaru Kitayama < >> itaru.kitayama at gmail.com >> > <mailto:itaru.kitayama at gmail.co...
2003 Aug 05
6
Problems with JAIL in 4.8R
Hi, i've set the outside ip for the jail..It works.. When i try to ssh to jail'ed system from the main system (in which is created jail) the connection is successful, but when i try to connect to jailed system from anywhere else i get this message: ssh: connect to host IP_NUMBER port 22: Operation timed out What can be wrong here? How to solve this problem?
2020 Jan 03
2
LLVM build performance with LLVM
...; want, unless you're trying to debug that building process. Usually you'd > want to isolate one particular test case, maybe even reduce it, before > running it with a debug build of LLVM which will be quite slow (because > it's not optimized at all). > > >> I am on JSC's JURON machine which has 251 GB of memory on the login node, >> that's more than sufficient >> to do a build, I suppose, and the linker is LLD as LLVM has a CMake >> variable to select the linker. >> > > Yep, sounds like you're just tripping over the fact...
2014 Jan 16
3
LVM mounting issue
...vg_kojit/lv_root: No such file or directory ><fs> ><fs> The actual information about VM's block devices can be seen on the screenshot attached to this message. I would be grateful for your help Sincerely, Vitaly Isaev Software engineer Information security department Fintech JSC, Moscow, Russia
2020 Jan 03
2
LLVM build performance with LLVM
...uilding process. Usually you'd >>> want to isolate one particular test case, maybe even reduce it, before >>> running it with a debug build of LLVM which will be quite slow (because >>> it's not optimized at all). >>> >>> >>>> I am on JSC's JURON machine which has 251 GB of memory on the login >>>> node, that's more than sufficient >>>> to do a build, I suppose, and the linker is LLD as LLVM has a CMake >>>> variable to select the linker. >>>> >>> >>> Yep, sou...
2006 Sep 11
3
cant Install...?
hi i am installing scalix mailserver while installing RPM i am getting this error: Failed dependencies: compat-libstdc++-296 is needed by scalix-server-10.0.1.3-1.fc4.i386 libcrypto.so.5 is needed by scalix-server-10.0.1.3-1.fc4.i386 libgssapi_krb5.so.2(gssapi_krb5_2_MIT) is needed by scalix-server-10.0.1.3-1.fc4.i386 libical >= 0.24.RC4.20050413 is needed