search for: parrallel

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

Did you mean: parallel
2000 Apr 02
3
Printing to a Jet Direct card
...HA1 Hi Everyone, Will samba handle printing to a printer connected to the network with a jet direct card. I currently print to a locally connected laser jet 4 plus and need to add a color printer as well. Will samba handle printing to an IP address or is the only solution to try and add another parrallel port. I am running RH 6.1 and Samba 2.06. I have read all the print documentation and didn't find anything that covered this. Thanks in advance. Scott A. Barbour Network Systems Controller -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.co...
2010 Mar 17
2
[LLVMdev] vliw compatability
hi guys I need to get llvm to support vliw architecture. Can you please point me in the right direction. we have managed to get it to compile into simple assemble and now need it to be able to schedule the instructions in parrallel. any help would be appreciated Regards Junior
2011 Nov 16
2
[LLVMdev] Dev Meeting: Volunteer Moderators Needed!
...rson – Apple Session #3: (1:35-3:05): Using Clang in the Chromium project: Nico Weber, Hans Wennborg – Google Android Renderscript: Stephen Hines – Google Session #4 (1:35-3:05): Polly - First successful optimizations —How to Proceed?: Tobias Grosser – ENS/INRIA SKIR: Just-in-Time Compilation for Parrallelism with LLVM: Jeff Fifield – University of Colorado Session #5: (3:45-6:00): Exporting 3D scenes from Maya to WebGL using clang and LLVM: Jochen Wilhelmv – Consultant Finding races and memory errors with LLVM instrumentation: Konstantin Serebrvanv – Google Backend/Infrastructure Super BoF: Jim Gr...
2005 Mar 07
2
Setting up asterisk with current PBX?
We currently have a Toshiba Perception EX and I would like to start moving toward VOIP. Is there anyway we can run these two systems in parrallel? Better yet, is there anyway we can run fully on asterisk using the current PBX hardware? The current PBX has a mix of analog, digital and electronic cards in it. I tried to google for advice but I didn't find anything that pertained to this. -Thanks Jason
2015 Aug 31
1
Build R with Intel MKL and compiler
I wonder if anyone has already built a Fedora package for R-MKL (did not found entry in rpmfusion)? I just installed parrallel-studio-xe-2016 and would like to build R with the Intel compiler and MKL library on Fedora 22. Shall I thus make my own rpm package to install properly R-MKL ? If yes, I guess I can use the Fedora src.rpm package as a base and modify the R.spce file ? Thank you for hints -- google.com/+arnaudga...
2007 Jan 19
1
Asterisk 1.4 and g723
...ant 6.3 kb/s. I don't think this is a problem but seems odd. As a comparison I captured packets from a call to the echo application and found that the bitrate was 6.3 kb/s in both upstream and downstream packets. Additionally, all prompts are g723 format. Voicemail is saved as g723sf. As a parrallel task a co-worker has gotten 1.2 to work with g723. However we require 1.4 for t.38 pass-through. The end-to-end system is illustrated below. [Asterisk] / \ ip ip / \ [PSTN]--pri--[GATEWAY]-...
2005 May 31
10
UPS rating for SOHO asterisk box
Slightly OT, but I think this is of possible interest to many of you, I need to get a UPS for my asterisk box. They are rated in VA but I can't quite figure out how that converts to real life. I have a PIII-800 box with two X100P and one TDM400P plus graphics adapter, an IDE hard drive etc. Will a small 400VA box be enough for this? tia
2002 Oct 24
0
SV: Boot from Linux
...THANKS FOR YOUR PRODUCT! I am building a Beowulf Cluster for Meteorological Simulations (DK government) and must boot the buggers over and over again. At present boot and configure nodes in 3:40 min. (expect to do so with 100+ nodes - that is quick). 1. /sbin/reboot -f 2. Booting using BOOTP in parrallel with IT department DHCP (MS pjuk) 05 sec BIOS 10 sec PXE 16 sec DHCP 22 sec pxelinux.0 25 sec vmlinuz/initrd 3. pxelinux.0 4. Redhat kickstart (from hidden harddisk partition) 5. Reboot and service setup Wish list: 1. I would like pxelinux.0 (or equivalent) to reinitialize the host on the fly. 2....
2008 Oct 24
2
Mulitbrowser selenium ruby
Hope all is well, Striaght to the point I wonder if someone has any ideas to help me with the following problem: I have written an automation framework in ruby, that uses selenium and rspec and is run by an ant task, as thats the build process that is implemented here. Im currently running all my spec tests in firefox on my local machine by passing the selenium variable: @selenium =
2003 Oct 17
1
(no subject)
> Brian> Hello, I resolved my echo issue using grandstream/estara > etc etc Brian> sip phones and wcfxo interfaces from digium. I > swapped out my Brian> via kt400 based msi kt4vl motherboard for an > asus p4pe? i845? Brian> based motherboard and the echo has > completly gone away along Brian> with aggressive suppressor option > in the makefile. I hope this
2010 May 17
7
No printing - program in BPS Borland Pascal for Windows
...ely nothing happens. When using the notepad under Wine, printing is ok. I am wondering if someone has met a similar problem. What could I do to print the output of the program ? Best regards to all of you Charles I am using : Wine version: wine-1.0.1 Operating system UBUNTU 9.04 Printer HP920C - parrallel port Desktop Gnome 2.26.1 The program can be freely dowloaded at http://home.euphonynet.be/logiciel-fabrique/
2005 May 06
2
problem with swap and upgrade to 4 from 3.3
Dear All, I've tried to upgrade a Centos 3.3 installation to 4.0 using YUM and some instructions I found in a thread on the Centos Forum. The initial problem I had with Python 2.3/2.2 has been resolved, and now I am trying to upgrade the kernel to 2.6 prior to the yum upgrade, unfortunately it bails out at the end with dependancy erros on Xfree86. At this point I decided to use the CDs
2007 Jul 21
3
NFS filesystem recommendations please (and problems with XFS)
Hello all, I am implementing a new mail server into our environment consisting of three machines - two Dell Opterons that will act as load balanced Postfix servers, and a 1.5TB RAID10 NFS server. All three machines are running CentOS 4.5. Since the NFS is going to be used for only mail, I was kicking around the idea to use XFS. I have CentOS installed on an ext3 partition, and with the
2003 Jan 11
3
Multithreading
Hi. I need to execute a function from within a GUI. This seems to be no problem but this function takes about 4 minutes to finish, which means the application doesn't react at all, while the function is running. Can I execute a function as a separate Thread, while keeping control(e.g. a reference) of it at the same time? If not, how do this with a class containing this function? thanks,
2010 Jun 01
5
Help barplots
Dear All, I am newbie to R, and I wanted to plot a barplots with R and in such a way that It will also show me position which I can plot on the bar line. Here is my code that I am using to plot, > chromosome <- c(40.2, 35.6, 36.1, 29.6, 31, 29.6, 31, 29.4, 28.2, 23, 23, 28.2) >barplot (chromosome, col="purple", xlab="Oryza sativa Chromosomes", border = NA, space =
2003 Oct 14
6
WCFXO echo rexolved for me
Hello, I resolved my echo issue using grandstream/estara etc etc sip phones and wcfxo interfaces from digium. I swapped out my via kt400 based msi kt4vl motherboard for an asus p4pe? i845? based motherboard and the echo has completly gone away along with aggressive suppressor option in the makefile. I hope this helps others. Brian J. Schrock Anistone Technologies, LLC 6926 Avery Rd. Dublin, OH
2007 Apr 23
14
concatination & stripe - zfs?
I want to configure my zfs like this : concatination_stripe_pool : concatination lun0_controller0 lun1_controller0 concatination lun2_controller1 lun3_controller1 1. There is any option to implement it in ZFS? 2. there is other why to get the same configuration? thanks This message posted from opensolaris.org
2008 Sep 13
8
Xen vs VirtualBox
Hi, Does anyone know has any ideas about Xen vs VirtualBox? -- Best regards, Chau Chee Yang E Stream Software Sdn Bhd URL: www.sql.com.my SQL Financial Accounting _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users