From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Suhaib M. Siddiqi" To: Subject: F90 and HPF for Cygwin Date: Sun, 21 Feb 1999 14:14:00 -0000 Message-id: <001601be5de7$9ddc1f70$98cd78cf@hunda> X-SW-Source: 1999-02/msg00686.html A while ago some users asked if a f90 is available fro Cygwin. This message is for your information. Portland Group released recently the PGI workstation which contains C/C++ F77/F90 and HPF (High Performance Fortran) and also MP (multi processor options), which is compatible with Cygwin-B20.1. It is based upon my experience. The PGI offers the following compability with Cygwin * -Munix - (NT only) use UNIX-style argument passing and symbol naming conventions. In particular, C symbols are pre-pended with an underscore and Fortran symbols have underscores pre-pended and appended. This option is useful for porting mixed Fortran/C applications from UNIX to NT with a minimum of effort. * -cyglibs - (NT only) link against the Cygnus libraries and use the Cygnus include files. You must have Cygwin32 installed in order to use this switch. * -mslibs - (NT only) use the Microsoft linker and include files, and link against the Microsoft Visual C++ libraries. Microsoft Visual C++ must be installed in order to use this switch. * -msvcrt - (NT only) use Microsoft's msvcrt.dll at runtime rather than the default crtdll.dll. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Suhaib M. Siddiqi" To: Subject: F90 and HPF for Cygwin Date: Sun, 28 Feb 1999 23:02:00 -0000 Message-ID: <001601be5de7$9ddc1f70$98cd78cf@hunda> X-SW-Source: 1999-02n/msg00683.html Message-ID: <19990228230200.wKCInIEfi48hdSh-gHYjxo-1UFLN5qFelq6oW0YR8d4@z> A while ago some users asked if a f90 is available fro Cygwin. This message is for your information. Portland Group released recently the PGI workstation which contains C/C++ F77/F90 and HPF (High Performance Fortran) and also MP (multi processor options), which is compatible with Cygwin-B20.1. It is based upon my experience. The PGI offers the following compability with Cygwin * -Munix - (NT only) use UNIX-style argument passing and symbol naming conventions. In particular, C symbols are pre-pended with an underscore and Fortran symbols have underscores pre-pended and appended. This option is useful for porting mixed Fortran/C applications from UNIX to NT with a minimum of effort. * -cyglibs - (NT only) link against the Cygnus libraries and use the Cygnus include files. You must have Cygwin32 installed in order to use this switch. * -mslibs - (NT only) use the Microsoft linker and include files, and link against the Microsoft Visual C++ libraries. Microsoft Visual C++ must be installed in order to use this switch. * -msvcrt - (NT only) use Microsoft's msvcrt.dll at runtime rather than the default crtdll.dll. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com