Re: [OMPI users] How to get a verbose compilation?

2017-08-05 Thread Neil Carlson
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

Re: [OMPI users] How to get a verbose compilation?

2017-08-05 Thread Douglas L Reeder
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

Re: [OMPI users] How to get a verbose compilation?

2017-08-05 Thread Jeff Hammond
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 > ___

[OMPI users] How to get a verbose compilation?

2017-08-05 Thread 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 users@lists.open-