Displaying 20 results from an estimated 7000 matches similar to: "Fortran in R??"
2013 Oct 15
4
Two R editiosn in Unix cluster systems
Dear R Devel
Some of our R users are still insisting we run R-2.15.3 because of
difficulties with a package called OpenMX. It can't cooperate with new R,
oh well.
Other users need to run R-3.0.1. I'm looking for the most direct route to
install both, and allow users to choose at runtime.
In the cluster, things run faster if I install RPMs to each node, rather
than putting R itself on
2009 Mar 25
1
[LLVMdev] Google Summer of Code 2009
Hi,
I am final year undergraduate in the Indian Institute of Technology
Kanpur, India and I would like to work on the LLVM compiler
infrastructure in the summers under Google Summer of Code 2009.
I am greatly interested in adding new transformations and optimization
passes to the existing compiler - particularly the _value range
propagation_ or _predictive commoning_. Since coming across
2013 Jul 24
2
[LLVMdev] Program compiled with Clang -pg and -O crashes with SEGFAULT
Hi,
I am trying to compile a simple program with Clang 3.3 on Linux and used -pg and -O2 option. The program would crash with segfault. Interestingly if I compile it with -pg option only it works. Do you have any idea why it crashes? And any workaround?
$ cat myprog.c
int main() {
return 0;
}
$ clang -v -pg -O2 myprog.c
clang version 3.3 (tags/RELEASE_33/final)
Target:
2003 Sep 08
1
problems with categorical variables
Hi All:
I am working on a dataset of a study on healthcare workers. One of the
variables I am studying is a categorical variable (variable name:EDUC,
indicates educational achievement, with 6 levels: "illiterate", "primary",
"junior high school", "high school completed", "undergraduate", and
"postgraduate").
I want to collapse the
2020 Nov 11
4
crontab query
I need to schedule a process/program every hour on the hour between 9am
and 4pm on the 2nd through the 9th of each month except on Saturday and
Sunday.? So, I tried this entry:
0 9-16 2-9 * 1-5 ./myprog.sh
Unfortunately it runs outside of the 2nd through the 9th and still runs
on Sat. through Sun.
Is there a way to do this (outside the program itself)?
-Frank
2010 Aug 12
2
Is oprofile still working?
Hi all,
Is anyone using oprofile?
I'm getting segfaults from opreport at the moment, and I'm not sure if
it is opreport, or just me.
In case it is something just plain daft I am doing, here is how it goes:
opcontrol --reset
opcontrol --setup --no-vmlinux
opcontrol --start
... now I run my program, /tmp/myprog ...
opcontrol --dump
opcontrol --shutdown
then I run,
opreport -l
2005 May 18
1
'fitdistr' and two views of the same data?
Hello,
I have detailed (with pictures and whatnot) my question on my weblog at
http://www.cs-ed.org/blogs/mjadud/archives/2005/05/a_question_abou.html
The short version of the question is this:
When I ask 'fitdistr' to try and fit my distribution as a "weibull"
distribution, it comes up with some rather wacky parameters.
If I take the same distribution, and do something
2016 Jun 07
3
PACT-2016 ACM Student Research Competition (SRC)
#########################################################
PACT-2016:
Call for Abstracts in ACM Student Research Competition (SRC)
http://pact2016.eew.technion.ac.il/acm-src
#########################################################
IMPORTANT DATES
Abstract submission: 11:59pm US EDT Friday, June 17, 2016
Acceptance notification: 11:59pm US EDT Friday, July 15, 2016
Poster
2020 Oct 29
3
how to unsubsribe?
Hi,
I am missing beplow each mail how one can un-subscribe.
Can that be added please?
thanks
Op 28-10-2020 om 16:06 schreef Mayiani, Martin Martine - mayianmm:
> Thanks
>
>
> Martin
>
> -----Original Message-----
> From: Patricia Moynihan <pmoynihan at fsu.edu>
> Sent: Wednesday, October 28, 2020 10:10 AM
> To: Icecast streaming server user discussions
2013 Jul 24
0
[LLVMdev] Program compiled with Clang -pg and -O crashes with SEGFAULT
Hi Qiao,
On 24/07/13 08:23, Qiao Yang wrote:
> Hi,
>
> I am trying to compile a simple program with Clang 3.3 on Linux and used -pg and -O2 option. The program would crash with segfault. Interestingly if I compile it with -pg option only it works. Do you have any idea why it crashes? And any workaround?
>
> $ cat myprog.c
> int main() {
> return 0;
> }
>
> $
2017 Mar 31
2
Address Sanitizer
Hello
This link didn't work for me.
As I am getting error whose meaning is - there are no options as -arch i386
-arch x86_64. How should I remove this error?
On Wed, Mar 22, 2017 at 6:11 PM, 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote:
> Hi Aayushi,
>
> Seems the link [1] answers your question.
>
> [1] http://stackoverflow.com/questions/28640585/build-
>
2004 Mar 31
2
functions & paths
Hi,
I have a couple of quick questions regarding R.
1) I have a ".First" function that automatically loads the quadprog package into the workspace. The .First function resides in R and is only saved if I save the workspace. The exact function is as follows:
.First<-function()
{
library(quadprog)
}
Is there any way that this function can be saved outside of R? That is, is there
2024 Jan 11
1
404 - The file you requested could not be found
Marius,
Yes, I think you nailed it. I built it from source and I did as root. And yes I am able to get audio at http://hostname:8000/voice. So now I know what the problem is but not sure how to fix it. A clean install? I kinda messed with the file permissions in the web directory shown below but that didn't solve my problem.
[cid:image001.png at 01DA44A8.DF3507C0]
[cid:image002.png at
2005 Oct 30
3
blocking outgoing ports with iptables
Hi,
I'm using the generic system-config-securitylevel-tui program on a
remote server to configure my firewall. So far it's been fairly decent,
allowing me to open up ports and whatnot. But I want to start blocking
a couple of outgoing ports on my machine. I want to lock it down so the
only traffic going in our out of my machine is stuff that I specify.
Is there a way to do this
2003 Aug 04
4
Samba 3.0 and LDAP
I was looking through my o'reilly book and according to it all of the ldap
inputs that would be in smb.conf are not supposed to be there in samba 3.0.
How do you specify which ldap server to use and whatnot?
2009 Sep 13
1
making package interface with FORTRAN under windows
Dear r-help group,
I am creating a package that has some FORTRAN code under windows. I have
read through "Writing R Extension" but still not so clear about the steps.
Before R CMD build, how can I create a dynamic library and later in my R
function using dyn.load ("xxx.dll") ?
If I already have a .dll file, can I build the package with the dll file
directly ?
Does any one
2020 Oct 29
3
how to unsubsribe?
Hi,
Please for the third Times, i want to be unsubscribed.
Tnx
________________________________
From: Icecast <icecast-bounces at xiph.org> on behalf of Bananradion <bananradion at gmail.com>
Sent: Thursday, October 29, 2020 11:24:03 AM
To: Icecast streaming server user discussions <icecast at xiph.org>
Subject: Re: [Icecast] how to unsubsribe?
At the bottom of this page:
2024 Jan 03
1
404 - The file you requested could not be found
That 100% depends on what you're trying to access. Try accessing the /admin/ endpoint and see what you have set up there. You also need to specify a relay-stub in the xml configuration, see:?https://icecast.org/docs/icecast-2.4.1/relaying.html--MariusSendt fra min Galaxy
-------- Opprinnelig melding --------Fra: "Mayiani, Martin Martine - mayianmm" <mayianmm at jmu.edu> Dato:
2009 Jun 01
2
Calling Fortran from C++
Hi,
can anybody point me to a package with C++ code that call Fortran
subroutines?
I am trying to do the same thing but we scarce success.
Error in dyn.load("utils.so") :
unable to load shared library 'utils.so':
dlopen(utils.so, 6): Symbol not found: _robcovf
Referenced from: utils.so
Expected in: dynamic lookup
[[alternative HTML version deleted]]
2018 Jul 13
3
Super-verbose failure mode for FileCheck
Hi All,
FileCheck is a great tool for writing tests.
However, it can be also a great tool for hiding the error cause from you, especially if a very common idiom
RUN: ./myprog | FileCheck %s
is used.
If you need to know the output of “myprog” to figure out why your test is failing — then well, good luck,
you would need to manually copy’n paste that line, run it, and then note the output.