- Posts: 41
- Thank you received: 0
CCSDT calling EOM?
- bkwx97
- Topic Author
- Offline
- Senior Member
Less
More
6 years 5 months ago - 6 years 5 months ago #588
by bkwx97
So go ahead and get the source code instead?
went ahead and added the piece of code to line 18484 in ovirt.f and got:
ovirt.f(18484): error #5149: Illegal character in statement label field [w]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
ovirt.f(18484): error #5149: Illegal character in statement label field [r]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
-^
ovirt.f(18484): error #5149: Illegal character in statement label field
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
--^
ovirt.f(18484): error #5149: Illegal character in statement label field [t]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
---^
ovirt.f(18484): error #5149: Illegal character in statement label field [e]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
----^
ovirt.f(18484): error #5276: Unbalanced parentheses
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
ovirt.f(18484): error #5276: Unbalanced parentheses
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
ovirt.f(18481): error #5082: Syntax error, found INTEGER_CONSTANT '56' when expecting one of: <END-OF-STATEMENT> ; BLOCK PROGRAM BLOCKDATA MODULE TYPE FUNCTION SUBROUTINE ...
end56
^
ovirt.f(18484): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; BLOCK PROGRAM BLOCKDATA MODULE INTEGER REAL COMPLEX ...
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
Replied by bkwx97 on topic CCSDT calling EOM?
kallay wrote: Please edit ovirt.f, go to line 18484, change it to
write(56,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
and recompile the code.
So go ahead and get the source code instead?
went ahead and added the piece of code to line 18484 in ovirt.f and got:
ovirt.f(18484): error #5149: Illegal character in statement label field [w]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
ovirt.f(18484): error #5149: Illegal character in statement label field [r]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
-^
ovirt.f(18484): error #5149: Illegal character in statement label field
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
--^
ovirt.f(18484): error #5149: Illegal character in statement label field [t]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
---^
ovirt.f(18484): error #5149: Illegal character in statement label field [e]
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
----^
ovirt.f(18484): error #5276: Unbalanced parentheses
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
ovirt.f(18484): error #5276: Unbalanced parentheses
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
ovirt.f(18481): error #5082: Syntax error, found INTEGER_CONSTANT '56' when expecting one of: <END-OF-STATEMENT> ; BLOCK PROGRAM BLOCKDATA MODULE TYPE FUNCTION SUBROUTINE ...
end56
^
ovirt.f(18484): error #5082: Syntax error, found END-OF-FILE when expecting one of: <LABEL> <END-OF-STATEMENT> ; BLOCK PROGRAM BLOCKDATA MODULE INTEGER REAL COMPLEX ...
write(,'(18I6,F7.3,3I9,F12.')segedi(1:7),ize,
^
Last edit: 6 years 5 months ago by bkwx97.
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- Mihaly Kallay
6 years 5 months ago #589
by kallay
Best regards,
Mihaly Kallay
Replied by kallay on topic CCSDT calling EOM?
Please only replace 3I6 with 3I9 in the original format.
Best regards,
Mihaly Kallay
Please Log in or Create an account to join the conversation.
Time to create page: 0.038 seconds