View previous topic :: View next topic |
Author |
Message |
HaymoKutschbach
Joined: 16 Mar 2012 Posts: 13
|
Posted: Sat Mar 24, 2012 10:25 am Post subject: Linker flags for sloppy checking |
|
|
Are there any Linker flags for the FTN95.NET compiler to allow for less strict type checking of subroutine arguments? One example: a subroutine expects a REAL argument and is called with a COMPLEX parameter ?
The netlib lapack I am trying to compile seems to exhibit those issues on _many_ places and I dont want to fix them manually since they obviously would not do any harm. Thanks in advance. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sat Mar 24, 2012 6:39 pm Post subject: |
|
|
Try /no_arg_validation. |
|
Back to top |
|
 |
HaymoKutschbach
Joined: 16 Mar 2012 Posts: 13
|
Posted: Mon Mar 26, 2012 10:09 pm Post subject: |
|
|
Thank you, Paul! Its working. |
|
Back to top |
|
 |
|