From: tf7823 on 3 Nov 2006 08:33 Hi- I'm new to FORTRAN and I have to run/compile some files that were previously run on Compaq/Digital compiler using DFLIB. I am using gfortran compilier. Is there a graphics library to use that is comparable to the DFLIB I can use? or another fortran compilier that would have a graphics library I could use similiar to DFLIB? Thanks
From: jwm on 3 Nov 2006 10:34 tf7823(a)aol.com wrote: > Hi- I'm new to FORTRAN and I have to run/compile some files that were > previously run on Compaq/Digital compiler using DFLIB. I am using > gfortran compilier. Is there a graphics library to use that is > comparable to the DFLIB I can use? or another fortran compilier that > would have a graphics library I could use similiar to DFLIB? > > Thanks The DFLIB was superseded by IFLIB, which, as far as I know, is only available through the Intel Fortran Compiler. You may also take a look at the DISLIN library at http://www.mps.mpg.de/dislin/. I hope that helps.
From: Gary Scott on 3 Nov 2006 10:52 tf7823(a)aol.com wrote: > Hi- I'm new to FORTRAN and I have to run/compile some files that were > previously run on Compaq/Digital compiler using DFLIB. I am using > gfortran compilier. Is there a graphics library to use that is > comparable to the DFLIB I can use? or another fortran compilier that > would have a graphics library I could use similiar to DFLIB? > > Thanks > DFLIB contains a bunch more than just graphics though. So you're potentially missing a lot more. !* Math error support !* Signal support !* Coprocessor Control !* Time and Date Support !* Command Line Arguments !* Random Numbers !* Running Programs and System Commands !* Drives and Directories !* Files !* Keyboard !* Errors !* Environment !* Beep and Sleep !* Sorting and Searching Arrays !* Configuration !* QuickWin Support !* Access to Windows Handles for QuickWin components !* QuickWin Default Menu Support -- Gary Scott mailto:garylscott(a)sbcglobal dot net Fortran Library: http://www.fortranlib.com Support the Original G95 Project: http://www.g95.org -OR- Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html Why are there two? God only knows. If you want to do the impossible, don't hire an expert because he knows it can't be done. -- Henry Ford
From: jwm on 3 Nov 2006 11:36 Gary Scott wrote: > tf7823(a)aol.com wrote: > > > Hi- I'm new to FORTRAN and I have to run/compile some files that were > > previously run on Compaq/Digital compiler using DFLIB. I am using > > gfortran compilier. Is there a graphics library to use that is > > comparable to the DFLIB I can use? or another fortran compilier that > > would have a graphics library I could use similiar to DFLIB? > > > > Thanks > > > DFLIB contains a bunch more than just graphics though. So you're > potentially missing a lot more. > > !* Math error support > !* Signal support > !* Coprocessor Control > !* Time and Date Support > !* Command Line Arguments > !* Random Numbers > !* Running Programs and System Commands > !* Drives and Directories > !* Files > !* Keyboard > !* Errors > !* Environment > !* Beep and Sleep > !* Sorting and Searching Arrays > !* Configuration > !* QuickWin Support > !* Access to Windows Handles for QuickWin components > !* QuickWin Default Menu Support > > -- > > Gary Scott > mailto:garylscott(a)sbcglobal dot net > > Fortran Library: http://www.fortranlib.com > > Support the Original G95 Project: http://www.g95.org > -OR- > Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html > > Why are there two? God only knows. > > > If you want to do the impossible, don't hire an expert because he knows > it can't be done. > > -- Henry Ford I just checked the IVF Include folder, and there is no IFLIB at all (though I'm sure to have used such library in the past). The equivalent to DFLIB is actually provided by three new libraries (IFQWIN, IFCORE and some part of IFPORT) The additional features mentioned by Gary Scott are now part of IFPORT (which is great, since qwin.lib doesn't allow linking against dynamic libraries).
From: Steve Lionel on 3 Nov 2006 12:05 jwm wrote: > I just checked the IVF Include folder, and there is no IFLIB at all > (though I'm sure to have used such library in the past). The > equivalent to DFLIB is actually provided by three new libraries > (IFQWIN, IFCORE and some part of IFPORT) Correct. Intel Visual Fortran provides a DFLIB module for compatibility with CVF, but as you note, the routines which were in DFLIB have been split into three individual modules. Note that in Intel Fortran for Linux, modules IFCORE and IFPORT are provided. Steve Lionel Developer Products Division Intel Corporation Nashua, NH User communities for Intel Software Development Products http://softwareforums.intel.com/ Intel Fortran Support http://developer.intel.com/software/products/support/ My Fortran blog http://www.intel.com/software/drfortran
|
Next
|
Last
Pages: 1 2 3 4 Prev: Bus error/ segmentation fault--help? Next: Problem linking Intel Math Kernel Library |