#include <mpi.h>#include <string>#include <iostream>#include <fstream>#include <sstream>#include <cstdlib>#include "System-FIGL-Loeser-par.hpp"#include "functions.in"Typedefs | |
| typedef dim2taylor(* | KFkt )(dim2taylor_vector &) |
| typedef itaylor(* | ReFkt )(itaylor &) |
Functions | |
| int | executetest (string ofbasename, int ord, string ordstr, int sysord, string sysordstr, KFkt K, interval KS, interval KT, ReFkt ReS, interval GS, int procs, int mypid, int &commerrc, string datadir, string targetdir) |
| int | main (int argc, char *argv[]) |
The application is designed to run on the parallel computer ALiCEnext; the handling of input parameters and output files works an ALiCEnext, but you might have to make a few changes on other parallel machines.
This application takes the following command line parameters:
|
|
Typedef for kernel function pointer. |
|
|
Typedef for right hand side function pointer. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Executes a test run. For multiple runs, put a series of calls in your application.
|
|
||||||||||||
|
Main function processing the command line parameters, initializing the parallel environment and calling the test execution function.
|
1.4.4