search for: gen2

Displaying 20 results from an estimated 69 matches for "gen2".

Did you mean: gen
2010 Jul 08
2
transformation of data.frame
Hello all R users, I have a problems transforming (or maybe better regrouping) a data.frame. I have a big data.frame, which I would like to sum up according to a specific column. This is an example of my matrix: ID gen 0042787 gen2 0016070 gen2 0016070 gen3 0007409 Gen1 0007409 gen3 0006511 gen2 0006417 gen3 0016070 gen4 0006511 gen4 I want to rearrange the matrix according to column GO, so that it will look likes that: GO:0042787 gen2 GO:0016070 gen2 : gen3 : gen4 GO:0007409 gen1 : g...
2012 Oct 14
0
[ANNOUNCE] xf86-video-intel 2.20.10
...uring alloc sna/dri: Improve handling of async/sync pageflip transition sna/dri: Only chain to a triple buffer pageflip sequence sna: Cache repeated use of the temporary CPU mapping for tiled_x uploads sna/dri: Check back/front buffers of a pixmap for format change sna/gen2: Clear STIPPLE setup before rendering with the 3D pipeline uxa: Remove USE_GLAMOR check from unrealize glyph caches sna: Remember to call ValidatePicture() before using newly created Pictures sna: Avoid accumulating damage to the CPU if it is already damaged sna: Tweak CPU d...
2013 Jul 21
9
build for pv-grub stubdom
Does this install -d -m0755 -p "/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/image//usr/lib/xen/boot" install -m0644 -p mini-os-x86_32-grub/mini-os.gz "/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/image//usr/lib/xen/boot/pv-grub-x86_32.gz" make: Leaving directory `/mnt/gen2/TmpDir/portage/app-emulation/...
2017 Aug 15
1
[Bug 102236] New: Pcie link speed is gen2 instead of gen3
https://bugs.freedesktop.org/show_bug.cgi?id=102236 Bug ID: 102236 Summary: Pcie link speed is gen2 instead of gen3 Product: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesk...
2008 Feb 29
0
[Fwd: [ofa-general] Announcing the release of MVAPICH 1.0]
...nd robust job startup - Enhanced and robust mpirun_rsh framework to provide scalable launching on multi-thousand core clusters - Running time of `MPI Hello World'' program on 1K cores is around 4 sec and on 32K cores is around 80 sec - Available for OpenFabrics/Gen2, OpenFabrics/Gen2-UD and QLogic InfiniPath devices - Performance graph at: http://mvapich.cse.ohio-state.edu/performance/startup.shtml - Enhanced support for SLURM - Available for OpenFabrics/Gen2, OpenFabrics/Gen2-UD and QLogic InfiniPath devices - New Open...
2001 Dec 18
1
Newbie problems with R and compiled C
..."\n %d",aa); printf("\n %d",cc); printf("\n %d",mm); printf("\n %d",xx0); } void gen(int *n, int *a, int *c, int *m, int *x0, int *x){ int i; x[0]=*x0; for (i = 1; i <= *n-1; i++) x[i] = (*a * x[i-1] + *c) % *m; } I compile it with: gcc gen2.c -o gen2.exe (Within emacs in W2000) and executing gen2.exe the result is the correct one: 9 ,27 ,19 ,26 ,16 ,17 ,20 ,29 ,25 ,13 ,8 ,24 ,10 ,30 ,28 ,22 ,4 ,12 ,5 ,15 ,14 , 11 ,2 ,6 ,18 ,23 ,7 ,21 ,1 ,3 ,9 , 31 3 0 31 9 Then I put in a library with files: #include <stdlib.h> void ge...
2012 Dec 15
0
[ANNOUNCE] xf86-video-intel 2.20.16
...immediate flipping sna/dri: Disable name exchanges for SwapBuffers sna/dri: Query current msc before use sna/dri: Fix handling of current_msc > target_msc sna/gen4: Use the single-threaded SF w/a for spans as well sna/gen3+: Use nearest for unscaled videos sna/gen2: STIPPLE requires an argument sna: Pin some batches to avoid CS incoherence on 830/845 sna: Fix the error path in kgem_init_pinned_batches() to use the right iter sna: Improve the initialisation failure path for pinned batches sna: Only flush the batch after an actual reloca...
2010 Aug 11
3
Running something without a loop when the result from the previous iteration is require for the current iteration
...NA NA NA 1 NA 1 NA NA NA NA 1 NA 1 NA NA NA NA 0 NA 0 NA > num # station to generate [1] 2 > use1 # 1st station to use in generation [1] 6 > use2 # 2nd station to use in generation [1] 4 > genmat = event.gen2(genmat,use1,use2,num,ortho_obs_used) # Generation function shown below > genmat # genmat - after it has gone through station 2 [,1] [,2] [,3] [,4] [,5] [,6] [,7] line_before 1 1 1 0 1 1 1 NA 0 NA 1 NA 0 NA NA 0 NA...
2015 Apr 13
0
syslinux.efi problem TFTPing ldlinux.e64 on hyper-v gen2 netboot
I've found a problem, and I think it is in syslinux (specifically when it tries to load ldlinux.e64 under hyper-V). I have a physical computer with a Gigabyte GA-P85-D3 motherboard that successfully pxeboots using the EFI images, and I hold that up as exhibit 1 that my deployment environment works. It also implies that the syslinux.efi image works in some cases, but not in all. My Hyper-V
2008 May 18
2
xen kernel showing only one processor on SMP
What if you boot with other kernel? If you have the same result maybe BIOS update is required for your server?! >---------------------------------------------------------------------- > >Message: 1 >Date: Sat, 17 May 2008 14:51:45 -0700 >From: gen2 <gen2 at planetofidiots.com> >Subject: [CentOS-virt] xen kernel showing only one processor on SMP > machine >To: centos-virt at centos.org >Message-ID: <482F5371.7010407 at planetofidiots.com> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Hi...
2007 Apr 22
2
firewire on centos5
Hi all, CentOS noob trying v5 for the first time -- What's the best way to get firewire modules onboard? Build a custom kernel? I'm not seeing any cent5 compatible module-rpms for this. Any general pointing in the right direction would be appreciated. Thanks
2019 Sep 24
2
CentOS 8 Boot.iso image DHCP4 not working?
I'm just wondering if anyone else is not getting a DHCPv4 address in Anaconda, using the CentOS 8 Boot.iso image? I get an IPv6 Autoconfig address, but it doesn't want to pick up a DHCPv4. This is in a Hyper-V Gen2 VM, connected to the same network all my other dev VMs are on, and picking up DHCPv4 without issue. And, congratz to the CentOS team on 2 releases in a week (or so)! Gregory Young
2012 Dec 15
1
virt-resize Fatal error: exception Guestfs.Error("e2fsck_f
...s-devel-1.16.19-1.el6.x86_64 libguestfs-tools-c-1.16.19-1.el6.x86_64 libguestfs-winsupport-1.0-7.el6.x86_64 libguestfs-debuginfo-1.7.17-26.el6.x86_64 [root at torpedo ~]# virt-resize -d --resize /dev/sda2=512M --expand /dev/sda1 /home/solusvm/kvm/template/linux-ubuntu-12.04-server-x86_64-min-gen2-v1.gz /dev/vg0/kvm105_img command line: virt-resize -d --resize /dev/sda2=512M --expand /dev/sda1 /home/solusvm/kvm/template/linux-ubuntu-12.04-server-x86_64-min-gen2-v1.gz /dev/vg0/kvm105_img Examining /home/solusvm/kvm/template/linux-ubuntu-12.04-server-x86_64-min-gen2-v1.gz ... libguestfs: tr...
2013 Apr 20
5
configure error using Lustre 2.3 and OFED 3.5
Configure fails at testing for openib - anyone an idea? Thanks Michaell configure:10034: checking whether to enable OpenIB gen2 support configure:10138: cp conftest.c build && make -d modules CC=gcc -f /home/mhebenst/lustre-2.3.0/build/Makefile LUSTRE_LINUX_CONFIG=/adm in/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/.config LINUXINCLUDE= -I/usr/local/ofed/3.5/src/compat-rdma-3.5/include -I/admin/extra/l inux-2.6.32-3...
2020 Jul 23
2
nouveau regression with 5.7 caused by "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"
...es to work it around (based on the ->pm_cap == 0). I wonder if > > > anyone would have time to try it out. > > > > > > Hi Mika, > > > > I can confirm that this patch applied to 5.4.52 fixes the issue with > > hybrid graphics on the Thinkpad X1 Extreme gen2. > > Great, thanks for testing! > yeah, works on the P1G2 as well.
2020 Jul 21
1
nouveau regression with 5.7 caused by "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"
...tps://bugzilla.kernel.org/show_bug.cgi?id=208597 > > that tries to work it around (based on the ->pm_cap == 0). I wonder if > anyone would have time to try it out. Hi Mika, I can confirm that this patch applied to 5.4.52 fixes the issue with hybrid graphics on the Thinkpad X1 Extreme gen2. Thanks, Pat
2009 Jun 09
0
RODBC sqlSave does not append the records
...RODMODE", "VERSION", "REVISION", "UUT", "MCTL", "OPERATOR", "STARTTIME", "ENDTIME", "ENDSTATUS", "CREATED" ) VALUES ( 999999, 1125080002314, 13, 'nextra14 ', 'cell14 ', 'Nextra Gen2 ', 'IVT Gen2 ', 'T710', 'E', 'PNX10.0b ', '1104a ', 00023, 'FORGETIT', 'Elaine ', 1227627900, 1228685220, 'C', '12/9/2008 11:06:11 ' ) > I don't get any error message, but when I check, the record has not...
2006 Mar 14
1
MEMORY limit in R
...s to Bioconductor, but I think it is more of an R listserv question, because of memory allocation trouble I am having trouble getting the function heatmap() to work on the following gene expression > dim(SAMPLES_log) [1] 12626 20 sample1 sample2...................sample20 gen1 gen2 gen3 .... gen12626 I have converted SAMPLES_log to a numeric matrix using: as.matrix(SAMPLES_log) when I use the following command: heatmap(SAMPLES_log) Error: cannot allocate vector of size 622668 Kb In addition: Warning messages: 1: Reached total allocation of 1022Mb: see help(memory.size)...
2010 Apr 24
6
Extremely slow raidz resilvering
Hello everyone, As one of the steps of improving my ZFS home fileserver (snv_134) I wanted to replace a 1TB disk with a newer one of the same vendor/model/size because this new one has 64MB cache vs. 16MB in the previous one. The removed disk will be use for backups, so I thought it''s better off to have a 64MB cache disk in the on-line pool than in the backup set sitting off-line all
2020 Jul 21
4
nouveau regression with 5.7 caused by "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"
On Tue, Jul 21, 2020 at 11:01:55AM -0400, Lyude Paul wrote: > Sure thing. Also, feel free to let me know if you'd like access to one of the > systems we saw breaking with this patch - I'm fairly sure I've got one of them > locally at my apartment and don't mind setting up AMT/KVM/SSH Probably no need for remote access (thanks for the offer, though). I attached a test