Searched +full:linux +full:- +full:matlab +full:- +full:ilp64 (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/examples/ |
| H A D | arch-ci-linux-matlab-ilp64.py | 4 petsc_hash_pkgs=os.path.join(os.getenv('HOME'),'petsc-hash-pkgs') 6 # This test is done on grind.mcs.anl.gov. It uses ILP64 MKL/BLAS packaged 7 # with MATLAB. 9 # Note: regular BLAS [with 32-bit integers] conflict with 10 # MATLAB BLAS - hence requiring -known-64-bit-blas-indices=1 12 # Note: MATLAB build requires PETSc shared libraries 14 # Some versions of MATLAB [R2013a] conflicted with -lgfortan - so the following workaround worked. 15 # export LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.so 17 # find MATLAB location 20 matlab_dir=os.path.dirname(os.path.dirname(which('matlab'))) [all …]
|
| /petsc/ |
| H A D | .gitlab-ci.yml | 2 # stage-1 take only a few minutes; they do not run the full test suite or external packages. 4 # stage-2 runs on MCS systems and may take 10 to 15 minutes. They run the full test suite but with … 6 # stage-3 runs on MCS systems and may take an hour or more. They run the full test suite and heavil… 8 # The stage-(n) tests are only started if all of the stage-(n-1) tests run without error 13 - stage-1 14 - stage-2 15 - stage-3 16 - stage-4 19 GIT_CLEAN_FLAGS: -ffdxq 21 BASE_EXTRA_OPTIONS: -nox -nox_warning -malloc_dump [all …]
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 26 self.netliblapack = framework.require('config.packages.netlib-lapack', self) 50 …help.addArgument('BLAS/LAPACK', '-with-blas-lib=<libraries: e.g. [/Users/..../libblas.a,...]>', … 51 …help.addArgument('BLAS/LAPACK', '-with-lapack-lib=<libraries: e.g. [/Users/..../liblapack.a,...]>'… 52 …help.addArgument('BLAS/LAPACK', '-with-blaslapack-suffix=<string>',nargs.Arg(None, None, 'Indicate… 53 …help.addArgument('BLAS/LAPACK', '-with-64-bit-blas-indices', nargs.ArgBool(None, 0, 'Try to use 64… 54 …help.addArgument('BLAS/LAPACK', '-known-blaslapack-mangling=<string>', nargs.ArgString(None, None,… 55 …help.addArgument('BLAS/LAPACK', '-known-blaslapack-openmp=<bool>', nargs.ArgBool(None, None, 'Indi… 56 …'-known-64-bit-blas-indices=<bool>', nargs.ArgBool(None, None, 'Indicate if BLAS/LAPACK uses 64 bi… 57 …help.addArgument('BLAS/LAPACK', '-known-snrm2-returns-double=<bool>', nargs.ArgBool(None, None, 'I… 58 …help.addArgument('BLAS/LAPACK', '-known-sdot-returns-double=<bool>', nargs.ArgBool(None, None, 'In… [all …]
|