×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Read .fil file. Problem during linking

Read .fil file. Problem during linking

Read .fil file. Problem during linking

(OP)
Help, please!
I have the following issue:
I request a .fil (Job-2.fil) from abaqus through
* NODE FILE
U
Then I compile and link my ABQMAIN subroutine on Abaqus command. However when linking, the following error shows up:



The program I'm using is the following:

CODE --> Fortran

subroutine ABQMAIN     
      include 'ABA_PARAM.INC'
C
      character*80 FNAME
      real*8   ARRAY(513)
      integer JRRAY(NPRECD,513),LRUNIT(2,1)
      equivalence(ARRAY(1),JRRAY(1,1))
      real*8 results(12136,12)      
      integer nn,ii,KEY
C
C     File initialization
C     Inicializacion de variables
	nn       =  0
      results  =  0.d0
C
      FNAME='Job-2'
      NRU=1
      LRUNIT(1,1)=8
      LRUNIT(2,1)=2
      LOUTF=0
      CALL INITPF(FNAME,NRU,LRUNIT,LOUTF)
      JUNIT=8
      CALL DBRNU(JUNIT)
C
C     Loop on all records in results file
C
      DO 100 K1=1,99999
      CALL DBFILE(0,ARRAY,JRCD)
        if(JRCD.NE.0)GO TO 110
        KEY=JRRAY(1,2)
C
        if (KEY.EQ.101) then
            nn=nn+1
            results(nn,1)  = JRRAY(1,3)
            results(nn,2)  = JRRAY(1,4) 
            results(nn,3)  = JRRAY(1,5)
        endif
C
 100  CONTINUE
 110  CONTINUE
C
C
      return
      end 

What can I do to fix this issue??

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources