Compilation option for mpicc
Posted: Thu Feb 11, 2021 5:28 pm
Hello,
I'm working on CS 6.0.0 ans I would like to add options/flags to mpicc command just like -g or -O3 (I know they're already there, it's just an example).
My goal is to do something like : mpicc test.c -ltensorflow ...
Is there a way to add it in a 'clean' way ?
I tried to modify cflags_default and cxxflags_defaut as a 'crash test' in ..config/cs_auto_flags.sh but it's not super effective...
Thank you all.
Best regards,
CB
I'm working on CS 6.0.0 ans I would like to add options/flags to mpicc command just like -g or -O3 (I know they're already there, it's just an example).
My goal is to do something like : mpicc test.c -ltensorflow ...
Is there a way to add it in a 'clean' way ?
I tried to modify cflags_default and cxxflags_defaut as a 'crash test' in ..config/cs_auto_flags.sh but it's not super effective...
Thank you all.
Best regards,
CB