search for: f90flags

Displaying 5 results from an estimated 5 matches for "f90flags".

Did you mean: f77flags
2019 Feb 01
2
Set the number of threads using openmp with .Fortran?
...set the number of threads. I found this old email chain <http://r.789695.n4.nabble.com/Set-the-number-of-threads-using-openmp-with-C-td2284685.html> and I tried to set my compile instructions accordingly but i had no luck. *This is my makevars:* PKG_FCFLAGS="-fno-stack-protector" F90FLAGS = "-fopenmp" LDFLAGS = "-fopenmp" *This is my Fortran module:* module hello_openmp use omp_lib implicit none contains subroutine hello(ncores) bind(C, name="hello_") use, intrinsic :: iso_c_binding, only : c_double...
2019 Feb 02
1
Set the number of threads using openmp with .Fortran?
...> <http://r.789695.n4.nabble.com/Set-the-number-of-threads-using-openmp-with-C-td2284685.html> and >> I tried to set my compile instructions accordingly but i had no luck. >> >> *This is my makevars:* >> >> PKG_FCFLAGS="-fno-stack-protector" >> F90FLAGS = "-fopenmp" >> LDFLAGS = "-fopenmp" >> >> *This is my Fortran module:* >> >> module hello_openmp >> use omp_lib >> implicit none >> contains >> >> subroutine hello(ncores) bind(C, name="hello_") &gt...
2019 Feb 02
0
Set the number of threads using openmp with .Fortran?
...is > old email chain > <http://r.789695.n4.nabble.com/Set-the-number-of-threads-using-openmp-with-C-td2284685.html> and > I tried to set my compile instructions accordingly but i had no luck. > > *This is my makevars:* > > PKG_FCFLAGS="-fno-stack-protector" > F90FLAGS = "-fopenmp" > LDFLAGS = "-fopenmp" > > *This is my Fortran module:* > > module hello_openmp > use omp_lib > implicit none > contains > > subroutine hello(ncores) bind(C, name="hello_") > use, intrinsic...
1998 Nov 16
5
Solaris make for 0.63 failing
...) $(LDFLAGS) FC= f77 F77= f77 FFLAGS = COMPILE.f= $(FC) $(FFLAGS) -c LINK.f= $(FC) $(FFLAGS) $(LDFLAGS) COMPILE.F= $(FC) $(FFLAGS) $(CPPFLAGS) -c LINK.F= $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) RFLAGS = COMPILE.r= $(FC) $(FFLAGS) $(RFLAGS) -c LINK.r= $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) F90C= f90 F90FLAGS = COMPILE.f90= $(F90C) $(F90FLAGS) -c LINK.f90= $(F90C) $(F90FLAGS) $(LDFLAGS) COMPILE.ftn= $(F90C) $(F90FLAGS) -c LINK.ftn= $(F90C) $(F90FLAGS) $(LDFLAGS) M2C= m2c M2FLAGS = MODFLAGS = DEFFLAGS = COMPILE.def= $(M2C) $(M2FLAGS) $(DEFFLAGS) COMPILE.mod= $(M2C) $(M2FLAGS) $(MODFLAGS) PC= pc PFLAGS =...
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
I'm getting an error when trying to build llvm 2.2's tblgen: llvm[2]: Linking Release executable tblgen (without symbols) /usr/bin/ld: Undefined symbols: llvm::MemoryBuffer::getFileOrSTDIN(char const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, long long) llvm::cl::ParseCommandLineOptions(int, char**, char const*) It's