Searched +full:linux +full:- +full:pgi (Results 1 – 6 of 6) sorted by relevance
| /petsc/config/examples/ |
| H A D | arch-ci-linux-cuda-double-64idx.py | 4 petsc_hash_pkgs=os.path.join(os.getenv('HOME'),'petsc-hash-pkgs') 12 '--package-prefix-hash='+petsc_hash_pkgs, 13 '--with-make-test-np=2', 14 '--download-openmpi=1', 15 '--download-hypre=1', 16 '--download-hwloc=1', 17 'COPTFLAGS=-g -O', 18 'FOPTFLAGS=-g -O', 19 'CXXOPTFLAGS=-g -O', 20 '--with-64-bit-indices=1', [all …]
|
| H A D | arch-ci-linux-cuda-single-cxx.py | 4 petsc_hash_pkgs=os.path.join(os.getenv('HOME'),'petsc-hash-pkgs') 12 '--package-prefix-hash='+petsc_hash_pkgs, 13 '--with-make-test-np=15', 14 'COPTFLAGS=-g -O', 15 'FOPTFLAGS=-g -O', 16 'CXXOPTFLAGS=-g -O', 17 '--with-fortran-bindings=0', 18 '--with-log=0', 19 '--with-info=0', 20 '--with-cuda=1', [all …]
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilerOptions.py | 17 output = self.executeShellCommand(compiler + ' -show', log = self.log)[0] 28 flags.extend(['-Wall', '-Wwrite-strings', '-Wno-unknown-pragmas']) 30 # gcc does not support -Wno-implicit-float-conversion so -Wconversion is always noisy 31 …flags.extend(['-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-floa… 33 flags.extend(['-fno-stack-check']) 35 flags.extend(['-Wno-lto-type-mismatch']) 37 flags.extend(['-Wno-stringop-overflow']) 39 … flags.extend(['-mfp16-format=ieee']) # ARM for utilizing 16 bit storage of floating point 40 # skip -fstack-protector for brew gcc - as this gives SEGV 42 flags.extend(['-fstack-protector']) [all …]
|
| H A D | compilers.py | 10 if not line.startswith('ld: warning: text-based stub file'): retbuf.append(line) 41 self.skipdefaultpaths.append(os.path.join(loc,arch+'-linux-gnu')) 51 …help.addArgument('Compilers','-with-clib-autodetect=<bool>', nargs.ArgBool(None,1,'Autodetect… 52 …help.addArgument('Compilers','-with-fortranlib-autodetect=<bool>',nargs.ArgBool(None,1,'Autodetect… 53 …help.addArgument('Compilers','-with-cxxlib-autodetect=<bool>', nargs.ArgBool(None,1,'Autodetect… 54 …help.addArgument('Compilers','-with-dependencies=<bool>', nargs.ArgBool(None,1,'Compile wi… 205 self.setCompilers.LDFLAGS += ' -v' 215 # PGI: kill anything enclosed in single quotes 217 # Cray has crazy non-matching single quotes so skip the removal 241 # Intel compiler sometimes puts " " around an option like "-lsomething" [all …]
|
| H A D | framework.py | 11 - 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 …]
|
| H A D | setCompilers.py | 36 isARM_value = -1 116 …help.addArgument('Compilers', '-with-cpp=<prog>', nargs.Arg(None, None, 'Specify the C preprocesso… 117 …help.addArgument('Compilers', '-CPP=<prog>', nargs.Arg(None, None, 'Specify the C prepr… 118 …help.addArgument('Compilers', '-CPPFLAGS=<string>', nargs.Arg(None, None, 'Specify the C only … 119 … help.addArgument('Compilers', '-with-cc=<prog>', nargs.Arg(None, None, 'Specify the C compiler')) 120 …help.addArgument('Compilers', '-CC=<prog>', nargs.Arg(None, None, 'Specify the C compi… 121 …help.addArgument('Compilers', '-CFLAGS=<string>', nargs.Arg(None, None, 'Overwrite the defau… 123 …help.addArgument('Compilers', '-CFLAGS+=<string>', nargs.Arg(None, None, 'Add to the default … 124 …help.addArgument('Compilers', '-CC_LINKER_FLAGS=<string>', nargs.Arg(None, [], 'Specify the C lin… 126 …help.addArgument('Compilers', '-CXXPP=<prog>', nargs.Arg(None, None, 'Specify the C++ pre… [all …]
|