The only way I know to quit the terminal version of F@H is to quit the terminal window. But, when I restart F@H, I notice that it says the core was incorrectly terminated. What is the correct way to shut it down?
kilpajr said:The only way I know to quit the terminal version of F@H is to quit the terminal window. But, when I restart F@H, I notice that it says the core was incorrectly terminated. What is the correct way to shut it down?
Kyle? said:m68k, what are the -local and -advmethods flags for?
bousozoku said:I'm not mc68k, but I can provide the same answers. The -local flag tells folding@home to use the work directory within the directory where the fah client resides. If folding@home is in ~/F@H1/ then the data exists in ~/F@H1/work. The -advmethods flag is to signal that testing work units and cores should be downloaded and used, as available. While the Gromacs WUs were in beta, this flag would allow them to be used.
There is also a -forceasm flag which tells the client to use whatever optimisations the core has available, even if there was a crash.
Why not just put this in your 'crontab' ?Kyle? said:Thanks, so the -local flag is really only necessary for dual processors? And where are the flags specified, at the stanford site or is there some documentation i missed.
I tried folding on my 500mhz ibook a while ago, but I was running too many other processes for it to finish wu's in a timely fashion. Now that I have a 1.33 ghz pbook, folding is able to get a lot more clock cycles. Just submitted a wu recently.
Also, anybody know if entering
bg %foldingjobid > /dev/null
will redirect output so folding won't suspend when outputting progress data. I like to have output from folding visible at times as well, so if the previous command would work as I expect, would the proper command to foreground the app be
fg %foldingjobid > 1
daveL said:Why not just put this in your 'crontab' ?
# Start dual Folding@Home engines
@reboot cd ~/F@H1; ./fah4 -local -advmethods &
@reboot cd ~/F@H2; ./fah4 -local -advmethods &
# END
I have a DP, thus the 2 entries. These assume the directory (F@H) is in you home directory. If you have your F@H directory somewhere else, modify the above accordingly.