|
[Sponsors] |
August 31, 2006, 14:17 |
Error message subroutine PEEKR
|
#1 |
Guest
Posts: n/a
|
Dear all,
I am using user/fortran subroutines and junction boxes in CFX. Up to now, I was running my model in my local machine (Windows) but I am trying to migrate to a cluster (UNIX). My subroutines worked fine in my local computer but today, trying to use the cluster, I started to get error messages regarding subroutines in the Memory Management System. The details of the first error message I get (and consequently the program stops but I assume I will have problems with all my subroutines) is the following: Details of error ------------------- Error detected by routine PEEKR CDANAM = /USER/DATA/DT CRESTL = none For my model, I've created specific data areas with the MAKDAT subroutines for each variable I am handling. For example: CALL MAKDIR ('/USER/DATA', 'STOP', CRESLT) CALL MAKDAT ('/USER/DATA/DT','REAL', 'STOP', ISIZE, pDT,CRESLT) Up to now, everything was just fine when calling my subroutine PEEKR, in this case, for DT (but this applies to all other variables): CALL PEEKR ('/USER/DATA/DT', IONE, DT,'STOP', CRESLT,RZ) But now, in the cluster, it does not seem to work…and I'm kind of lost, I don't understand why this is happening. Does anyone have any ideas to share? Thank you very much for your help, Best wishes, Vanessa |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fortran Subroutine Error | sergiorbrett | CFX | 12 | September 3, 2012 08:40 |
Errorin subroutine appeared when applying cavitation model | pitisrisuk | CFX | 1 | July 2, 2012 04:36 |
The problem of inner iteration when calling the subroutine | guoxj | CFX | 18 | October 23, 2010 21:37 |
FIDAP subroutine: USRBDY | Shuwen Tzeng | FLUENT | 0 | September 3, 2004 04:40 |
Trouble in using subroutine (FIDAP) | Sindy | FLUENT | 0 | July 5, 2004 08:07 |