CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Siemens (https://www.cfd-online.com/Forums/siemens/)
-   -   about tutorials 11 (https://www.cfd-online.com/Forums/siemens/54942-about-tutorials-11-a.html)

tiny October 18, 2005 18:32

about tutorials 11
 
Dear all

I want to try tut11.

I consult this tut11.

Then I use "command" method not subroutine.

When I start to analyse this case,the windows display this error.

Who can tell me,what's wrong??

How to solve this problem?

thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~

PNP: Initialized [2005-10-19-06:16:10] Automatic Sequential Automatic Parallel analyzer. PNP: Allocated "tiny,1" resource (1 process). PNP: Overload STAR master processor with external moving mesh code. PNP: Assigned "tiny,1" to STAR solver (1 process). PNP: Assigned "tiny,1" to external moving mesh code (1 process). PNP: Analyzing User coding in "ufile" directory. PNP: compiling /d//bin/f77 -O2 -f -v -N3 -N26 -N25 -Q101 !Q19 -c uparm.f -o windows-x86-absoft_8.2a-dso/uparm.obj PNP: /c/Program Files/CD adapco/STAR-CD/bin/../STAR/3.22.000/windows-x86-absoft_8.2a-dso/bin/star: /d//bin/f77: No such file or directory PNP: ***ERROR*** Compilation error in user file "ufile/uparm.f". PNP: ==> Please check the compilation error messages.

D:\STARhomework\tut\tut11-1\test1>

tiny October 18, 2005 18:39

Re: about tutorials 11
 
I compile the error information again.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~

PNP: Initialized [2005-10-19-06:16:10] Automatic Sequential Automatic Parallel analyzer.

PNP: Allocated "tiny,1" resource (1 process).

PNP: Overload STAR master processor with external moving mesh code.

PNP: Assigned "tiny,1" to STAR solver (1 process).

PNP: Assigned "tiny,1" to external moving mesh code (1 process).

PNP: Analyzing User coding in "ufile" directory.

PNP: compiling /d//bin/f77 -O2 -f -v -N3 -N26 -N25 -Q101 !Q19 -c uparm.f -o windows-x86-absoft_8.2a-dso/uparm.obj

PNP: /c/Program Files/CD adapco/STAR-CD/bin/../STAR/3.22.000/windows-x86-absoft_8.2a-dso/bin/star: /d//bin/f77: No such file or directory

PNP: ***ERROR*** Compilation error in user file "ufile/uparm.f".

PNP: ==> Please check the compilation error messages.

D:\STARhomework\tut\tut11-1\test1>

carno October 19, 2005 07:33

Re: about tutorials 11
 
Hope you have absoft fortran installed on your system. Set the environment variable absoft75 = <ur path>

check ur user subroutine independantly in absoft editor.

Hope this helps

staruser October 19, 2005 16:39

Re: about tutorials 11
 
Look at the line:

PNP: /c/Program Files/CD adapco/STAR-CD/bin/../STAR/3.22.000/windows-x86-absoft_8.2a-dso/bin/star: /d//bin/f77: No such file or directory

STAR-PNP is looking for an absoft compiler at d:\bin. Is it installed there? What if you open a command prompt and enter "f77"? Is the command recognized? You need to set the environment variable ABSOFT to point to the directory where absoft is installed, e.g. "d:\program files\absoft" and add "%ABSOFT%\bin" to the path. After you've done this, reopen a command prompt and reenter "f77".

Hope this helps.


All times are GMT -4. The time now is 04:55.