search for: fce

Displaying 19 results from an estimated 19 matches for "fce".

Did you mean: fc4
2008 Jun 03
2
benchmarking R installations
...64/tclConfig.sh \ --with-tk-config=/N/soft/linux-rhel4-x86_64/tk8.4.16/lib64/tkConfig.sh \ --without-x --without-readline --without-iconv \ CC="/N/soft/linux-rhel4-x86_64/intel/cce/10.1.013/bin/icc" \ CFLAGS="-O3 -no-prec-div -unroll" \ F77="/N/soft/linux-rhel4-x86_64/intel/fce/10.1.013/bin/ifort" \ FFLAGS="-O3 -no-prec-div -unroll" \ CXX="/N/soft/linux-rhel4-x86_64/intel/cce/10.1.013/bin/icpc" \ CXXFLAGS="-O3 -no-prec-div -unroll" \ FC="/N/soft/linux-rhel4-x86_64/intel/fce/10.1.013/bin/ifort" \ FCFLAGS="-O3 -no-prec-div -...
2006 Jul 03
1
clamav upgrade help and info
Dear list... In regards to recent upgrade in www.clamav.net to 0.88.3 and... ...as an example I've used this page to create a process where I can create my own clamav programs/stuff/etc... http://qmail.jms1.net/clamav-upgrade.shtml and so I would go to http://crash.fce.vutbr.cz/crash-hat/4/clamav/ and snag the source rpm that Petr made for Fedora 4. He hasn't updated yet (pretty sure he will soon) as an alternative... how would I do what Petr does and create my own clamav source rpm... I don't think it is that hard yet since I am involving production h...
2004 Aug 06
2
Icecast Compilation Error
Hallo! While compiling Icecast (after successfully installing libshout, ogg, vorbis-tools, and libao on a Red Hat 8.0 system) I get the following error which causes the compilation to abort: --- quote: [...] make[2]: Entering directory `/usr/local/programs/icecast/src' source='yp.c' object='yp.o' libtool=no \ depfile='.deps/yp.Po' tmpdepfile='.deps/yp.TPo' \
2008 Feb 13
1
compiling 2.6.2 using icc
...compiling R-2.6.2 on suse linux x86_64 using the intel compiler. I read section C.2.1 Intel compilers in the R Installation and Administration manual, and put CC=icc CFLAGS="-g -O3 -wd188 -ip" F77=ifort FFLAGS="-g -O3" ICC_LIBS=/opt/intel/cce/10.1.012/lib IFC_LIBS=/opt/intel/fce/10.1.012/lib/ LDFLAGS="-L$ICC_LIBS -L$IFC_LIBS -L/usr/lib64" CXX=icpc CXXFLAGS="-g -O3" FC=ifort FCFLAGS="-g -O3 -mp" in my config.site. Everything seems to compile alright, up until making the recommended package MASS. The output below shows that it is using gcc ra...
2008 May 12
1
Advice on compiling R using Intel Compilers? Btw: -c99 is deprecated
...up config.site as follows (mostly taken from the guide): CC=icc CFLAGS="-g -O3 -wd188 -ip" CPPFLAGS="-no-gcc" F77=ifort FLAGS="-g -O3" CXX=icpc CXXFLAGS="-g -O3" FC=ifort FCFLAGS="-g -O3 -mp" ICC_LIBS=/opt/intel/cce/10.1.015/lib/ IFC_LIBS=/opt/intel/fce/10.1.015/lib/ LDFLAGS="-L$ICC_LIBS -L$IFC_LIBS -L/usr/local/lib64" SHLIB_CXXLD=icpc SHLIB_LDFLAGS="-shared" #SHLIB_CXXLDFLAGS=-G -lCstd 4: ./configure --enable-R-shlib - first time it broke here since I had no flags set for SHLIB_LDFLAGS, so just put it at -shared for lack of a...
2013 Nov 15
0
Thanksgiving Best MTS to MOV on Mac Converter 15% Off
...MOV conversion will be completed soon. You can click “open output folder” to locate output MOV file before playback in QuickTime. With Aunsoft MTS Converter for Mac, you can also: 1. Convert/merge MTS to favorable format for editing systems on Mac OS X 10.9 Mavericks, including iMovie, FCP, Avid, FCE, etc. 2. Playback AVCHD MTS on portable devices like iPad, iPhone4, iPod, etc. -- Posted via http://www.ruby-forum.com/. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jun 25
3
How to build clamav SRPM and RPM with calmav tarbal - CentOS 5
...present in package: (main package) error: Group field must be present in package: (main package) error: License field must be present in package: (main package) I think , may be it does not have a SPEC file. Then, What I did was I got clamav Version 0.90.2 Spec file from below URL. http://crash.fce.vutbr.cz/crash-hat/5/clamav/clamav.spec and copied it to /usr/src/redhat/SPECS/ and changed it's Version: 0.90.2to Version: 0.90.3 and ran it again as folows. then, again, it gave below error. [root at mail SPECS]# rpmbuild -ta clamav.spec error: Name field must be present in package: (main...
2008 May 29
2
problem building R packages on RHEL 4 Linux with Intel compilers
...atched/R-build\ CC=icc CFLAGS="-fast -unroll -wd188" F77=ifort FFLAGS="-fast -unroll" \ CXX=icpc CXXFLAGS="-fast -unroll" FC=ifort FCFLAGS="-fast -unroll" \ ICC_LIBS=/N/soft/linux-rhel4-x86_64/intel/cce/10.1.013/lib \ IFC_LIBS=/N/soft/linux-rhel4-x86_64/intel/fce/10.1.013/lib \ LDFLAGS="-L$ICC_LIBS -L$IFC_LIBS -L/usr/local/lib64" \ SHLIB_CXXLD=icpc; gmake; gmake install ########################### checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log'...
2015 Apr 22
1
shlib problems with Intel compiler
...R (it's on a large supercomputer system and this version of R was installed by the admins). Using "R CMD config", I see the following relevant settings: DYLIB_LD = icc -std=gnu99 DYLIB_LDFLAGS = -shared -openmp LDFLAGS = -L/opt/compilers/intel/cce/9.1.039/lib -L/opt/compilers/intel/fce/9.1.033/lib -L/usr/local/lib64 SHLIB_CXXLD = icpc SHLIB_CXXLDFLAGS = SHLIB_LD = icc -std=gnu99 SHLIB_LDFLAGS = -shared It looks like the SHLIB_CXXLDFLAGS is missing the "-shared -lR -L<loc-of-libR>". It's a mystery to me how R was built and configured such that it has incompl...
2013 Nov 19
0
Best Way to Import HC-X800 1080 60p/50p MTS to iMovie HD
...convert 1080 60p/50p MTS to iMovie HD on Mac At last, click the "Convert" icon to convert and transcode Panasonic HC-X800 1080 60p/50p MTS to AIC for iMovie HD. What’s more, Aunsoft MTS Converter for Mac can help you do more: 1. Convert 1080p AVCHD files to Apple Intermediate Codec for FCE 2. Convert and merge MTS files to Apple ProRes 422 for Final Cut Pro 3. Make MTS and AVCHD files smoothly burned in iDVD Learn more Aunsoft 2013 Thanksgiving special offer camcorder converters. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to...
2008 Nov 04
2
Building with MKL on Ubuntu
Hi all, I'm trying to build R from subversion with MKL 10.0.2 on Ubuntu. I tried: ./configure --with-blas='-L/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl -lguide' --with-lapack='/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl -lmkl_lapack' --enable-R-shlib and got: R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /usr/local
2008 Nov 04
2
Building with MKL on Ubuntu
Hi all, I'm trying to build R from subversion with MKL 10.0.2 on Ubuntu. I tried: ./configure --with-blas='-L/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl -lguide' --with-lapack='/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl -lmkl_lapack' --enable-R-shlib and got: R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /usr/local
2015 Apr 24
2
Auth-worker, Unknown User
...nd/or userdb, but I have tried both (restarting Dovecot) to no avail. Thank you! `doveconf -n` below: # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-042stab103.6 x86_64 Debian 8.0 auth_verbose = yes first_valid_uid = 1000 last_valid_uid = 1000 listen = 167.114.96.243, 2607:5300:100:200::fce lmtp_save_to_detail_mailbox = yes mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { spec...
2007 Jun 25
0
Re: CentOS Digest, Vol 29, Issue 25
...gt; error: Group field must be present in package: (main package) > error: License field must be present in package: (main package) > > I think , may be it does not have a SPEC file. > > Then, What I did was I got clamav Version 0.90.2 Spec file from below URL. > > http://crash.fce.vutbr.cz/crash-hat/5/clamav/clamav.spec > > and copied it to /usr/src/redhat/SPECS/ and changed it's Version: > 0.90.2to Version: > 0.90.3 > > and ran it again as folows. then, again, it gave below error. > > [root at mail SPECS]# rpmbuild -ta clamav.spec > error: Nam...
2015 Apr 21
2
shlib problems with Intel compiler
Hi, I'm encountering trouble compiling caTools_1.17.1.tar.gz and e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. 14 other packages I generally use installed without any trouble. I notice both of these trouble packages have a C++ component, so I wonder if that might be the issue. Below, there's information on my platform, compiler, and some diagnostic output showing
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...?{knwMe#B1S5TYt>l|DvZP zF<{YNP}~nrH4d&L0aNz29o{m>C}>I<I52fIUySiZNLJ0z$bBQalF7Fn#+*iR%<jD{ z<E|U?+8>ugWp^%=C=itymvqcRmEfxeX60DMC3Eo12rzpYsSVEZ>T{B5gvDpzPTI6| zQB`~Ra1U}&xQ!S0$_R5oXSS2HN{ta*&@`&lcCG5Vz{kS9sX9wGCsdiuZ<*%q8p5|c z9^CJ>>TQZn8wzG?)@pvpCG;FCefw~^#koPcBTCA91=|em4>0t5tF5JVQ#@z5tZ+EH z@(A%c{-&Xm at R)-85ltBY5ikPuZvArctOh5bY5lg^W84Tt79A=d2h&*rWRCcRJ$YHA z_UWGIfKPtAWW at 0r$6?{TzHGQNt3)&(Q}HE)l_G$bN`M1<Ymm{8vmQPfJKObP6cL<u zNee~l0Gm55G=aT0qP8E~D5Ki*pGUpaEu2*Cel=4kLtQ_5$%W{rk+--nYx)luw{T6h z>rpFK$@*3~bR5a-yUM-zM~qvqI3u...
2004 Aug 06
2
Master vs Relay
Hello, I have working enviroment with sourceworkstation (ices2) and one broadcast icecast2 server. One live stream, working fine. Now, I want to add two another icecast servers like chain: ourceworkstation -> serverA -> serverB -> serverC o users can choose nearest server to connect. But dont know, how to configure it. Examples of config files uses 127.0.0.1 everywhere, so it is not
2004 Aug 06
2
Master vs Relay
Michael Smith wrote: >>But mountpoints must be configured by hand and are static. Is there a >>way to relay all streams? >>Number of streams and their names can change from time to time. How to >>do it? >> >>What is the target usage of <master-server> section? >> >> > >That's what <master-server> is for - it allows you to
2004 Aug 06
2
Master vs Relay
Luke Stodola wrote: >Since you want to allow users to connect to any of the three servers, I >don't think you need to deal with "relay-password". Leave your working >server alone, and on the new servers put > > <relay> > <server>serverA </server> > <port>8000</port> > <mount>/foo.ogg</mount>