Displaying 20 results from an estimated 33 matches for "pgf90".
2019 Mar 02
0
Using a different compiler when creating a package on Windows
...ating to the R-devel version as of 2/28 and recompiling with
OpenBLAS. I got that to compile nicely.
I am now updating a package that uses the OpenBLAS and the PGI compiler,
which has changed too.
I just changed the path names in Makevars. Here is the Makevars file.
FC= d:/PGI/win64/18.10/bin/pgf90
F77= d:/PGI/win64/18.10/bin/pgf90
CC = d:/PGI/win64/18.10/bin/pgcc
FFLAGS= -Ld:/PGI/win64/18.10/bin/pgf90.dll
-Ld:/PGI/win64/18.10/bin/pgc14.dll
FLIBS= -Ld:/PGI/win64/18.10/bin/pgf90.dll
-Ld:/PGI/win64/18.10/bin/pgc14.dll
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
MPI_FFLAGS= -Mmpi=msmpi
SHLIB...
2005 Oct 12
0
additional comments on building R with PGI compiler
Hi,
I have additional comments on building R with PGI compiler.
If one wants to use external BLAS library, then pgf90 instead of pgf77
should be used, and BLAS_LIBS flags should be set.
e.g.
F77 = $PG_HOME/bin/pgf90
BLAS_LIBS='-L/opt/acml2.7.0/pgi64/ -lacml' # for ACML library
BLAS_LIBS='-L/usr/lib64 -lg2c -lblas' # for generic BLAS
library that comes with OS distribution....
2005 May 20
1
R 2.1 and gfortran
...ecking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fl32... no
> checking for af77... no
> checking for fort77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for lf95... no
> checking for g95... no
> checking for fc... fc
The Fortran compiler in gcc-4.0 defaults to the name 'gfortran'.
Other packages...
2011 Nov 10
1
assistance building R on RHEL5
...s issue.
Note: I ran 'configure' with an updated configure script to point to
the fortran version that is installed.
F77=
F95_compilers="f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran
gcc44-gfortran ftn g95" # <== gcc44-gfortran added
F90_compilers="f90 xlf90 pgf90 pghpf epcf90"
case "${host_os}" in
hpux*)
F77_compilers="g77 fort77 f77 xlf frt pgf77 cf77 fl32 af77" ;;
*)
F77_compilers="g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77" ;;
esac
GCC_Fortran_compiler=
if test "${GCC}" = yes; then...
2003 Apr 21
1
building R 1.7.0 under RH7.3 (PR#2808)
...determine environment variables.
I am trying to use the PG set of compilers (because the netCDF library was
built with them, and I will need to use it. I have had problems with this in
the past, although particularly with the Intel Compilers).
setenv R_PAPERSIZE letter
setenv CC pgcc
setenv F77 pgf90
setenv CXX pgCC
[note ALL other environment vars are "undefined", including LD_LIBRARY_PATH]
Linux poorman 2.4.18-17.7.xsmp #1 SMP Tue Oct 8 12:37:04 EDT 2002 i686 unknown
RH 7.3, on a 1.7Ghz Pentium
./configure --prefix=/contrib/R-1.7.0 >& configure.attempt.1
results in two thi...
2006 Mar 10
2
problem building R-patched on x86-64 with PGI 6.1
...XFLAGS="-g -Kieee" \
CXXPICFLAGS=-fpic \
SHLIB_CXXLDFLAGS=-shared \
SHLIB_LDFLAGS=-shared \
LDFLAGS="-L$PG_HOME/libso -L/usr/lib64 -L/usr/X11R6/lib64" \
--without-tcltk \
--with-blas="-L/usr/pgi/linux86-64/6.1/libso -lacml"
[The pgf95 (or pgf90) is needed for linking against ACML to work. This
should be unrelated as optim is in C.]
I'd very much appreciate any pointers.
Best,
Andy
Andy Liaw, PhD
Biometrics Research PO Box 2000 RY33-300
Merck Research Labs Rahway, NJ 07065
andy_liaw(a)merck.com 732-594-0820
2009 May 11
0
Unable to install R package
...king for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking for ftn... no
checking for g95... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no...
2016 Apr 29
4
Trying to build ices-0.4 on ubuntu and "libshout not usable"
...cking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking...
2005 Apr 11
1
Unable to compile icecast 2.2.0 under Suse 9.2
...o run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command l...
2010 Jul 01
1
Icecast on centos5
...cking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... n...
2008 Aug 26
2
Error while compiling Ices 0.4
...lt: no
configure:6719: checking for arm-fl32
configure:6748: result: no
configure:6719: checking for arm-af77
configure:6748: result: no
configure:6719: checking for arm-f90
configure:6748: result: no
configure:6719: checking for arm-xlf90
configure:6748: result: no
configure:6719: checking for arm-pgf90
configure:6748: result: no
configure:6719: checking for arm-epcf90
configure:6748: result: no
configure:6719: checking for arm-f95
configure:6748: result: no
configure:6719: checking for arm-fort
configure:6748: result: no
configure:6719: checking for arm-xlf95
configure:6748: result: no
configure:...
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no...
2010 Jul 01
0
Icecast on centos5
...preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no...
2010 Apr 07
2
ImapTest build problem
...cking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking...
2005 Aug 22
2
ezstream and OSX 10.4.2 Tiger...
...cking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking...
2008 May 18
2
problem of building stardict
...preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/n...
2002 Jan 15
0
errors intalling splancs and sgeostat
...r and compiler.
# If unset defaults to `-I/usr/local/include'.
CPPFLAGS="-I/usr/local/include -I/export/home/share/include"
# The command which runs the the FORTRAN compiler.
# If unspecified, a search is made for g77, f77, xlf, cf77, cft77,
# pgf77, fl32, af77, fort77, f90, xlf90, pgf90, epcf90, f95, xlf95,
# lf95, g95, and fc (in that order). If none of these is found, f2c is
# used if found; otherwise, R cannot be compiled. The search mechanism
# can be changed using the `--with-g77', `--with-f77', and `--with-f2c'
# command line options to configure.
FC=f95
# O...
2012 Jan 19
1
RApache installation problems
...cking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checki...
2016 Apr 29
0
Trying to build ices-0.4 on ubuntu and "libshout not?usable"
...cking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
...cking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking...