Home
last modified time | relevance | path

Searched full:exit (Results 1 – 25 of 148) sorted by relevance

123456

/petsc/lib/petsc/bin/
H A Dpetscversion20 exit 1
30 exit 0
43 exit 1
47 # if [ $release = 0 ]; then echo 0; exit 0; fi
48 if [ "$major" != "$vmajor" ]; then echo 0; exit 0; fi
49 if [ "$minor" != "$vminor" ]; then echo 0; exit 0; fi
50 if [ "${vsubminor}X" = "X" ]; then echo 1; exit 0; fi
51 if [ "$subminor" != "$vsubminor" ]; then echo 0; exit 0; fi
56 # if [ $release = 0 ]; then echo 0; exit 0; fi
57 if [ "$major" -lt "$vmajor" ]; then echo 1; exit 0; fi
[all …]
H A Dpetscmpiexec9 exit
25 exit 1
46 exit 1
51 exit 1
65 cd "${PETSC_DIR}" || exit
70 cd - > /dev/null || exit
H A Dpetscdiff24 exit $1
92 exit 0
95 exit 1
107 exit 0
116 exit 1
174 exit ${err}
H A Dpetscnagfor46 exit(1)
92 exit(0)
99 exit(status)
151 exit(status)
183 exit(status)
185 exit(0)
H A Dtaucc.py94 else: sys.exit('Error: Unknown parser - use either cparse or cxxparse: '+pdt_parse)
117 sys.exit('Error: no sourcefiles specified with -c')
163 sys.exit('ERROR: '+str(e))
H A Dpetsc_tas_analysis.py16 sys.exit('The environmental variable PETSC_DIR was not found.\n'
41 exit()
54 exit()
76 exit()
90 exit()
112 exit()
282 sys.exit('No valid data files in ' + dataPath + ' and -file/-f argument is empty. \n'
465 exit()
478 …sys.exit('The problem you specified on the command line: ' + cmdLineArgs.problem + ' \ncould not b…
546 …sys.exit('The problem you specified on the command line: ' + cmdLineArgs.problem + ' \ncould not b…
[all …]
H A Dpetscnagupgrade.py14 sys.exit()
71 sys.exit(0)
/petsc/lib/petsc/bin/maint/
H A Dbk2hg.py41 sys.exit()
60 sys.exit()
76 sys.exit()
81 sys.exit()
87 sys.exit()
92 sys.exit()
107 sys.exit()
119 sys.exit()
123 sys.exit()
141 sys.exit()
[all …]
H A Dcreatepatch12 exit
18 exit
24 exit
29 exit
37 exit
43 # exit
54 exit
H A Dbk2darcs.py28 sys.exit()
39 sys.exit()
55 sys.exit()
61 sys.exit()
66 sys.exit()
86 sys.exit()
140 sys.exit()
H A Drunjobs.py36 sys.exit(0)
47 sys.exit(0)
51 sys.exit(0)
69 sys.exit(0)
77 sys.exit(0)
86 - exit 5
126 sys.exit(0)
H A Dcheck-ci-settings.sh5 exit 0
10 if git diff --exit-code HEAD..."${dest}" -- .gitlab-ci.yml lib/petsc/conf/rules; then
14 exit 1
H A Dcheck-merge-branch.sh11 exit 0
28 exit 0
H A Dbuilddist33 exit
39 exit
44 exit
61 exit
89 exit
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile.pl76 exit(0);
87 ) or exit(1);
94 exit(0);
99 exit(1);
129 exit(1);
134 exit(1);
140 exit(1);
148 exit(1);
153 exit(1);
168 exit(1);
[all …]
/petsc/src/benchmarks/
H A Ddaemon.py51 # Fork a child process so the parent can exit. This returns control to
96 # Fork a second child and exit immediately to prevent zombies. This
117 # exit() or _exit()? See below.
118 os._exit(0) # Exit parent (the first child) of the second child.
120 # exit() or _exit()?
121 # _exit is like exit(), but it doesn't call any functions registered
123 # closes any open file descriptors. Using exit() may cause all stdio
127 os._exit(0) # Exit parent of the first child.
208 sys.exit(retCode)
/petsc/src/tao/leastsquares/impls/pounders/
H A Dgqt.c122 c On exit n is unchanged.
127 c On exit the array contains the matrix A.
131 c On exit lda is unchanged.
135 c On exit b is unchanged.
139 c On exit delta is unchanged.
147 c On exit rtol is unchanged.
157 c On exit atol is unchanged.
161 c On exit itmax is unchanged.
166 c On exit par contains the final estimate of the multiplier.
170 c On exit f is set to f(x) at the output x.
[all …]
/petsc/systems/Apple/iOS/examples/testopengl/
H A Dmain.m20 exit(EXIT_FAILURE);
39 exit(EXIT_FAILURE);
/petsc/src/sys/tests/
H A Dex16.c23 PetscCall(PetscStrncmp(user, "exit", 4, &userhappy)); in main()
30 PetscCall(PetscStrncmp(user, "exit", 4, &userhappy)); in main()
/petsc/src/benchmarks/streams/
H A Dmakefile43 … [PETSC_OPTIONS=-process_view] make streams NPMAX=<integer number of MPI processes>\n"; exit 1 ; fi
56 … [PETSC_OPTIONS=-process_view] make streams NPMAX=<integer number of MPI processes>\n"; exit 1 ; fi
70 … "---------"; printf " Run with make openmpstream NPMAX=<integer number of threads>\n"; exit 1 ; fi
80 …----"; printf " Run with make openmplikempistream NPMAX=<integer number of threads>\n"; exit 1 ; fi
H A DCUDAVersion.cu536 exit(1); in runStream()
540 exit(1); in runStream()
545 exit(1); in runStream()
564 exit(-2000); in runStream()
578 exit(-3000); in runStream()
592 exit(-4000); in runStream()
607 exit(-5000); in runStream()
622 exit(-6000); in runStream()
750 exit(1); in runStreamDouble()
754 exit(1); in runStreamDouble()
[all …]
/petsc/src/snes/interface/noise/
H A Dsnesdnest.c67 /* On exit nf is unchanged. */ in SNESNoise_dnest_()
71 /* On exit f is overwritten. */ in SNESNoise_dnest_()
75 /* On exit h is unchanged. */ in SNESNoise_dnest_()
79 /* On exit fnoise is set to an estimate of the function noise */ in SNESNoise_dnest_()
84 /* On exit hopt is set to an estimate of the optimal difference */ in SNESNoise_dnest_()
89 /* On exit info is set as follows: */ in SNESNoise_dnest_()
/petsc/config/
H A Dpetsc_harness.sh16 cd "$(dirname "$0")" || exit
30 cd "${rundir}" || exit
55 -p ................ Print command: Print first command and exit
63 exit 1
182 exit
228 …grep -F -q -s 'APPLICATION TERMINATED WITH THE EXIT STRING: job ending due to timeout' "$2" "$3" |…
/petsc/src/sys/objects/ftn-src/
H A Doptionenum.F9029 exit
68 exit
/petsc/src/sys/error/
H A Dadebug.c169 …PetscWaitOnError - If an error is detected and the process would normally exit the main program wi…
293 exit(0); in PetscAttachDebugger()
306 exit(0); in PetscAttachDebugger()
319 exit(0); in PetscAttachDebugger()
334 exit(0); in PetscAttachDebugger()
355 exit(0); in PetscAttachDebugger()
426 exit(0); in PetscAttachDebugger()
432 exit(0); in PetscAttachDebugger()

123456