CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Fortran Compiler in AIX O.S

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 5, 2005, 00:04
Default Fortran Compiler in AIX O.S
  #1
Rajan
Guest
 
Posts: n/a
Hello Everybody, I need a help in linking the user fortran routines to the solver in AIX operating system. What are the changes to be made in the following starting lines of a user fortran program to create a shared library in AIX(IBM) o.S(compiler:xlf)?

#include "cfx5ext.h" dllexport(user_source) SUBROUTINE USER_SOURCE ( & NLOC,NRET,NARG,RET,ARGS,CRESLT,CZ,DZ,IZ,LZ,RZ) ' ' ' ' ' cfx5ext.h file macro seems to include external name only on Windows NT by creating .dll file.What is the macro for AIX operating system and what changes are neccessary to compile the program.

Thanks in Advance Regards Rajan
  Reply With Quote

Old   July 5, 2005, 02:58
Default Re: Fortran Compiler in AIX O.S
  #2
Juan Carlos
Guest
 
Posts: n/a
Dear Rajan,

You have not described your problem with your user fortran.. You should have named your fortran source code something like name_I_like.F .. The capital F extension is important for the compiler to understand the #include directives.

Then, run the cfx5mkext command similar to

cfx5mkext name_I_like.F -name library_name_as_in_CCL

This command should have invoked the xlf compiler and created a library named library_name_as_in_CCL.a under the aix directory.

Then just start the cfx5solve command, and you should be on your way..

Have you tried the tutorials involving User Fortran? The HVAC and ValveFSI tutorials come to mind..

Good luck, Juan Carlos
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel Fortran Compiler & Tutorial 17 Young CFX 1 March 30, 2011 01:39
Fortran Compiler and example Young CFX 1 March 22, 2011 22:26
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found piprus OpenFOAM Installation 22 February 25, 2010 13:43
Fortran compiler Erik Siemens 2 November 28, 2008 20:05
Fortran compiler Arnab Siemens 5 September 14, 2004 03:59


All times are GMT -4. The time now is 13:17.