1 | vecLibFort % gfortran-mp-11 -o tester -L/opt/local/lib -lvecLibFort tester.f90 |
---|
2 | vecLibFort % ./tester |
---|
3 | If the return value interface is fixed, none of these values will |
---|
4 | be zero, nor will they be nonsensically large or small. On the |
---|
5 | other hand, if the translation is incorrect, it is more likely |
---|
6 | that this program will carsh. |
---|
7 | |
---|
8 | 0.00000000 0.00000000 0.00000000 0.00000000 |
---|
9 | |
---|
10 | Program received signal SIGSEGV: Segmentation fault - invalid memory reference. |
---|
11 | |
---|
12 | Backtrace for this error: |
---|
13 | #0 0x10130227f |
---|
14 | #1 0x10130158b |
---|
15 | #2 0x1b773c4e3 |
---|
16 | #3 0x100f5b0b7 |
---|
17 | zsh: segmentation fault ./tester |
---|