• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

df linux client question

GhettoFob

Diamond Member
Hi, I'm wondering what the difference is between the two Linux DF clients? One says gcc and the other says Intel Compiler. I'm running RH 8.0 and 9.0 machines, which one should I be using? Thanks!
 
I don't think it makes a big difference. Try one one day and the other the next and see which one is faster. 🙂 I think I'm running the Intel one.
 
use the icc (Intel) version unless you are running a very old version of linux that doesn't support it

RH8/9 will both run the .icc version

basically , you should always try the Intel version and if it fails with error (dependency/library something/stuff i forget) , then you fall back to the gcc version

that is the way i understand it
 
Back
Top