On Sat, Aug 5, 2017 at 3:09 PM, Jeff Hammond wrote:
> make V=1
>
Thank you!
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users
Neil,
In csh or tcsh type
make [optons etc] |& tee make.out.
The file make.out will contain the information you are looking for.
Doug
> On Aug 5, 2017, at 2:57 PM, Neil Carlson wrote:
>
> How do I get the build system to echo the commands it is issuing? My
> Fortran compiler is throwing a
make V=1
Jeff
On Sat, Aug 5, 2017 at 2:01 PM Neil Carlson
wrote:
> How do I get the build system to echo the commands it is issuing? My
> Fortran compiler is throwing an error on one file, and I need to see the
> full compiler command line with all options in order to debug. Thanks
> ___
How do I get the build system to echo the commands it is issuing? My
Fortran compiler is throwing an error on one file, and I need to see the
full compiler command line with all options in order to debug. Thanks
___
users mailing list
users@lists.open-