search for: f90

Displaying 20 results from an estimated 246 matches for "f90".

Did you mean: f0
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
...h respect to the extra warnings that were being emitted by the gfortran compiler. The gfortran testsuite results under Intel Darwin9 are appended below. Jack Native configuration is i686-apple-darwin9 === gfortran tests === Running target unix/-m32 FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL: gfortran.dg/aint_anint_1.f90 -O (test for excess errors) FAIL: gfortran.dg/array_constructor_11.f90 -O0 (internal compiler error) FAIL: gfortran.dg/array_constructor_11.f90 -O0 (test for excess errors) WARNING: gfortran.dg/array_constructor_11.f90 -O0 co...
2008 Jun 10
1
[LLVMdev] llvm-gcc4.2-2.3 gfortran failures
Building llvm 2.3 and llvm-gcc4.2-2.3 on Mac OS X 10.5, I am seeing the following failures remaining in the gcc 4.2.1 gfortran testsuite... LAST_UPDATED: Native configuration is i686-apple-darwin9 === gfortran tests === Running target unix FAIL: gfortran.dg/actual_array_constructor_1.f90 -O1 execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O2 execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/actual_array_constructor_1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfort...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...ug-symbols }}" /* APPLE LOCAL AltiVec */ to allow gfortran to build and compile without extra warnings produces the appended gfortran testsuite results. LAST_UPDATED: Native configuration is i686-apple-darwin9 === gfortran tests === Running target unix FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL: gfortran.dg/aint_anint_1.f90 -O (test for excess errors) FAIL: gfortran.dg/array_constructor_11.f90 -O0 (internal compiler error) FAIL: gfortran.dg/array_constructor_11.f90 -O0 (test for excess errors) WARNING: gfortran.dg/array_constructor_11.f90 -O0 co...
2009 Aug 23
0
[LLVMdev] x86_64 darwin multilib gfortran testresults
...lib under the x86_64-apple-darwin build... http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-August/025040.html the following gfortran testsuite results are obtained... Native configuration is x86_64-apple-darwin10 === gfortran tests === Running target unix/-m32 FAIL: gfortran.dg/aint_anint_1.f90 -O (internal compiler error) FAIL: gfortran.dg/aint_anint_1.f90 -O (test for excess errors) FAIL: gfortran.dg/assumed_charlen_function_3.f90 -O (internal compiler error) FAIL: gfortran.dg/assumed_charlen_function_3.f90 -O (test for excess errors) FAIL: gfortran.dg/assumed_charlen_function_5...
2009 Mar 28
0
R: Fortran 90 etc.
...chment) to interface them with R. The compiler automatically caled by R CMD command line prints a bunch of error messages (as follows). I think I'm better off translating the Fortran implementation into R ... which is what I hoped I could avoid. Maura host705:Desktop mauede$ R CMD SHLIB ford.f90 gfortran -arch i386 -fno-common -g -O2 -c ford.f90 -o ford.o ford.f90:2: c ----------------------------------------------------------------------------- 1 Error: Unclassifiable statement at (1) ford.f90:3: c --- Choozing wavelet order from minimum enthropy of squared wavelet 1 Error: Unclassifi...
2010 Oct 06
3
[LLVMdev] dragonegg vs -ffast-math?
...t; > Duncan. Duncan, Thanks. I can confirm this is in fact fixed in current dragonegg svn. On a different question, what are the prospects getting aermod to compile under dragonegg? I am still seeing compile failures of the form... de-gfortran45 -ffast-math -funroll-loops -msse3 -O3 aermod.f90 -o aermod Assertion failed: ((NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"), function init, file /sw/src/fink.build/llvm-clang-2.8-1/llvm-2.8/lib/VMCore/Instructions.cpp, l...
2005 Sep 28
1
gfortran Makefile for cygwin
Hi all, I'm porting a package that I've worked on for OS X to Cygwin/Windows. This package requires a Makefile. My question is, how can I find out (or what is), the link command? Here is the OS X Makefile: RLIB_LOC=${R_HOME} F90_FILES=\ class_data_frame.f90 \ class_old_dbest.f90 \ class_cm_data.f90 \ class_cm.f90 \ class_bgw.f90 \ class_cm_mle.f90 \ cme.f90 FORTRAN_FILES=\ dgletc.f \ dglfgb.f\ dglfg.f\ dmdc.f\ mecdf.f %.o: %.f90 gfortran -c -g $< %.o: %.f gfortran -c -g $< bpkg.so: $(F90_FILES:%.f90=%.o) $(FORT...
2004 Sep 03
0
Installation problems on Solaris 2.6
...rformance Analyzer 4.0 Sun WorkShop IPE 4.0 Sun WorkShop Compiler FORTRAN 77 4.2 Sun WorkShop Compiler Fortran 90 1.2 Sun Performance Library 1.2 Here are the lines I changed in config.site: R_PAPERSIZE=letter CC="cc -xarch=v8plusa" CFLAGS="-xO3 -dalign" F77="f90 -xarch=v8plusa" FFLAGS="-xO3 -dalign" MAIN_LDFLAGS="-xarch=v8plusa" LDFLAGS=-L/opt/SUNWspro/lib CXX="CC -xarch=v8plusa" CXXFLAGS="-xO3 -dalign" BLAS_LIBS="-xlic_lib=sunperf" LAPACK_LIBS="-xlic_lib=sunperf" The configure step finished...
2005 Sep 28
3
gfortran Makefile for windows
...nk it with gcc4. I've been trying to build an R with gcc4 without luck so far. If there is a binary of such a thing info would be appreciated. This package requires a Makefile. My question is, how can I find out (or what is), the link command? Here is the OS X Makefile: RLIB_LOC=${R_HOME} F90_FILES=\ class_data_frame.f90 \ class_old_dbest.f90 \ class_cm_data.f90 \ class_cm.f90 \ class_bgw.f90 \ class_cm_mle.f90 \ cme.f90 FORTRAN_FILES=\ dgletc.f \ dglfgb.f\ dglfg.f\ dmdc.f\ mecdf.f %.o: %.f90 gfortran -c -g $< %.o: %.f gfortran -c -g $< bpkg.so: $(F90_FILES:%.f90=%.o) $(FORT...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
Anton, With regard to the gfortran test cases which don't fail on x86_64 Linux, these are the exact gfortran.log entries for them under i686 Darwin9... > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error) > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors) Executing on host: /sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortr...
2010 Oct 06
0
[LLVMdev] dragonegg vs -ffast-math?
Jack, > This also seems to be the same failure preventing capacita.f90, gas_dyn.f90, induct.f90, protein.f90, rnflow.f90 and > test_fpu.f90 from compiling. This might be a long-standing fortran frontend bug where bogus trees were created. It was specially workarounded in llvm-gcc. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Sain...
2002 Jun 27
1
F90 in packages
Hi, did anybody manage to compile F90 sources in an R-package? The major problem is, at least in my opinion, that non of the "free" F90 -> F77 converters is working correctly, at least for the F90 sources I need to compile. Torsten -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel...
2020 Apr 07
3
F18 ready to be merged + preview of merge
...erge Hi, This sounds reasonable to me overall. There are some CMake issue to go through (I need to dig into it a bit). When I run `ninja check-flang` at the moment (after fixing CMake) I end up with: Testing Time: 16.22s ******************** Failing Tests (12): Flang :: Lower/pre-fir-tree04.f90 Flang :: Semantics/allocate11.f90 Flang :: Semantics/allocate13.f90 Flang :: Semantics/c_f_pointer.f90 Flang :: Semantics/call04.f90 Flang :: Semantics/canondo16.f90 Flang :: Semantics/coarrays01.f90 Flang :: Semantics/critical02.f90 Flang :: Semantics/doconcurrent01...
2002 Oct 04
1
Fortran and R: F90
I too have some messy F77 code that I'm considering porting to F90. BUT: Has anyone had luck creating shared-objects from F90 to load in R? What about submitting packages to CRAN with F90 code? BTW: I'm using the Intel compilers for Linux - free for Not-for-profit orgs. -R -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2020 Apr 07
3
F18 ready to be merged + preview of merge
...go > through (I need to dig into it a bit). > > > > When I run `ninja check-flang` at the moment (after fixing CMake) I end up > with: > > > > Testing Time: 16.22s > > ******************** > > Failing Tests (12): > > Flang :: Lower/pre-fir-tree04.f90 > > Flang :: Semantics/allocate11.f90 > > Flang :: Semantics/allocate13.f90 > > Flang :: Semantics/c_f_pointer.f90 > > Flang :: Semantics/call04.f90 > > Flang :: Semantics/canondo16.f90 > > Flang :: Semantics/coarrays01.f90 > > F...
2001 Jun 04
0
Re: unix R CMD check problem
...---------- results of R CMD check ---------------------- > > 1[204]0 nightingale:~ > R CMD check Snackbar > * checking for working latex ... OK > * using log directory /home/thoar/Snackbar.Rcheck > > Installing source package `Snackbar' ... > libs > /opt/SUNWspro/bin/f90 -O3 -I/opt/local/include -PIC -O3 -c ddirectread.f -o > ddirectread.o > /opt/SUNWspro/bin/f90 -O3 -I/opt/local/include -PIC -O3 -c ddirectwrite.f -o > ddirectwrite.o > /opt/SUNWspro/bin/f90 -O3 -I/opt/local/include -PIC -O3 -c dflatread.f -o > dflatread.o > /opt/SUNWspro/bin...
2006 Aug 19
1
problem with Rcmd check and fortran95, makefile
Hi all, I have Win XP and R 2.3.1 on my notebook. I would like to write a package which includes some Fortran 95 code. Interestingly, if I compile and link the simple file test90.f90 directly with g95 -c test90.f90 g95 -shared -o test90.dll test90.o then PE Viewer ( a dll viewer) shows me the right functions in the export table, hence I can use the dll in R. But as it should become part of a package I wrote the simple src/Makefile F95=g95 prog: test90.f90 $(F95) -shared -o...
2008 Dec 03
2
changing colnames in dataframes
dear all, I'm building new dataframes from bigger one's using e.g. columns F76, F83, F90: JJ<-data.frame( c( as.character(rep( gender,3))) , c( F76,6- F83, F90) ) Looking into JJ one has: c.as.character.rep.gender..8... c.6...F73..F78..F79..F82..6...F84..F94..F106..F109 1 w 2 2 w...
2020 Apr 06
2
F18 ready to be merged + preview of merge
Hi llvm-dev We believe we have completed enough of the agreed pre-upstreaming changes to start talking about merging F18 into LLVM. The live status is tracked at [1]. There are a few details that we have not managed to hammer out and we propose to tackle inside the LLVM monorepo. I have put a summary of these at the bottom of this mail. Does anyone have any objections to flang being merged into
2006 Oct 09
1
Problem building a DLL from Fortran 90 source under Windows (with solution)
Hi, All, I have come across a problem building a DLL from .f90 source (R 2.3.1, Windows XP). When using the R CMD SHLIB procedure, the DLL itself was being built, but its export table was empty. Among the output from R CMD SHLIB the following message appeared: c:\mingw\bin\nm.exe: 'a.out': No such file The reason is the empty list of dependencies...