Overclock.net - Overclocking.net
     
 
Home Gallery Reviews Blogs Register Today's Posts Mark Forums Read Members List


Go Back   Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Mac

Reply
 
LinkBack Thread Tools
Old 06-08-08   #11 (permalink)
Multi-Quote King
 
The Hundred Gunner's Avatar
 
amd nvidia

Join Date: Jul 2006
Posts: 7,984

Rep: 565 The Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famous
Unique Rep: 333
Folding Team Rank: 999
Trader Rating: 0
Default

Quote:
Originally Posted by rabidgnome229 View Post
Why not have the script make a shortcut if the user wants one? I'm not too sure how since I don't use icons
Because I don't know how to make a shortcut

Well, I know how to make a shortcut/alias/link, but I don't know how to add certain properties to it. I supposed I could make another shell script to run it, but the shell script has to be run via Terminal which defeats the purpose of making this whole thing GUI-oriented anyway...
__________________
"But you would be amazed by how many people think that the only reason to have a computer is to play games, and that playing games is all that anyone with a computer does." - dangerousHobo

"Linux is everywhere, it is all around us, even now in this very room. You can see it when you look out your window, or you turn on your television. You can feel it when you go to work, when you go to church, when you pay your taxes. " - mbp

"I have used a mac before. And they still don't have right click I mean come on. - aakar

Blah, blah, can't hear you

System: The Shuttle Has Landed
CPU
Athlon 64 3800+ @2.785GHz
Motherboard
Shuttle
Memory
2GB OCZ
Graphics Card
7950GT
Hard Drive
320GB Seagate in Ext. Case
Sound Card
On-board
Power Supply
250W Shuttle "Elanpower"
Case
Shuttle Glamour xPC
CPU cooling
Shuttle "ICE2"
GPU cooling
Stock
OS
Censored to avoid flaming
Monitor
HP M70

Last edited by The Hundred Gunner : 06-08-08 at 04:00 PM.
The Hundred Gunner is offline I fold for Overclock.net Overclocked Account   Reply With Quote
Old 06-08-08   #12 (permalink)
Linus Torvalds is my hero
 
GodofGrunts's Avatar
 
intel nvidia

Join Date: Nov 2007
Location: Hamilton, Ohio
Posts: 913

Rep: 52 GodofGrunts is acknowledged by some
Unique Rep: 45
Folding Team Rank: 424
Trader Rating: 2
Default

There are two more things I'd like you to do for me, but for the first one I need to rewrite the GUI to accommodate this script. The second thing is more of a question. I've never used OS X so bear with me. Does the 64-bit version of Mac OS X need to install some kind of 32-bit library to run F@H?

EDIT: I lied I have another question. I was looking through the code again and I see that you never execute the file. Was this the plan for the script? I'm sure it's not a big deal to fix. (Just
Code:
chmod +x fah6 mpiexec
and then
Code:
./fah6 -smp
right?)
__________________
Looking for a Folding at Home GUI installer? Look no further.
Quote:
Originally Posted by rabidgnome229 View Post
Yeah that's vista - sitting on top of all the crap that has been piling up for ages.
Quote:
Originally Posted by The Hundred Gunner View Post
[Regarding Intel's choice to skip Vista]
But yes, overall, people need to look at this from the perspective of a business and not of an enthusiast. I look at many of these posts and say to my self, "And that type of thinking is exactly why you're not running the business..." lol



System: The Monolith
CPU
Q6600 G0 3.21 GHz
Motherboard
Asus P5K
Memory
4 GB 2x2GB OCZ
Graphics Card
8800GT Alpha Dog Edition 512MB
Hard Drive
WD 500GB Sata
Power Supply
600W Ultra
Case
Monolith
CPU cooling
Stock
OS
openSUSE 11.0 64-bit
Monitor
17" Dell LCD

Last edited by GodofGrunts : 06-08-08 at 11:18 PM.
GodofGrunts is offline I fold for Overclock.net Overclocked Account GodofGrunts's Gallery   Reply With Quote
Old 06-08-08   #13 (permalink)
Multi-Quote King
 
The Hundred Gunner's Avatar
 
amd nvidia

Join Date: Jul 2006
Posts: 7,984

Rep: 565 The Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famousThe Hundred Gunner is becoming famous
Unique Rep: 333
Folding Team Rank: 999
Trader Rating: 0
Default

Quote:
Originally Posted by GodofGrunts View Post
The second thing is more of a question. I've never used OS X so bear with me. Does the 64-bit version of Mac OS X need to install some kind of 32-bit library to run F@H?
I don't think anything extra needs to be done. I've never ever run into 32-/64-bit compatibility programs for anything thus far. Even if it's a 32-bit program or something trying to run on 64-bit, "Rosetta" is supposed to take care of it. I don't think it's anything we need to worry about.

Quote:
Originally Posted by GodofGrunts View Post
EDIT: I lied I have another question. I was looking through the code again and I see that you never execute the file. Was this the plan for the script? I'm sure it's not a big deal to fix. (Just
Code:
chmod +x fah6 mpiexec
and then
Code:
./fah6 -smp
right?)
I only made it so that this script fetches the FAH program, unzips it, puts it in the /Applications folder, and deletes the original .tgz file. So it's more like an "installer." If I were to add the execute line to this, then it would always be fetching the file and installing it, THEN running it. I think you would need a second script for running it to avoid the aforementioned problem.
__________________
"But you would be amazed by how many people think that the only reason to have a computer is to play games, and that playing games is all that anyone with a computer does." - dangerousHobo

"Linux is everywhere, it is all around us, even now in this very room. You can see it when you look out your window, or you turn on your television. You can feel it when you go to work, when you go to church, when you pay your taxes. " - mbp

"I have used a mac before. And they still don't have right click I mean come on. - aakar

Blah, blah, can't hear you

System: The Shuttle Has Landed
CPU
Athlon 64 3800+ @2.785GHz
Motherboard
Shuttle
Memory
2GB OCZ
Graphics Card
7950GT
Hard Drive
320GB Seagate in Ext. Case
Sound Card
On-board
Power Supply
250W Shuttle "Elanpower"
Case
Shuttle Glamour xPC
CPU cooling
Shuttle "ICE2"
GPU cooling
Stock
OS
Censored to avoid flaming
Monitor
HP M70
The Hundred Gunner is offline I fold for Overclock.net Overclocked Account   Reply With Quote
Old 06-09-08   #14 (permalink)
Linus Torvalds is my hero
 
GodofGrunts's Avatar
 
intel nvidia

Join Date: Nov 2007
Location: Hamilton, Ohio
Posts: 913

Rep: 52 GodofGrunts is acknowledged by some
Unique Rep: 45
Folding Team Rank: 424
Trader Rating: 2
Default

Quote:
Originally Posted by The Hundred Gunner View Post
I don't think anything extra needs to be done. I've never ever run into 32-/64-bit compatibility programs for anything thus far. Even if it's a 32-bit program or something trying to run on 64-bit, "Rosetta" is supposed to take care of it. I don't think it's anything we need to worry about.
Okay thanks.

Quote:
Originally Posted by The Hundred Gunner View Post
I only made it so that this script fetches the FAH program, unzips it, puts it in the /Applications folder, and deletes the original .tgz file. So it's more like an "installer." If I were to add the execute line to this, then it would always be fetching the file and installing it, THEN running it. I think you would need a second script for running it to avoid the aforementioned problem.
That's actually a good idea. I think I'll break up the installation and running scripts. In later releases I'll make an option of running the program now or later. Then I could add a shortcut to run to that script... What a great idea. Thanks!
__________________
Looking for a Folding at Home GUI installer? Look no further.
Quote:
Originally Posted by rabidgnome229 View Post
Yeah that's vista - sitting on top of all the crap that has been piling up for ages.
Quote:
Originally Posted by The Hundred Gunner View Post
[Regarding Intel's choice to skip Vista]
But yes, overall, people need to look at this from the perspective of a business and not of an enthusiast. I look at many of these posts and say to my self, "And that type of thinking is exactly why you're not running the business..." lol



System: The Monolith
CPU
Q6600 G0 3.21 GHz
Motherboard
Asus P5K
Memory
4 GB 2x2GB OCZ
Graphics Card
8800GT Alpha Dog Edition 512MB
Hard Drive
WD 500GB Sata
Power Supply
600W Ultra
Case
Monolith
CPU cooling
Stock
OS
openSUSE 11.0 64-bit
Monitor
17" Dell LCD
GodofGrunts is offline I fold for Overclock.net Overclocked Account GodofGrunts's Gallery   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools



All times are GMT -4. The time now is 07:09 AM.


Overclock.net is a Carbon Neutral Site Creative Commons License Internet Security By ControlScan

Terms of Service / Forum Rules | Privacy Policy | Advertising | Become an Official Vendor
Copyright © 2008 Shogun Interactive Development. Most rights reserved.
Page generated in 0.13815 seconds with 9 queries