Displaying 20 results from an estimated 29 matches for "fahs".
Did you mean:
fabs
2015 Apr 27
4
Folding At Home OT
On 04/22/15 21:05, Mark LaPierre wrote:
> Can someone recommend a good video card to use with CentOS 6.6 that has
> a GPU, or two, or more, that will work with the Folding At Home project.
>
> I built a killer machine primarily for contributing to the FAH effort
> but the video card, NVIDIA Corporation G94 [GeForce 9600 GT], I had on
> hand is not getting any assignments.
2016 Feb 01
2
More Folding At Home
On Sun, Jan 31, 2016 at 09:42:43PM -0500, Mark LaPierre wrote:
> On 12/30/15 23:03, Mark LaPierre wrote:
> > Hey Y'all,
> >
> > I have the Stanford University Folding At Home project running on three
> > of my machines. I had them all set up so that I could control them all
> > from my main machine, 192.168.15.101, but some time ago something
> >
2015 Apr 28
1
Folding At Home OT
On 04/27/15 19:24, Fred Smith wrote:
> On Mon, Apr 27, 2015 at 06:51:31PM -0400, Mark LaPierre wrote:
>> On 04/22/15 21:05, Mark LaPierre wrote:
>>> Can someone recommend a good video card to use with CentOS 6.6 that has
>>> a GPU, or two, or more, that will work with the Folding At Home project.
>>>
>>> I built a killer machine primarily for
2015 Dec 31
3
Folding At Home
Hey Y'all,
I have the Stanford University Folding At Home project running on three
of my machines. I had them all set up so that I could control them all
from my main machine, 192.168.15.101, but some time ago something
changed so that I can no longer connect to the FAH clients on the other
two machines. I figured it wasn't really important so I would look into
it later. Well time has
2016 Feb 01
0
More Folding At Home
On 01/31/16 22:10, Fred Smith wrote:
> On Sun, Jan 31, 2016 at 09:42:43PM -0500, Mark LaPierre wrote:
>> On 12/30/15 23:03, Mark LaPierre wrote:
>>> Hey Y'all,
>>>
>>> I have the Stanford University Folding At Home project running on three
>>> of my machines. I had them all set up so that I could control them all
>>> from my main machine,
2015 Apr 27
0
Folding At Home OT
On Mon, Apr 27, 2015 at 06:51:31PM -0400, Mark LaPierre wrote:
> On 04/22/15 21:05, Mark LaPierre wrote:
> > Can someone recommend a good video card to use with CentOS 6.6 that has
> > a GPU, or two, or more, that will work with the Folding At Home project.
> >
> > I built a killer machine primarily for contributing to the FAH effort
> > but the video card, NVIDIA
2011 Apr 22
3
Wine error "file not found
I am trying to set up the FAH GPU Tracker V2 using Wine.
When I installed Wine the first time it working to the point I could do this:
applications>wine>browse C: drive.....and then the virtual C drive window would open in the normal fashion. I then proceeded to run and use FAH GPU Tracker V2 via Wine. I was not successful.
When I went back to it later I tried to open the C: drive browser
2015 Aug 24
2
Host does not respond to nmap
Hey Y'all,
I just set up a new old machine on my network. I did a net install of
CentOS 6.7 on it replacing an outdated copy of Win XP. Of course I'm
now in the throws of configuring the machine to be a useful member of
society.
[mlapier at peach ~]$ nmap -sn 192.168.15.0/24
Starting Nmap 5.51 ( http://nmap.org ) at 2015-08-23 20:12 EDT
Nmap scan report for 192.168.15.1
Host is up
2016 Feb 01
0
More Folding At Home
On 12/30/15 23:03, Mark LaPierre wrote:
> Hey Y'all,
>
> I have the Stanford University Folding At Home project running on three
> of my machines. I had them all set up so that I could control them all
> from my main machine, 192.168.15.101, but some time ago something
> changed so that I can no longer connect to the FAH clients on the other
> two machines. I figured it
2004 Feb 12
1
Problem with Samba as PDC
I've download a PDC guide from IBM's website,
https://www6.software.ibm.com/dw/education/esdd/samba/?x=50&y=6.
I've follow the description line by line, but I can't join the domain
from a windows Xp professional computer.
Windows Xp answer with following error message...
"Can't connect to a domain controller for the domain Fah-Technet"
I can ping the computer
2003 Nov 17
3
[LLVMdev] Question about structure of SymbolTable
...ule contain? Is it just GlobalVariables and
Functions? How are program constants and static variables declared
within functions handled? When I said program constants, I meant
things like strings (e.g., char* foo = "Hello world\n";). Thanks in
advance.
Sincerely,
Brian
Brian M. Fahs
Graduate Student
University of Illinois
2003 Dec 04
2
[LLVMdev] A couple questions
...ompiler, the function print_string is
inlined by default.
Question 2:
What is the behavior of the function "recompileAndRelinkFunction" (in
VM.{h,cpp}) if a program running in lli is currently executing within
the function that is being recompiled?
Thanks in advance,
Brian
Brian M. Fahs
Graduate Student
University of Illinois
2015 Aug 24
0
Host does not respond to nmap
On Sun, August 23, 2015 7:34 pm, Mark LaPierre wrote:
> Hey Y'all,
>
> I just set up a new old machine on my network. I did a net install of
> CentOS 6.7 on it replacing an outdated copy of Win XP. Of course I'm
> now in the throws of configuring the machine to be a useful member of
> society.
>
> [mlapier at peach ~]$ nmap -sn 192.168.15.0/24
>
> Starting
2018 May 15
1
OT Hardware Forum
Hey Y'all,
Is there a forum where I can discuss hardware and CentOS 7? I'm
considering building a new desktop system specifically designed for
CentOS 7 and the Folding At Home project.
This mail list seams to be oriented toward CentOS software issues not
hardware discussions.
--
_
?v?
/(_)\
^ ^ Mark LaPierre
Registered Linux user No #267004
2003 Nov 17
0
[LLVMdev] Question about structure of SymbolTable
...g all this, but I'm also busy writing a code generator
for my architecture, so haven't gotten enough through everything to
completely document the bytecode language. Symbol tables in LLVM are easy
though.
Hope this answers your question.
-- Robert.
At 06:04 PM 11/17/2003 -0600, Brian Fahs wrote:
>I was trying to look through the SymbolTable code for LLVM. What does the
>SymbolTable for a Module contain? Is it just GlobalVariables and
>Functions? How are program constants and static variables declared within
>functions handled? When I said program constants, I mean...
2005 Dec 05
13
Theory test
Guys
Considering the festive season is upon us, thanks to everyone
contributing to the list and helping all the readers with your great
input! I don''t want to mention names, I''ll most certainly leave
someone out.
With this mail I''d like to test some theory on bandwidth management,
with my own successes and failures during the past year.
Sharing a link between 200
2010 Sep 14
1
Folding@home Crahes Frequently
I saw the other topic posted 13 Sep 2010, about the fixme ... unimplemented error. I get that too. However, my system also crashes.
I'm running Ubuntu 10.4 with Wine 1.3.1 on a AMD 1055t cpu (no overclocking) with a MSI 785G-e53 motherboard. The system is stable otherwise. This is executing the folding at home client, the Windows client beta 6.30. This is used by enough people and it
2006 May 23
4
Shaping of pppoe clients
Guys
After reading through the archives I found some insightful ways to be
able to shape traffic to pppoe clients from the server. I have two
questions on the topic of setting up a pppoe server however...
1. The clients will all be connected to each other using a normal
ethernet network, the segments connected with managed switches. The
capacity is roughly 500 nodes. Will these pppoe sessions
2006 Jul 17
5
Functional Tests misbehaving with Globalize
Howdy all
Apologies to the folks subscribed to the globalize list for dual
posting this message...
I''ve got a project running globalize and rails 1.1.4, and I''ve only
recently adopted a strong love for testing. Now my models are 100%
tested (I must note that I do not make use of any translations in the
database yet), and I''ve now started with functional tests before
2007 Jun 24
0
Two quick questions (future & windows)
Howdy all
First off, thanks to Ezra & skaar (and all the other contributors) for
the plugin. It''s been a great help the last couple of days.
1. I explored the trac site, and saw that commits recently have been
few and far between. Is the project on the way down or is it a lack of
time and resources? (Between the lines, is the next release gonna
happen and will patches still be