Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28702 Discussions

Aspen plus user subroutine using intel visual fortran

samiwarraich
Beginner
1,068 Views
Hi.....I trying to compile user subroutine for describing reaction kinetic in Aspen Plus

I had install visual studio 2005 and intel visual compiler 10.1..........the file is also compiled in aspen simulation engine using aspcomp with no error.....but when i run the simulation the calculation aborted with this error

the file is also copied to working folder of aspen plus

SEVERE ERROR
ERROR DURING DYNAMIC LINK OF USER ROUTINE(S) OR IN-LINE FORTRAN
PLEASE CHECK FILE _2953lff.ld FOR LINKER MESSAGES.

*** SEVERE ERROR
COULD NOT RESOLVE USER OR IN-LINE FORTRAN SUBROUTINE(S):

SUBROUTINE "DRUSR0" IS MISSING

*** SEVERE ERROR
PROGRAM TERMINATED DUE TO UNRESOLVED ROUTINES

! Errors while processing input specifications

0 Kudos
1 Reply
DavidWhite
Valued Contributor II
1,068 Views
Have you set up a dlo file to point to the location of the object file (you actulaly don't need to move the object file).

As this issue does not relate to the compiler, but rather to the use of A+, would you like to contact me directly. I have an A+ user who can give some tips about setting this up correctly.

If you code is not proprietary, you can send it to me, and we can assist you.

Regards,

David White
0 Kudos
Reply