Discussion:
[OMPI users] How to get a verbose compilation?
Neil Carlson
2017-08-05 20:57:37 UTC
Permalink
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
Jeff Hammond
2017-08-05 21:09:50 UTC
Permalink
make V=1

Jeff
Post by Neil Carlson
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
https://lists.open-mpi.org/mailman/listinfo/users
--
Jeff Hammond
***@gmail.com
http://jeffhammond.github.io/
Neil Carlson
2017-08-05 21:20:05 UTC
Permalink
Post by Jeff Hammond
make V=1
Thank you!

Douglas L Reeder
2017-08-05 21:10:50 UTC
Permalink
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
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
https://lists.open-mpi.org/mailman/listinfo/users
Loading...