From: Hubert W. <hub...@gm...> - 2021-08-23 08:33:35
|
Good morning Edgar, using ``--enable-complex=no`` should do you that trick. In the output of `configure --help` is a statement Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] which is a bit hidden if one seeks for a particular option. I hope, this help you. All the best Hubert On 8/23/21 5:54 AM, edgar wrote: > Hi! > > Is there a flag which I can add to my compilation process > (Make.common) to disable complex arithmetic (or another way to achieve > that goal)? Thanks! > > > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users |