- default(
bindPath: string,
script: string,
callback: (data: { data?: string; error?: string; pid?: number }) => void,
nCores: number,
customExecutable?: string,
): Promise<number> Parameters
- bindPath: string
- script: string
- callback: (data: { data?: string; error?: string; pid?: number }) => void
- nCores: number
Optional
customExecutable: string
Returns Promise<number>
Code
FreeFEM service