• 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.

how to set flags

Nate53085

Limp Gawd
Joined
Oct 1, 2003
Messages
285
just want to do this right, what is the syntx for setting flags (such as -advmethods and -forceSSE)
 
This is how many of my clients for my intel console clients are set:
FAH4.exe -local -forceasm -service -advmethods -oneunit -verbosity 9
These are fired off in W2k as scheduled tasks pointing to a batch file.
Breakdown:
-local, cuz' I run several instances on duallies
-forceasm, so if it crashes it will use optimization when restarted
-service, so if somebody logs out it is not affected
-advmethods, for advmethods (DOES NOT GUARANTEE GROMACS!!)
-oneunit, no network hookup
-verbosity 9, to tell me everything
 
wold this be useful in the sticky, with all the flags, what they do, and recomendations for diff hardware?
 
Back
Top