search for: mkso

Displaying 9 results from an estimated 9 matches for "mkso".

Did you mean: mks
2019 Sep 11
4
Fw: Calling a LAPACK subroutine from R
...</xdpbtrf.f> > > > Instead of a character argument UPLO it takes an integer argument kUPLO. > The meaning should be obvious from the code. > > Now create a shell script in the folder of your script to generate a dynamic library to be loaded in your script: > > <mkso.sh> > # Build a binary dynamic library for accessing Lapack dpbtrf > > # syntax checking > > SONAME=xdpbtrf.so > > echo Strict syntax checking > echo ---------------------- > gfortran -c -fsyntax-only -fimplicit-none -Wall src/*.f || exit 1 > > LAPACK=$(R C...
2019 Sep 11
4
Fw: Calling a LAPACK subroutine from R
Sorry for cross-posting, but I realized my question might be more appropriate for r-devel... Thank you, Giovanni ________________________________________ From: R-help <r-help-bounces at r-project.org> on behalf of Giovanni Petris <gpetris at uark.edu> Sent: Tuesday, September 10, 2019 16:44 To: r-help at r-project.org Subject: [R] Calling a LAPACK subroutine from R Hello R-helpers!
2019 Sep 12
1
Calling a LAPACK subroutine from R
...pbtrf.f> >>> Instead of a character argument UPLO it takes an integer argument kUPLO. >>> The meaning should be obvious from the code. >>> Now create a shell script in the folder of your script to generate a dynamic library to be loaded in your script: >>> <mkso.sh> >>> # Build a binary dynamic library for accessing Lapack dpbtrf >>> # syntax checking >>> SONAME=xdpbtrf.so >>> echo Strict syntax checking >>> echo ---------------------- >>> gfortran -c -fsyntax-only -fimplicit-none -Wall src/*.f || ex...
2019 Sep 11
0
Fw: Calling a LAPACK subroutine from R
...,KD,AB,LDAB,INFO) return end </xdpbtrf.f> Instead of a character argument UPLO it takes an integer argument kUPLO. The meaning should be obvious from the code. Now create a shell script in the folder of your script to generate a dynamic library to be loaded in your script: <mkso.sh> # Build a binary dynamic library for accessing Lapack dpbtrf # syntax checking SONAME=xdpbtrf.so echo Strict syntax checking echo ---------------------- gfortran -c -fsyntax-only -fimplicit-none -Wall src/*.f || exit 1 LAPACK=$(R CMD config LAPACK_LIBS) R CMD SHLIB --output=${SONAME} sr...
2019 Sep 11
1
Fw: Calling a LAPACK subroutine from R
...nt UPLO it takes an integer argument > kUPLO. > > The meaning should be obvious from the code. > > > > Now create a shell script in the folder of your script to > generate a dynamic library to be loaded in your script: > > > > <mkso.sh> > > # Build a binary dynamic library for accessing Lapack dpbtrf > > > > # syntax checking > > > > SONAME=xdpbtrf.so > > > > echo Strict syntax checking > > echo ---------------------- > > gfor...
2019 Sep 12
0
Calling a LAPACK subroutine from R
...>> </xdpbtrf.f> >> Instead of a character argument UPLO it takes an integer argument kUPLO. >> The meaning should be obvious from the code. >> Now create a shell script in the folder of your script to generate a dynamic library to be loaded in your script: >> <mkso.sh> >> # Build a binary dynamic library for accessing Lapack dpbtrf >> # syntax checking >> SONAME=xdpbtrf.so >> echo Strict syntax checking >> echo ---------------------- >> gfortran -c -fsyntax-only -fimplicit-none -Wall src/*.f || exit 1 >> LAPACK=$(...
2019 Sep 11
0
Fw: Calling a LAPACK subroutine from R
...gt; > Instead of a character argument UPLO it takes an integer argument kUPLO. > > The meaning should be obvious from the code. > > > > Now create a shell script in the folder of your script to generate a > dynamic library to be loaded in your script: > > > > <mkso.sh> > > # Build a binary dynamic library for accessing Lapack dpbtrf > > > > # syntax checking > > > > SONAME=xdpbtrf.so > > > > echo Strict syntax checking > > echo ---------------------- > > gfortran -c -fsyntax-only -fimplicit-none -Wall s...
2019 Sep 12
2
Fw: Calling a LAPACK subroutine from R
...> </xdpbtrf.f> > > > Instead of a character argument UPLO it takes an integer argument kUPLO. > The meaning should be obvious from the code. > > Now create a shell script in the folder of your script to generate a dynamic library to be loaded in your script: > > <mkso.sh> > # Build a binary dynamic library for accessing Lapack dpbtrf > > # syntax checking > > SONAME=xdpbtrf.so > > echo Strict syntax checking > echo ---------------------- > gfortran -c -fsyntax-only -fimplicit-none -Wall src/*.f || exit 1 > > LAPACK=$(R CMD...
2019 Sep 12
0
Fw: Calling a LAPACK subroutine from R
...t; kUPLO. >>>>> The meaning should be obvious from the code. >>>>> >>>>> Now create a shell script in the folder of your script to generate >>>>> a dynamic library to be loaded in your script: >>>>> >>>>> <mkso.sh> >>>>> # Build a binary dynamic library for accessing Lapack dpbtrf >>>>> >>>>> # syntax checking >>>>> >>>>> SONAME=xdpbtrf.so >>>>> >>>>> echo Strict syntax checking >>>>>...