similar to: interfacing with Fortran 90/95

Displaying 20 results from an estimated 3000 matches similar to: "interfacing with Fortran 90/95"

2002 Feb 28
1
ext3 blocks other with large writes
Hi there, First of all thanks for all the ext3 development! I run it on my laptop and it has saved me many times from lengthy fscks :-) However, I have observed that whenever something is doing a lot of writing to an ext3 filesystem other processes that involves I/O on the same disk are blocked for long times (often in the 10-30 secs range). For example, if I cp a 1.5 Gb file from one ext3
2001 Oct 22
1
cdrom driver load attempt at boot
Hi there, I've been using ext3 on RedHat 7.1 for some time and I'm very pleased with the result. Thanks for all the hard work people have put in it! I have however one problem: when the machine boots up it tries to load the mcd and mcdx CD-ROM drivers (AFAIK they are old non-standard CD-ROMs). It does this from rc.sysinit right after loading usb devices. The machine started to do
2012 Jan 15
1
Calling Fortran from R: Issues with dynamic loading of fortran dll
I successfully used .Fortran to load and execute my fortran procedures under WinXP and 32 bit R. Alas, the same isn't true with my next Windows 7/64 machine, R 2.14.1 (64 bit) and the gnu gfortran (64) compiler (mingw64 v. 4.6.1). Though I'm able to compile the routines from the command line using gfortran '...', .Fortran('foo2') results in an error saying the Fortran
2001 Jun 02
2
inout() in splancs working properly?
I have a problem with function 'inout()' in package 'splancs' on CRAN-R Version 1.2.3 under FreeBSD4.3-STABLE. The following script produces and draws points and a polygon-surrounded area. Repeating the same script many times shows, that points on the polygon-line often, but not always, are outside of the polygon-area. library(splancs) # dataset with polygon (convex
2006 Apr 19
0
Some strange questions about SQL
1. Table dealings has the field: id(int(11)), inout(varchar(11)) If I use this select: @deals = Dealing.find(:all,:condition=>["id = ? and inout = ?","1","in"]) then rails will return error with the tips of SQL syntax error if I change it to : @deals = Dealing.find(:all,:condition=>["dealings.id = ? and dealings.inout =
2011 Jul 12
1
What's wrong with my code? (Edited version-added my data)
I've written out codes for one particular file, and now I want to generate the same kind of graphs and files for the rest of similar data files. For example, a file "8.csv" would look like such: enc_callee inout o_duration type A out 342 de B in 234 de C out 132 de E in 111 de A in 13 cf H in 15.7 cf G out 32 de A out 32 cf I in 14 de K in 189 de J out 34.1 cf B in 98.7 de H out
2015 Dec 04
0
[PATCH 1/6] x86: Add VMWare Host Communication Macros
These macros will be used by multiple VMWare modules for handling host communication. Signed-off-by: Sinclair Yeh <syeh at vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom at vmware.com> Reviewed-by: Alok N Kataria <akataria at vmware.com> Cc: Thomas Gleixner <tglx at linutronix.de> Cc: Ingo Molnar <mingo at redhat.com> Cc: "H. Peter Anvin" <hpa at
2015 Dec 04
0
[PATCH 1/6] x86: Add VMWare Host Communication Macros
These macros will be used by multiple VMWare modules for handling host communication. Signed-off-by: Sinclair Yeh <syeh at vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom at vmware.com> Reviewed-by: Alok N Kataria <akataria at vmware.com> Cc: Thomas Gleixner <tglx at linutronix.de> Cc: Ingo Molnar <mingo at redhat.com> Cc: "H. Peter Anvin" <hpa at
2004 Aug 19
2
glmmPQL in R and S-PLUS 6 - differing results
Greetings R-ers, A colleague and I have been exploring the behaviour of glmmPQL in R and S-PLUS 6 and we appear to get different results using the same code and the same data set, which worries us. I have checked the behaviour in R 1.7.1 (MacOS 9.2) and R. 1.9.0 (Windows 2000) and the results are the same, but differ from S-PLUS 6 with the latest Mass and nlme libraries (Windows XP). Here
2002 Apr 03
4
RE:How to decide mode and journal size?
Hi. I am using a large storage which is ext2 file system of 1T byte. It has many file types, doc, mail data, zip, etc. It doesn't have a database file. I want to change the file system from ext2 to ext3. It also can't divide to any partitions. How to decide journal mode and journal size? Please advice to me. Recommend a journal mode. (orderd or journal) Recommend a journal
2009 Mar 27
0
Need some help at interfacing R with Fortran-90
I browsed through ch.5 of R manual "Writing R extensions". It seems to be written for experienced programmers rathern than for people who occasionally face this problem. A table summarising the main ley points for each supported platform would be very useful. Something like: Supported languages: C, Fortran-77, ...... Windows guidelines: 1. compie Fotran code with (commands) from
2011 Jul 12
1
What's wrong with my code?
I've written out codes for one particular file, and now I want to generate the same kind of graphs and files for the rest of similar data files. When I plugged in these codes, R produced only one plot for the file "eight", and it states my error(see below) I have edited and checked my codes so many times but still couldn't figure out what's wrong with it...would you please
2007 Feb 26
1
Is there any package on CRAN that uses Fortran-90/95
Hi! Is there any package on CRAN that uses Fortran-90/95? I would like to study it. Thanks, Gregor
2000 Sep 18
1
Fortran 90 / 95 compilers? // interface packages for R ?
We have (spatial statistics) group here that are (about to) interface Fortran 90 and/or 95 software to R and/or S-plus. My recommendation has been against this because of non-availability of GNU or other free (not only moneywise, in the GNU sense) compilers for Fortran 9x. Does anybody have good guesses about the future here? The user group here say they like F 9[05] because of its ``object
2011 Apr 10
5
Question about levels/as.numeric
Hi, I am still new to R and this is my first post on this mailing-list. I have two .csv (each one being a column of real numbers) coming from the same database (the first one is just longer than the second) and I read them in R the following way: returns <- read.csv("test.csv", header = FALSE) returns2 <- read.csv("test2.csv", header = FALSE) However, the two
1999 Oct 21
1
2.05a Solaris 2.5.1 SPARC -problem-
Hello, I've sucessfully compiled 2.05a for Solaris 2.6 and its working OK. Compiling on Solaris 2.5.1 (with gcc or Sun cc) goes smoothly but smbd fail with the following error in the log: [1999/10/21 09:45:30, 0] lib/util_sock.c:(507) read_socket_data: recv failure for 4. Error = Invalid argument Same debug level 10 [1999/10/21 11:47:03, 2] smbd/server.c:(716) Changed root to /
1998 Apr 30
1
Printing from NT4 public=no
Hello, Im using samba samba-1.9.18p4 on solaris 2.6. Every works fine with Win95. (browsing, file service printing) With NT file service and browsing are OK. I was wondering if its possible to print from Windows NT4 SP3 samba print services with the option public=no The printing fail silently on the NT machines. I was hoping to have a 'network password' dialog box the same way as to
2006 Jun 12
0
struggling with relatively simple out of model updating
I''m trying to do a In/Out thing... In my in_outs_controller.rb def edit_in_out @in_out = InOut.new @in_out.user_id = params[:id] @user = User.find_by_id(@in_out.user_id) if @in_out.save @user.update_attribute(:in_out, params[:user][:in_out]) flash[:notice] = ''In/Out was successfully updated.'' redirect_to :action =>
2011 Dec 10
0
Issues with nwfilter rules
Hi All, I have two kvm guests running with a bridged configuration bound separately to br0 and br1 on my Fedora 15 host. I'm attempting to create some nwfilter rules on br1 and am running into a bunch of problems that have me scratching my head. libvirt version: 0.8.8-7 What I've noticed on the second host is as follows: - Most all nwfilter rules that I create for the host on br1
2007 Apr 22
0
LaTeX, Sweave, Lattice and Computer Modern fonts
Dear useRs, I am pretty sure the answer to my question is out there if I would just take the time to cross-correlate information that's scattered among different email exchanges, useR! presentations, Paul Murrel's website and assorted posters, but would some charitable soul be so kind as to explain the step by step procedure for having Sweave produce Lattice graphics with Computer Modern