• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

condor computing code

Joined
Sep 12, 2002
Messages
50
I have been doing research into distributed computing and I'm wondering if anyone is using condor and what sort of code modifications (if any) are needed?

The research seems to have turned up some rumors about condor requiring modifications to the code and the offical website doesn't really define anything about code modifications needed to get programs to run through it's system.

I'm not going to post source, but I have simulation binaries that are coded in c++
 
Mostly everyone on this section of the forums is into distributed scientific research. Particularily using the programs Folding at Home and United Devices. They both simulated protein folding, and the results are being used to better understand proteins and inturn better understand things like cancer, alzheimers, etc.

I think distributed computing and multithreading of applications is super cool and I'm going to study it with Java and the other programming languages I have to learn for my major. Currently though I know nothing about it so sadly I can't answer any of your questions. :(

If you have any links to great websites that have intros for noobs about programming for multithreading and distributed computing, it would be great if you could post some.

-MN Scout
 
JediGuy_Bob said:
I have been doing research into distributed computing and I'm wondering if anyone is using condor and what sort of code modifications (if any) are needed?

The research seems to have turned up some rumors about condor requiring modifications to the code and the offical website doesn't really define anything about code modifications needed to get programs to run through it's system.

I'm not going to post source, but I have simulation binaries that are coded in c++


Condor is more about how to do what’s already been done, they code is done although it’s updated as often as is practical.

Folding, Ud, Seti etc all have working code so I’m not sure what Condor is working on these days other then trying to resell and existing concept.
 
Back
Top