Home
last modified time | relevance | path

Searched refs:argst (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/
H A Dpetscnagfor59 argst = args variable
62 while i < len(argst):
64 if argst[i] == '-verbose':
68 if argst[i] == '-v':
72 if argst[i] == '-shared':
77 if argst[i].startswith(j):
78 args.append('-Wl,'+ argst[i] + ',' + argst[i+1])
82 if flag: args.append(argst[i])