Home
last modified time | relevance | path

Searched +full:linux +full:- +full:emcc (Results 1 – 4 of 4) sorted by relevance

/petsc/
H A D.gitlab-ci.yml2 # 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/doc/install/
H A Dinstall.md8 See {ref}`quick-start tutorial <tut_install>` for a step-by-step walk-through of the installation p…
25 $ ./config/examples/arch-ci-osx-dbg.py
30 your recommendations to <mailto:petsc-maint@mcs.anl.gov>. See bug report {ref}`documentation
34 - If you do not have a Fortran compiler or [MPICH](https://www.mpich.org/) installed
38 $ ./configure --with-cc=gcc --with-cxx=0 --with-fc=0 --download-f2cblaslapack --download-mpich
41 - Same as above - but install in a user specified (prefix) location.
44 …$ ./configure --prefix=/home/user/soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --down…
47 - If [BLAS/LAPACK], MPI sources (in "-devel" packages in most Linux distributions) are already
49 via `$PATH` - configure does not require any additional options.
55 - If [BLAS/LAPACK], MPI are already installed in known user location use:
[all …]
/petsc/lib/petsc/conf/
H A Drules1 # -*- mode: makefile-gmake -*-
10 # See https://petsc.org/release/docs/manual/getting_started/#writing-c-c-or-fortran-applications
14 clean-legacy:
15 @-${RM} ${CLEANFILES} ${TESTS} *.o *.lo *~ \
16 ex[0-9] ex[0-9][0-9] ex[0-9][0-9][0-9] \
17 ex[0-9]f ex[0-9][0-9]f ex[0-9][0-9][0-9]f \
18 ex[0-9]k ex[0-9][0-9]k ex[0-9][0-9][0-9]k \
19 ex[0-9]f90 ex[0-9][0-9]f90 ex[0-9][0-9][0-9]f90 \
20 ex[0-9]cu ex[0-9][0-9]cu ex[0-9][0-9][0-9]cu \
21 ex[0-9].exe ex[0-9][0-9].exe ex[0-9][0-9][0-9].exe \
[all …]
/petsc/config/BuildSystem/config/
H A Dframework.py11 - Substitute files
12 - Output configure header
13 - Log filesystem actions
145 self._tmpDir = tempfile.mkdtemp(prefix = 'petsc-')
162 return self.argDB['with-file-create-pause']
175 …help.addArgument('Framework', '-configModules', nargs.Arg(None, None, 'A list of Python modu…
176 …help.addArgument('Framework', '-ignoreCompileOutput=<bool>', nargs.ArgBool(None, 1, 'Ignore compil…
177 …help.addArgument('Framework', '-ignoreLinkOutput=<bool>', nargs.ArgBool(None, 1, 'Ignore linker…
178 …help.addArgument('Framework', '-ignoreWarnings=<bool>', nargs.ArgBool(None, 0, 'Ignore compil…
179 …help.addArgument('Framework', '-ignoreCxxBoundCheck=<bool>', nargs.ArgBool(None, 0, 'Ignore Cxx di…
[all …]