NLO calculation
hello
I cannot do nlo calculations I got this error, but when I do tree level calculation I got results.
that is the error I got after doing nlo calculation
I would appreciate your help.
WARNING: A compilation Error occurs when trying to compile /Users/
The compilation fails with the following output message:
/Users/
/Users/
check_
488 | 101 Z(K)=Z(
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 101 at (1)
check_
490 | 102 Z(K)=(Z(
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 102 at (1)
check_
502 | 105 XMT=XMT+ABS(XM(I))
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 105 at (1)
check_
520 | 202 Q(1,I)=
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 202 at (1)
check_
524 | 203 R(I)=0.
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 203 at (1)
check_
526 | DO 204 K=1,4
| 1
Warning: Fortran 2018 deleted feature: Shared DO termination label 204 at (1)
check_
527 | 204 R(K)=R(K)+Q(K,I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 204 at (1)
check_
530 | 205 B(K)=-R(K)/RMAS
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 205 at (1)
check_
539 | 206 P(K,I)=
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 206 at (1)
check_
540 | 207 P(4,I)=
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 207 at (1)
check_
562 | 301 P2(I)=P(4,I)**2
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 301 at (1)
check_
572 | 303 G0=G0+P2(I)/E(I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 303 at (1)
check_
583 | 306 P(K,I)=X*P(K,I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 306 at (1)
check_
584 | 307 P(4,I)=E(I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 307 at (1)
check_
591 | 308 WT3=WT3+
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 308 at (1)
check_
147 | 976 CONTINUE
| 1
......
297 | OPEN(69, FILE='result.dat', ERR=976, ACTION='WRITE')
| 2
Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
/Users/
/Users/
/Users/
/Users/
/Users/
CT_
372 | COMMON/
| 1
Warning: Named COMMON block ‘ml5_0_0_1_loop’ at (1) shall be of the same size as elsewhere (8 vs 12 bytes)
CT_
521 | COMMON/
| 1
Warning: Named COMMON block ‘ml5_0_0_1_loop’ at (1) shall be of the same size as elsewhere (8 vs 12 bytes)
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
ld: warning: ignoring file ../../lib/
ld: warning: ignoring file ../../lib/
Undefined symbols for architecture x86_64:
"_ctsinit_", referenced from:
"_ctsxcut_", referenced from:
"_imloop_", referenced from:
"
"
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [check] Error 1
Please try to fix this compilations issue and retry.
Help might be found at https:/
If you think that this is a bug, you can report this at https:/
Error detected in "generate_events run_01"
write debug file /Users/
If you need help with this issue please contact us on https:/
str : A compilation Error occurs when trying to compile /Users/
The compilation fails with the following output message:
/Users/
/Users/
check_
488 | 101 Z(K)=Z(
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 101 at (1)
check_
490 | 102 Z(K)=(Z(
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 102 at (1)
check_
502 | 105 XMT=XMT+ABS(XM(I))
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 105 at (1)
check_
520 | 202 Q(1,I)=
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 202 at (1)
check_
524 | 203 R(I)=0.
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 203 at (1)
check_
526 | DO 204 K=1,4
| 1
Warning: Fortran 2018 deleted feature: Shared DO termination label 204 at (1)
check_
527 | 204 R(K)=R(K)+Q(K,I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 204 at (1)
check_
530 | 205 B(K)=-R(K)/RMAS
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 205 at (1)
check_
539 | 206 P(K,I)=
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 206 at (1)
check_
540 | 207 P(4,I)=
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 207 at (1)
check_
562 | 301 P2(I)=P(4,I)**2
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 301 at (1)
check_
572 | 303 G0=G0+P2(I)/E(I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 303 at (1)
check_
583 | 306 P(K,I)=X*P(K,I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 306 at (1)
check_
584 | 307 P(4,I)=E(I)
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 307 at (1)
check_
591 | 308 WT3=WT3+
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 308 at (1)
check_
147 | 976 CONTINUE
| 1
......
297 | OPEN(69, FILE='result.dat', ERR=976, ACTION='WRITE')
| 2
Warning: Legacy Extension: Label at (1) is not in the same block as the GOTO statement at (2)
/Users/
/Users/
/Users/
/Users/
/Users/
CT_
372 | COMMON/
| 1
Warning: Named COMMON block ‘ml5_0_0_1_loop’ at (1) shall be of the same size as elsewhere (8 vs 12 bytes)
CT_
521 | COMMON/
| 1
Warning: Named COMMON block ‘ml5_0_0_1_loop’ at (1) shall be of the same size as elsewhere (8 vs 12 bytes)
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
/Users/
ld: warning: ignoring file ../../lib/
ld: warning: ignoring file ../../lib/
Undefined symbols for architecture x86_64:
"_ctsinit_", referenced from:
"_ctsxcut_", referenced from:
"_imloop_", referenced from:
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make: *** [check] Error 1
Please try to fix this compilations issue and retry.
Help might be found at https:/
If you think that this is a bug, you can report this at https:/
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Sarah
- Solved:
- Last query:
- Last reply: