|
|
#26 | ||
|
Re: About the terminal...
Quote:
A second way is to make a symbolic link to the file in your usr/bin subdirectory. Type ln -s [pathname of F@H binary] /usr/bin/[link name] You can then type in the linkname anywhere in your terminal session and it will have the same effect as typing the pathname. Quote:
|
|||
|
|
0
|
|
|
#27 | |
|
Re: About the terminal...
Quote:
Btw, I'm not on the team, how do I sign up? You're all so good and I only have two machines, but I'll add them to your mix, if you want me.
|
||
|
|
0
|
|
|
#28 | |
|
Re: Re: About the terminal...
Quote:
Proteins usually take a while to fold, so be patient. Our team #: 3446 Good luck, and thanks for your support!
|
||
|
|
0
|
|
|
#29 |
|
Wonderful. Thanks for the help.
(edit: btw, if you want to add yourself to the team, type in the normal command to run the file, or drag the file on the terminal, and add " -config" to the end of the command. It will ask you to enter your name, team, and one or two other things.) Last edited by dnte42; Aug 20, 2002 at 11:41 AM. |
|
|
|
0
|
|
|
#30 |
|
Oops, I figured it out before I read your posts. Thanks for letting me know.
I would rather run the console versions just because such applications are less processor-intensive so they get more done. I've noticed some weird, or unexpected, performance. I have two machines, a PowerMac G3/400, 512MB with 9GB Ultra2 SCSI drive plus 40GB ATA100 drive (no ATA accelerator board) and a PowerMac dual G4/800, 512MB, 80GB ATA66. On the same types of data, the dual processor is only twice as fast as the G3. If I use the ATA drive on the G3, it finishes half as fast (which would make it 25% of the dual). It looks like the processors are important but a fast hard drive is just as important. It may also be that i don't have enough memory. Btw, has anyone tried the low latency memory from OtherWorld Computing--PC133, CL2? |
|
|
|
0
|
|
|
#31 | |
|
Re: About the terminal...
Quote:
|
||
|
|
0
|
|
|
#32 | |
|
Re: Re: About the terminal...
Quote:
|
||
|
|
0
|
|
|
#33 |
|
I guess I should have just posted this shell script earlier.
This is my sl.sh: #!/bin/tcsh # show the logfile contents cd ../Library/Folding@home/work/ foreach file (logfile_??.txt) grep "[Ff]rame" $file end # also list the file .arc file for time ls -l *.arc It will list any line with the word frame in it, whether frame is capitalised or not. It also shows the results file. I use this to calculate the minutes per unit so I can switch the phone line etc. so they are transmitted in a timely fashion. 1. Put the text in a file called sl.sh 2. Use chmod +x sl.sh to make it executable. 3. Run it by typing ./sl.sh and pressing <ENTER> or <RETURN> You'll get something like: - Frames Completed: 4, Remaining: 96 Finished a frame (5) |
|
|
|
0
|
|
|
#34 |
|
Well, I went and installed it on my machine - running the terminal version on my TiPB 667 - don't know if I'll make all that much difference, but hey, one more grain of sand....
D
__________________
"Klaatu varada nikto!"
|
|
|
|
0
|
|
|
#35 | |
|
Quote:
|
||
|
|
0
|
|
|
#36 |
|
ha, well, I'm running in the terminal and its going to be interesting to see how long it takes to do a unit - what's going to happen when the TiPB goes to sleep?
Also I tried running the script, but it didn't work, anyone else have problems with that? D
__________________
"Klaatu varada nikto!"
|
|
|
|
0
|
|
|
#37 | ||
|
Quote:
Quote:
cd ../Library/Folding@home/work/ -to- cd ~/Library/Folding@home/work/ It worked fine for me after that. |
|||
|
|
0
|
|
|
#38 |
|
Welcome to the Team Dukestreet!!!!!!!
__________________
Join MR Folding Team (3446) |
|
|
|
0
|
|
|
#39 |
|
still the same friggin error
"./sl.sh: Command not found." Which doesn't make sense, because its right there, chmod'd and everything. What should I edit it in? D
__________________
"Klaatu varada nikto!"
|
|
|
|
0
|
|
|
#40 | |
|
Quote:
If you want to edit it, use pico for simplicity. |
||
|
|
0
|
|
|
#41 | |
|
Quote:
here's the output Code:
[localhost:~] dja% ./sl.sh - Frames Completed: 0, Remaining: 100 ls: No match. D
__________________
"Klaatu varada nikto!"
|
||
|
|
0
|
|
|
#42 |
|
The least I've seen is 4 minutes, the most would be over an hour, depending on the data, the machine, etc.
Sorry you had trouble with the shell script. I'd only tested it on two machines. ![]() I always use emacs as an editor because I can't remember all the stupid vi craziness. There are enhanced versions of vi such as stevie though....eeek. |
|
|
|
0
|
|
|
#43 |
|
ah, I should have used emacs, that I'm a little more familliar with. Use to do all my coding in that on Sun Workstations - but that was about 4-5 years ago, I can't believe its been that long.
But its been over an hour and nadda - could something be messed up?
__________________
"Klaatu varada nikto!"
|
|
|
|
0
|
|
|
#44 | |
|
Quote:
__________________
Porkchops and bacon, my two favorite animals....Homer Simpson |
||
|
|
0
|
|
|
#45 | |
|
Quote:
|
||
|
|
0
|
|
|
#46 | |
|
Quote:
List your: ~/Library/Folding@home/FAHlog.txt and ~/Library/Folding@home/work/logfile_0?.txt Maybe then I can see if anything's screwed up. |
||
|
|
0
|
|
|
#47 |
|
Can't remember all the vi commands? This book will help.
Have been using it since I had Mandrake Linux on my PC (dual-boot with WindowsME).
__________________
Porkchops and bacon, my two favorite animals....Homer Simpson |
|
|
|
0
|
|
|
#48 | ||
|
Quote:
Quote:
I would recommend the book that pimentoLoaf suggests. I read it through on a recent 9-day vacation an have learned lots. I have the opposite problem as you guys w/emacs. I was going to suggest vi, but I know of almost no one who can use it properly. It is very powerful though.For example, to get rid of the ^M's at the end of every line you could have typed: Code:
:%s/.$//g |
|||
|
|
0
|
|
|
#49 |
|
BTW, I've started a new thread asking what systems y'all are using to crunch with. Click the GO button at the bottom of this thread's page to be returned to the Distributed Computing root level.
__________________
Porkchops and bacon, my two favorite animals....Homer Simpson |
|
|
|
0
|
|
|
#50 | |
|
Quote:
When vm_stat shows that virtual memory hits are low, things take longer, of course. The PowerBook drives are generally 4200 rpm units so it may take longer too. You saw what I said about the variious machine/drive combinations earlier, right? |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Folding@Home team members: Why you want a passkey. | techfreak85 | Distributed Computing | 32 | Feb 11, 2011 12:55 AM |
| iPhoto and External Drive | angelpeach838 | Mac Applications and Mac App Store | 1 | Jan 17, 2011 01:23 PM |
| Post count rankings? Oldest members? | BRLawyer | Site and Forum Feedback | 10 | May 16, 2010 05:54 PM |
| Folding@Home: Graphic monitor for console client | ve3nvm | Distributed Computing | 3 | Nov 21, 2003 10:08 AM |
All times are GMT -5. The time now is 10:08 PM.








Linear Mode

