Sunday 1 April 2018 photo 4/56
|
Fortran 77 linux
-----------------------------------------------------------------------------------------------------------------------
=========> fortran 77 linux [>>>>>> Download Link <<<<<<] (http://niwozili.bytro.ru/21?keyword=fortran-77-linux&charset=utf-8)
-----------------------------------------------------------------------------------------------------------------------
=========> fortran 77 linux [>>>>>> Download Here <<<<<<] (http://eefyuk.bytro.ru/21?keyword=fortran-77-linux&charset=utf-8)
-----------------------------------------------------------------------------------------------------------------------
Copy the link and open in a new browser window
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
..........................................................................................................
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
How to use Fortran on the Unix computers at Stanford. Practical details. For the course ME390 you will need an account on the leland computers. If you don't have one, you should go over to the consultants' desk on the second floor of Sweet Hall and open an account ASAP. In this class, we will be using Fortran under the. In particular, the project wishes to reach users of the Fortran language, be it in the scientific community, education, or commercial environments. The GFortran compiler is fully compliant with the Fortran 95 Standard and includes legacy F77 support. In addition, a significant number of Fortran 2003 and Fortran 2008 features. Get expert answers to your questions in Ubuntu Linux, Compilers, Fortran and Fortran 77 and more on ResearchGate, the professional network for scientists. With a modern CPU (long pipeline and branch prediction) and a modern C compiler (much better alias analysis), g77 gives you no advantage over the original f2c. gfortran, on the other hand, supports modern Fortran standards (Fortran 90, 95, 2003, and 2008) in addtion to the older Fortran 77 and Fortran. For various historical reasons, g77 has been declared obsolete, and has been replaced by gfortran . This page is. The official GNU position is that if any Fortran-77-conformant program compiles with g77 but fails with gfortran , that counts as a bug in gfortran .. which is seen sometimes in sourcecode imported from Linux. Red hat Enterprise Linux 7. Issue. Unable to find g77 compiler compat-gcc-44-g77; compat-gcc-44-g77 RPM is missing. Resolution. There is a package compat-gcc-44-gfortran as a part of compatibility gcc package suite which provides the Fortran language compiler. The packages can be found in the. Now we can start writing a program! 4.4 The FORTRAN Computer Programming Language. We will be using Fortran 77 to write our programs. If you know other computer lan- guages then feel free to use them. Linux comes with free Fortran 77 and C compilers. Here we will just show how to make a very simple program. ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. The g77 command supports all the options supported by the gcc command. Hello Sir! I am a beginner in Linux. few days back i have installed red hat linux in my desktop computer. It is not having Fortran 77. Sir, i want to. Absoft Fortran for Linux --- This is the compiler I use. Native Fortran 77 and Fortran-90 compilers are available. Both the Fortran-77 and Fortran-90 products support most of the VAX/VMS, MIL-STD, and other common extensions. Code produced by this compiler on Linux/Intel is on average faster than all. Many people use gcc/g++ so it will be easy to port their code to other platforms. g77 is the fortran77 GNU compiler and is not robust as the Portland Group and Intel Fortran compilers and we do not recommend its use. The Portland Group compilers will compile f77,f90, C and C++ codes. They compile a variety of codes with. The Fortran Tools suite, consisting of the gfortran Fortran compiler, the Code::Blocks graphical user interface, books in electronic form, lots of examples, and additional. Absoft supplies quality Fortran 95, C, and C++ compilers for Macintosh, Windows, and Linux.. PathScale has Fortran 95/90/77, C, and C++ compilers. ENSDF Analysis and Utility Programs – NSDFLIB Nuclear Structure Data File Library FORTRAN 77 (Linux). This library consists of the FORTRAN 77 Linux versions of subprograms used by many of the ENSDF Analysis and Utility Codes. These subprograms conform to the ANSI 77 standard. File, Description, Size, Modified. A second option is the newly released GNU Fortran compiler known as g77 (see sidebar). Because GNU g77 is still being beta-tested and is not as widely distributed as f2c, this article is restricted to the use of f2c. Finally, there are at least two commercial Fortran compilers available for Linux: NAG's F90. Ed Vielmetti's answer scared me so much I went out and did some research.... Open Watcom is open source and freely available. It's supports Windows, kinda. (3.1) FTN95 Personal Edition is an F95 compiler that fully supports F77 Oracle Solaris Studio includes compilers for C, C++ and FORTRAN 77 for Linux (RHEL) and. GFortran - The Fortran compiler from the GNU project. Supports parts of Fortran 2008 and is. Supports Fortran 2003 and is available for Solaris and Linux. LLVM Dragonegg - A GCC plugin that. Open Fortran Compiler Transforms F77 into F90 with non-standard extensions removed. Discontinued. G95. f2c is a fortran77-to-c source code translator. Because f2c is written in c and its ouput is c, both of which can be compiled natively on unix operating systems, f2c offers a very transportable compiler solution for compiling fortran programs. f2c also offers a means of converting large fortran libraries, such as LAPACK, into c. f2c. 6 min - Uploaded by tom lukeywood.fortran 77 tutorial 1 compiler windows: www.mbr-pwrc.usgs.gov/software/g77. html for debian. Scientific Linux CERN versions 5 and 6 provide the g77 and gfortran Fortran compilers. CERN CentOS 7 (CC7) provide the gfortran Fortran compiler. Please note that g77 is not available on CC7,this is because RedHat does not distribute it for RHEL7. gfortran is a Fortran 90 compiler, so in principle it should be able to. 18.5 Linux/GNU Fortran 77. Making and using a DLL consists of three major steps. Writing the Fortran code; Generating the DLL; Using DLL in XploRe. Let us consider a simple Fortran 77 program vecsum.f which sums up a vector: C2345.7890123456789012345678901234567890123456789012345678901234567890 C. Hello, I need to install a gcc version which supports/has g77 : fortran 77 gnu compiler. I checked the latest available .rpm compatible (I assume: Red Hat Linux 9) with my distro (Cern Scientific Linux 6.3 Carbon). That would be the: gcc-g77-3.2.2-5.i386 "release" Hello allI'm trying to compile a fortran77 code on LINUX and I'm having one error: undefined reference to 'eof_'This suggests that I haven't some library!?How can i fix this?I just try mpif90, mpif77,intel64,gfortran,pgf90, etc....Many thanks in advanceMiguel. f77 -o code.exe code.f. fyi: the executable (here named code.exe) can have any name you like. It needn't even have the suffix .exe (or any suffix) attached to it. However, the file name code.f must match exactly the name of the FORTRAN code and it must have the .f suffix. On a linux platform, the command is probably "g77". NAG Fortran 77 Library. Installation: Linux service; High Performance Computing service. Current version: Mk 21. CIS documents: Guide 138: An introduction to programming in Fortran 90; InfoSheet 58: Using FORTRAN 90 at Durham; InfoSheet 89: Using FORTRAN on Unix; InfoSheet 116: FORTRAN and NAG. Further. Photran supports Fortran 77-2008. It includes 39 refactorings (including Rename, Extract Procedure, and loop transformations), as well as the following IDE features: Syntax-highlighting editor; Outline view; Content assist*; Open declaration*; Declaration view and hover tips*; Fortran language-based searching*; Interactive. AMD/Linux Compiler Comparisons Fortran 77 Execution Time Benchmarks. Obsolete data - navigate via the Site Plan on www.polyhedron.com (Fortran/Fortran Compiler Comparisons) for benchmarks of current compilers. >>>>> Mohan Parigi writes: > Hello, > I am trying to compile sources of R-1.5.0 on a Mandrake 8.1 linux box. > For Fortran compiler needs, I downloaded and installed a g77 rpm. But > the configure step fails with following output. I would like to know if > any of you had similar problem and how you solved. > Thanks in. It is possible that you still need to install g77 to compile a Fortran program on your latest version of Ubuntu, but it isn't the repositories!! Don't worry, it. Now hopefully g77 will work, to test it try compiling a `Hello World!' program.. 1. sudo cp /usr/lib/gcc/x86_64-linux-gnu/4 .6.3 /libgcc_s .so /lib/libgcc_s .so.1. This class will serve as an introduction to programming with Fortran 77. For the first class we will learn a little about Linux and Gnome, the operating system and desktop environment running on these machines. Next, we will write, compile and link a few programs together, using the g77 compiler. Finally we will write a.
online using the PowerWorks Linux Development Environment utility, nhelp. (release notes only). - in PDF format in the documentation directory of the PLDE Installation CD. - on the Concurrent Computer Corporation web site at www.ccur.com. Table 2-1. Concurrent Fortran 77 Version 6.1 Documentation. Manual Name. error while loading shared libraries: libg2c.so.0: cannot open shared object file: No such file or directory " i searched a lot but i could not find the FORTRAN77 compiler for linux (opensuse 11.4 of course), i don't know how to find FORTRAN77 compiler for opensuse 11.4 anyone know how can i find F77. This is a virtual package. See the Debian policy for a definition of virtual packages. Packages providing fortran77-compiler. fort77: Invoke f2c like a real compiler. This page is also available in the following languages (How to set the default document language):. Български (Bəlgarski) Deutsch suomi français magyar 日本語. Absoft Fortran95 Compiler v9.0: for 64-bit Linux (AMD Opteron)- Includes full F95 Fortran 95 compiler with most [f77] workstation extensions and high performance optimizations up to 35% faster than previous release. Upgrades to multi-processors and OpenMP options available. Also includes free copy of new advanced. In order to do this, one simply wraps all C identifiers in one of the macros provided by AC_F77_WRAPPERS. If a Fortran 77-only compiler is used, some TRNSYS features cannot be used. Under the leadership of Jack Schueler, I need a compiler for Fortran 77 in linux. including the very well known FORTRAN IV (the same. Summary of results of local variable and DATA statement experiment. Platform, Compiler, Local Variables are: Supports AUTOMATIC statement, Variables in DATA Statement are: Macintosh OS 9.04, Absoft F77 v4.5, automatic, N/A, automatic. LinuxPPC 2000, GNU F77 v0.5.24 (g77), automatic, N/A, static. Windows 9x/NT/. As of FORTRAN 77, single quotes are used to delimit character literals, and inline character strings may be used instead of references to FORMAT statements. Comment lines may be indicated with either a C or an asterisk ( * ) in column 1. PROGRAM HELLO * The PRINT statement is like. They tend to be more expensive than for Fortran77, and not all are as efficient or stable. The following are available free: F for Linux is another subset, free for Linux from Imagine1 http://www.imagine1.com/imagine1. A translator from Fortran90 to Fortran77 can be obtained free for Linux from Pacific-Sierra. There are a number of free Fortran 77 and 90 compilers available on the net. The one I have been using in my Fortran courses at York is GNU, which implements Fortran 77 and adds several Fortran 90 features. Thanks to Prof. Clive Page (Dept of Physics & Astronomy, University of Leicester, UK) for providing the compiler. checking for Fortran 77 libraries of f95... checking how to get verbose linking output from gcc... -v checking for C libraries of gcc... -L/usr/local/lib64 -L/usr/lib64/../lib64 -L/usr/lib/../lib64 -L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.2.0 -L/usr/local/lib/gcc/x86_64-unkn own-linux-gnu/5.2.0/../../../../lib64 -L/lib/. F2c converts Fortran 77 source code in files with names ending in or to C (or C++) source files in the current directory, with substituted for the final or `.F'. f77/g77, gcc/cc/acc: You can override what configure finds by setting the environment variables FC and CC, respectively. Use double quotes for a multi-word command. We have tested the Fortran routines on g77 (Linux: PC, solaris: sun sparc), DEC f77 (Digital Unix: alpha), MIPS f77 3.10 (IRIX System V.4: silicon graphics. FTNCHEK. Latest Version: 3.3. ftnchek is a static analyzer for Fortran 77 programs. It is designed to detect certain errors in a Fortran program that a compiler usually does not. ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the. Hello. My first "thread". Does any one know the commands to compile and run fortran programs on the Fedora o.s.? I know these commands on Linux, "./filename>fortran" to run and "g77 -o fortran .f" to compile. Thank you. At Fortranplus we offer training courses in modern Fortran, conversion from Fortran 77 to modern Fortran and mixed language, object oriented and parallel programming with Fortran. Hi! I have a program in fortran77. This program was compiled with pgf90, but now, I need compiled it with gfortran. I show a bit of code. pre { overfl. For example, although FORTRAN IV had IF statements (including three-way IF statements), it wasn't until FORTRAN 77 that ELSE and ELSE IF functions were allowed. It also greatly.. Simply Fortran: an inexpensive Linux and Windows-base compiler, which includes an integrated development environment and debugger. Each platform you may come in contact with is nowadays equipped with a good F77 compiler, some of which are even distributed for free. In this course, we will use g77 (GNU Fortran) compiler which can be downloaded from the Internet for both Windows and MacOS. If you intend to use Linux, this compiler is most likely. A compiler for Fortran 2008 Coarrays and OpenACC. Set the output variable I require g77 to compile a data analysis package. To install the GNU Fortran 77 compiler - g77, you need the g77 package. Experimental: OpenUH - In development. fortran 77 compiler and expr3 is the increment (step). Users of Linux can try the. the order of checks for a Fortran compiler is already to check first for gfortran and later for g77. In particular, on Linux, the following compilers are checked in this order: xlf_r fort77 gfortran f77 g77 pgf90 pgf77 ifort ifc frt af77. If you could add a config.log file from the Ipopt subdirectory, one may see why it did not recognize.
In 1985 Microsoft licensed MacFortran, which consisted of a native ANSI FORTRAN 77 compiler and graphical debugger. Shortly thereafter, Microsoft. Fortran compilers for Linux/Unix and Microsoft Windows followed. The Mac and Amiga Fortran. These files were also used in the web page Using Linux the Basics. The example code is provided in both C and Fortran, please the choose the language you are more comfortable with. Contents [hide]. 1 Note about modules; 2 Basic compilation using the Intel compiler. 2.1 C; 2.2 C++; 2.3 Fortran 90/77: 3 Basic compilation. Hi all... I'm programming in Fortran 77 and i call a external program which receive 3 arguments. This arguments are variables of the fortran code. How. Some simple Fortran 77 examples. The world famous "Hello world" example: program hello_world implicit none c character*32 text c text = 'Hello World' write (*,*) text c end. Download this program to your Fortran examples directory and compile the file using the command. f77 helloworld.f -o helloworld. which creates an. Fortran77 Formalities. Fortran77 requires that all lines except comment or continuation lines start in the 7th column (convention left over from Fortran coding sheets) and are restricted to 72 columns as follows: Col 1 : Blank or c, C or * for comments; Col 1-5 : Statement label (optional); Col 6 : Continuation of previous line. Re: How can i install F77 (Fortran 77 or g77) in 64bit CentOS5.5. Postby pschaff » Tue Feb 21, 2012 7:12 pm. Code: Select all. # yum search fortran. Loaded plugins: fastestmirror, priorities. Loading mirror speeds from cached hostfile. Excluding Packages from CentOS-5 - Extras Finished If you do not require support for Fortran 77 applications, you can disable this support using --disable-f77 (configuring MPICH is described in step 1(d) below).... --enable-refcount=lock-free --disable-predefined-refcount CC="powerpc64"-bgq-linux-gcc CXX="powerpc64"-bgq-linux-g++ F77=powerpc64-bgq-linux-gfortran. PGI 18.3 Now Available. The newest update to PGI Fortran, C and C++ compilers and tools for scientists and engineers. Includes support for the latest CPUs and GPUs, full OpenACC 2.6, Open 4.5 for multicore CPUs, C++17 features, CUDA 9.1, AVX-512 and more. See What's New… Programming Basics - FORTRAN 77 http://www.physics.nau.edu/~bowman/PHY520/F77tutor/tutorial_77.html. Program Organization. A FORTRAN program is just a sequence of lines of plain text. This is called the source code. The text has to follow certain rules (syntax) to be a valid FORTRAN program. We start by looking. We have compiled the Fortran 77 version of GSLIB on Linux Red Hat 6.1. Only very limited testing has been done, this is provided only as convenience. You can download a version of the source code for Linux: Download . This is exactly the same version as the one contained in the DOS version, but we added the. For FORTRAN, there are two fundamental choices. Choose one option: [Recommended] For FORTRAN 95 and newer, compile a static library of CoolProp and link it with FORTRAN code following the instructions here: F95 and newer; For FORTRAN 77 and newer, call a shared library of CoolProp using the instructions. The GNU Fortran compiler is the successor to g77 , the Fortran 77 front end included in GCC prior to version 4. It is an entirely new program that has been designed to provide Fortran 95 support and extensibility for future Fortran language standards, as well as providing backwards compatibility for Fortran 77 and nearly all. Important: Effective 1/1/07 (6/15/07 for Linux), you will need the free FileOpen plugin for Adobe [Acrobat] Reader® to use this free resource. If you are getting blank pages, or error boxes, instead of Numerical Recipes chapter sections, then you probably have not installed the plugin. The plugin is available for Windows, Mac. #F77 = f77 # For HPUX; note that f77 on HPUX is brain dead. fort77 is also an # alternate f2c/gcc interface on Linux: #F77 = fort77 # GNU Fortran compiler #F77 = g77 # New Linux compiler F77 = gfortran # Fortran compile flags: Want -c, highest safe optimization, all # variables static, and postpended underscore for Cernlib. The complete NAG Fortran Library Manual, Mark 26 can be viewed on-line in the following formats: Essential Lahey Fortran 90 v4.0 maintenance update · Lahey Fortran 77 products maintenance updates. Linux. Lahey/Fujitsu Fortran 95 Linux PRO v8.1 (64-bit) maintenance update · Lahey/Fujitsu Fortran 95 Linux Express v8.1 (64-bit) maintenance update · Lahey/Fujitsu Fortran 95 Linux PRO v6.2 maintenance update MAKEFILES is a directory of FORTRAN77 programs which illustrates how a "makefile" can be used to manage the compilation and loading of a FORTRAN77 program. README.md. Conway's Game of Life in Fortran for FreeDOS. This is a fairly simple implementation of Conway's Game of Life, written in Fortran 77 for the Open Watcom compiler on FreeDOS, but which also compiles on GFortran on Linux. Photo of fortlife running on FreeDOS. However, the freely available GNU Fortran 77 compiler (G77) does allow you to use the Fortran 90 Automatic Array methods with a very good chance that it will compile happily and run when. Also refer to Alternative Opinions on which Linux and Fortran compiler and multi booting system to use for Crystallography. ... FirstLinux http://www.tldp.org/LDP/Linux−Dictionary/html/index.html FORTRAN 77 A popular version of FORTRAN with Block IF, PARAMETER and SAVE statements added, but still no WHILE. It has fixed−length character strings, format−free I/O, and arrays with lower bounds. From Linux Guide. Before using this information and the product it supports, read the information in “Notices" on page 879. First edition. This edition applies to IBM XL Fortran for Linux, V14.1 (Program 5765-J05; 5725-C75) and to all subsequent releases and modifications until otherwise indicated in new editions. Make sure you are using the. FORTRAN and C/C++ interoperability. This tutorial covers coding and mixing the FORTRAN and C/C++ languages. YoLinux: Linux Information Portal includes informative tutorials and links to many Linux sites. Quick instructions for installing on a Unix-like system (Linux, Mac OS X, BSD, cygwin,.)¶. Here are the quick steps needed to install the library on Unix systems. In the following instructions, you must replace /home/mylogin/mydir by the directory location where you want to install calceph. If you use the gcc and gfortran. INCLUDE "file ". Description. The contents of the named file replace the INCLUDE statement. Search Path. If the name referred to by the INCLUDE statement begins with the character / , then it is taken by f77 to mean the absolute path name of the INCLUDE file. Otherwise, f77 looks for the file in the following directories,. This is the central site for all toolchain components whether you are targetting to run Linux or bare metal on the Blackfin and future processors, running on Linux or. Gnumex is a package that allows Matlab mex and engine files written in C, C++, Fortran 77 or Fortran 95 to be compiled with MinGW (or Cygwin) MS Windows. but error: Fortran 77 compiler cannot create executables !! > > linux-4koa:~/Install/QSPRESSO4.1.2/espresso-4.1.2 # ./configure > MPIF90=mpif77 F77=mpif77 CC="mpicc" --enable-parallel > checking build system type... x86_64-unknown-linux-gnu > checking architecture... x86_64 > checking for ifort... ifort. Your choice will depend on one or more of the above. FOrtran 77 GNU Fortran, or g77, is designed initially as a free replacement for the Unixf77 command.g77 consists of several components: A modified version of the gcc command. The g77 command itself, which also might be installed as the system's f/7 command. What is GNU Fortran 77 (g77)?. GNU Fortran 77 (g77) is an ANSI-compliant Fortran 77 compiler. In addition to compiling and linking Fortran 77 files, you can link to C and C++ object files and libraries, provided that you are careful with entry point names and parameter passing. Usage : To compile a C program, gcc -o prog_name file.c files_*.c -lm. g77 or f77 : Fortran 77 Compiler. Usage : To compile a Fortran program g77 -o prog_name file.f files_*.f. In Linux this is just linked to the `gnu cc' or gcc . So might as well use gcc in place of cc . Your choice. If solve_everything.c is a simple program that. Enlarging integer type in Fortran 77.. In Fortran 77 there is no (even slightly) portable way of declaring an integer to be of a configurable length. Therefore all variables currently.. Linux with g77 0.5.24 may fail to compile although (a) it seems to be OK if you compile with -O, and (b) this is reportedly fixed at g77 0.5.25. Chris, > To: address@hidden > From: "Chris Dallimore" > Subject: netCDF Fortran (77 + 90) - Mac OSX 10.3 and Linux redhat - Strang 2d > array error > Organization: UWA > Keywords: 200407230232.i6N2WMv1022403 netCDF F90 MacOS-X The above message contained the. XAA14150 In the above message you wrote: > > We recently began using netcdf under our PC linux system with a > > commercial AbSoft Fortran-77 compiler. We are using v2.4.3 of > > the netcdf software. > > > > During the netcdf installation process, it became apparent that the > > Fortran interface was not working well. MPPL (``More Productive Programming Language'') allows programmers to write in a language that is more convenient and powerful than Fortran 77. MPPL then. MPPL provides a more productive programming environment for Fortran 77 users on the Unix, Linux, AIX, IRIX, Solairs, HP-UX, Tru64 operating systems. -L/usr/local/lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgcc_s checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... configure: error: in `/home/lotayv01/R-2.11.1': Motivation F77 and F95 F77 programming F95 programming Compiling Data files File handling Arrays and loops Subroutines and fu. Introductory.... case 'uname -s' in. Linux). F90_CMPL=ifort. F90_OPTS= -static. ;;. *). F90_CMPL=f90. F90_OPTS= esac fi. Wollan. Introductory Fortran Programming. I was encountering the same issue for a significant amount of time until I installed the following packages: sudo yum install lapack-devel sudo yum install atlas-devel. Once those were installed, ./configure ran without any errors. I didn't have to use F77= either, but that may differ in your situation. From there, you should be. Sometimes I see myself in need of a 3rd party library written in C. With Fortran it is not a problem at all because they work together flawlessly. You only need to pay attention to the functions signature in C and translate them to Fortran 77 using the %VAL and %REF auxiliary constructors (Even though this. f2j translates Fortran 77 source code to Java class files. It is distributed under the GNU GPL and runs on Linux, SunOS/Solaris. F2C - Fortran to C Translator. This is a well-known Fortran to C converter that comes with source code. The site also includes pre-compiled binaries (executables) for MSDOS and Microsoft. Linux® is a registered trademark of Linus Torvalds.. It describes how to compile, link, execute,debug and maintain FORTRAN 77 programs. FORTRAN 77 iv. 47 A2 16UL Rev03. Section 8 describes various programming techniques for reducing the size and increasing the execution speed of FORTRAN 77 programs. Ubuntu Linux 9, 10, and 11. 12.1. 12.8. Sun Studio. 12. FORTRAN 77 and Fortran 90. Absoft Pro. 9.0. 10.0. Certification platforms: GNU gfortran. 4.1.2 - 4.2 (RH ES 5u2). 4.3. SuSE Linux Enterprise Server 11.1. 4.4. 4.5. 4.6. 4.7. RedHat Enterprise Server 6. Intel Fortran Compiler for Linux. 12. 12.1. 13. 13.1. PGI Workstation.
Annons