search for: efile

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

Did you mean: file
2007 Mar 05
0
[PATCH 3/10] linux 2.6.18: constify instances of ''struct file_operations''
...tions *fops); static int eventpollfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt); @@ -221,7 +221,7 @@ asmlinkage long sys_epoll_pwait(int epfd -static int ep_getfd(int *efd, struct inode **einode, struct file **efile, - struct eventpoll *ep) +int ep_getfd(int *efd, struct inode **einode, struct file **efile, -+ struct eventpoll *ep, struct file_operations *fops) ++ struct eventpoll *ep, const struct file_operations *fops) { struct qstr this; char name[32]; @@ -248,7 +248,7 @@ static int...
2017 Jul 12
2
submitting R scripts with command_line_arguments to PBS HPC clusters
...terminal ..) Please may I ask, how do you usually submit the R scripts with command line arguments to PBS HPC schedulers ? qsub -d $PWD -l nodes=1:ppn=4 -l vmem=10gb -m bea -M tanasa at gmail.com \ -v TUMOR="tumor.bam",GERMLINE="germline.bam",CHR="chr22" \ -e script.efile.chr22 \ -o script.ofile.chr22 \ script.R Thank you very very much ! -- bogdan [[alternative HTML version deleted]]
2005 Apr 24
1
Collade doesn't work for more than 256 files!
...d stamp to DESCRIPTION Error in .read_description(dfile) : file 'DESCRIPTION' is not in valid DCF format Execution halted make[2]: *** [frontmatter] Error 1 make[1]: *** [all] Error 2 make: *** [pkg-vtkr] Error 2 *** Installation of vtkr failed *** After a bit playing with th enumber of th efiles, it seems to me Collade cannot handle (probably) more than 256 files. For many good reasosns, I am not going to break the package up into different pieces. If I am not missing anything here, I hope some R developer can let me know about some work around on this bug. (hey even java and python...
2007 Oct 07
2
Re-ordering factors
A small example before I begin my query: > educ <- read.table(efile, header=TRUE) > educ Education Age_Group Count 1 IncompleteHS 25-34 5416 2 IncompleteHS 35-44 5030 3 IncompleteHS 45-54 5777 4 IncompleteHS 55-64 7606 5 IncompleteHS >64 13746 6 CompletedHS 25-34 16431 7 CompletedHS 35-44 1855 8 CompletedHS...
2012 Jul 12
2
[PATCH 3/5] vhost: Make vhost a separate module
...er are in a single module. Separating this as a vhost.ko module and a vhost-net.ko module makes it is easier to share code with other vhost drivers, e.g. vhost-blk.ko, tcm-vhost.ko. Signed-off-by: Asias He <asias at redhat.com> --- drivers/vhost/Kconfig | 10 +++++++++- drivers/vhost/Makefile | 4 +++- drivers/vhost/vhost.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/vhost/vhost.h | 1 + 4 files changed, 61 insertions(+), 2 deletions(-) diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index e4e2fd1..c387067 100644 --- a/drivers/vhost/Kconfig +++ b...
2012 Jul 12
2
[PATCH 3/5] vhost: Make vhost a separate module
...er are in a single module. Separating this as a vhost.ko module and a vhost-net.ko module makes it is easier to share code with other vhost drivers, e.g. vhost-blk.ko, tcm-vhost.ko. Signed-off-by: Asias He <asias at redhat.com> --- drivers/vhost/Kconfig | 10 +++++++++- drivers/vhost/Makefile | 4 +++- drivers/vhost/vhost.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/vhost/vhost.h | 1 + 4 files changed, 61 insertions(+), 2 deletions(-) diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index e4e2fd1..c387067 100644 --- a/drivers/vhost/Kconfig +++ b...
2017 Jul 12
0
submitting R scripts with command_line_arguments to PBS HPC clusters
...y I ask, how do you usually submit the R scripts with command >line >arguments to PBS HPC schedulers ? > >qsub -d $PWD -l nodes=1:ppn=4 -l vmem=10gb -m bea -M tanasa at gmail.com \ >-v TUMOR="tumor.bam",GERMLINE="germline.bam",CHR="chr22" \ >-e script.efile.chr22 \ >-o script.ofile.chr22 \ >script.R > >Thank you very very much ! > >-- bogdan > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.e...
2017 Jul 12
1
submitting R scripts with command_line_arguments to PBS HPC clusters
...bmit the R scripts with command >> line >> arguments to PBS HPC schedulers ? >> >> qsub -d $PWD -l nodes=1:ppn=4 -l vmem=10gb -m bea -M tanasa at gmail.com \ >> -v TUMOR="tumor.bam",GERMLINE="germline.bam",CHR="chr22" \ >> -e script.efile.chr22 \ >> -o script.ofile.chr22 \ >> script.R >> >> Thank you very very much ! >> >> -- bogdan >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing...
2009 Mar 31
4
Tax Preparation with WINE
As approximately 130 million other US citizens, I am dutifully preparing for the April deadline for filing my income tax returns. Reviewing the WINE AppDB for installable tax software to help out in the process, it appeared that 2nd Story Software's TAX ACT was most likely to work with the WINE version (1.1.17) installed on my Mandriva-equipped HP laptop. As it turned out, TAX ACT was able
2012 Jul 13
9
[PATCH RESEND 0/5] Add vhost-blk support
...He (5): aio: Export symbols and struct kiocb_batch for in kernel aio usage eventfd: Export symbol eventfd_file_create() vhost: Make vhost a separate module vhost-net: Use VHOST_NET_FEATURES for vhost-net vhost-blk: Add vhost-blk support drivers/vhost/Kconfig | 20 +- drivers/vhost/Makefile | 6 +- drivers/vhost/blk.c | 600 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/vhost/net.c | 4 +- drivers/vhost/test.c | 4 +- drivers/vhost/vhost.c | 48 ++++ drivers/vhost/vhost.h | 18 +- fs/aio.c | 37 ++- fs/eventfd.c | 1 + in...
2012 Jul 13
9
[PATCH RESEND 0/5] Add vhost-blk support
...He (5): aio: Export symbols and struct kiocb_batch for in kernel aio usage eventfd: Export symbol eventfd_file_create() vhost: Make vhost a separate module vhost-net: Use VHOST_NET_FEATURES for vhost-net vhost-blk: Add vhost-blk support drivers/vhost/Kconfig | 20 +- drivers/vhost/Makefile | 6 +- drivers/vhost/blk.c | 600 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/vhost/net.c | 4 +- drivers/vhost/test.c | 4 +- drivers/vhost/vhost.c | 48 ++++ drivers/vhost/vhost.h | 18 +- fs/aio.c | 37 ++- fs/eventfd.c | 1 + in...
2005 Sep 05
2
WINE ALSA MIDI
...IniValue s" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveShortcut s" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveEnvironm entStrings" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveDuplicat eFiles" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveFiles" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveFolders" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"MoveFiles" fixme:msi:ACTION_InstallF...
2007 Aug 24
0
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
On Aug 24, 2007, at 1:45 PM, Holger Schurig wrote: > $ llvm-gcc --emit-llvm -c a.c -o a.o > $ llvm-gcc -c main.c -o main.o > $ llvm-gcc a.o main.o -o main > a.o: file not recognized: File format not recognized > collect2: ld returned 1 exit status > > Okay, that did not really work :-/ This document describes interface between llvm and linker. You need system linker that
2012 Aug 09
1
Class using if/else w/ multiple if conditions
...empty and are only used for the Zabbix # vfs.fs.writable check. $zabbix_files = [ "/.zabbix_writable", "/var/.zabbix_writable", "/opt/.zabbix_writable", "/home/.zabbix_writable",] efile { $zabbix_files: owner => "zabbix", require => Package["zabbix-agent"], } service { "zabbix-agent": enable => true, hasstatus => true, ensure =&...
2007 Aug 24
1
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
...ed libmagic doesn't know about LLVM bitcode, but rest assured that a.o *IS* indeed an llvm bitcode file. E.g. "llvm-dis a.o -o -" works. However, when you call llvm-gcc without --emit-llvm it behaves like a plain gcc. So it calls the system linker, ld, with this file. $ strace -oa -efile -ff llvm-gcc a.o main.o -o main $ grep -h execve a.* execve("/usr/src/llvm/dist/bin/llvm-gcc", ["llvm-gcc", "a.o", "main.o", "-o", "main"], [/* 38 vars */]) = 0 execve("/usr/src/llvm/dist/libexec/gcc/i686-pc-linux-gnu/4.0.1/collect2&q...
2005 Jul 07
0
[LLVMdev] Compile a linux kernel with LLVM?
...I want to check some properties of linux kernel with llvm, but I don't know how to compile a > > linux kernel to an llvm's .bc file. I have let llvm's gcc front-end ignore inline assembly by > > modifying cfrontend/src/gcc/llvm-expand.c, and replace CC/as/ar in the Makefile of the kernel > > with llvm-gcc/llvm-as/llvm-ar. However, the linux's "make" reports errors: "File format not > > recognized" and "not ELF". > > Some people did this before? I am currently working on a similar project (compiling Linux with...
2005 Jul 07
2
[LLVMdev] Compile a linux kernel with LLVM?
Hi, I want to check some properties of linux kernel with llvm, but I don't know how to compile a linux kernel to an llvm's .bc file. I have let llvm's gcc front-end ignore inline assembly by modifying cfrontend/src/gcc/llvm-expand.c, and replace CC/as/ar in the Makefile of the kernel with llvm-gcc/llvm-as/llvm-ar. However, the linux's "make" reports errors: "File format not recognized" and "not ELF". Some people did this before? Thanks.
2007 Aug 24
6
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
The web page "LLVM Link Time Optimization: Design and Implementation" contains errors. In the gray block below "Example of link time optimization" there are some source files and then a list of commands to execute: $ llvm-gcc4 --emit-llvm -c a.c -o a.o $ llvm-gcc4 -c main.c -o main.o $ llvm-gcc4 a.o main.o -o main 1) in current LLVM (e.g. llvm itself, cfe, llvm-gcc-4.0) no