Thread: Changing optimization from loaded environments
hi guys,
i'm connecting supercomputer running ubuntu , requires use 'module' command set our environment. (environment variables, options, etc.)
so, instance, if want use intel compilers build, type 'module load intel/12.0' before try compile. question this: how can tell what's being loaded command? know intel compilers loaded, how know options being used? (in case, want use option -o2 lighter optimization. how should specify this?)
hi,
every sc has somewhere faq or kind of quickstart guide should explain basic commands , therefore should search such guide @ sc.
module add intel/12.0
then
icc -o helloworld -o2 helloworld.c
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Changing optimization from loaded environments
Ubuntu
Comments
Post a Comment