50 std::cout << " -A,T=<Int32> Number of concurrent tasks to execute (default=1)" << std::endl;
51 std::cout << " -A,S=<Int32> Number of subdomains in shared memory" << std::endl;
52 std::cout << " -A,R=<Int32> Number of replicated subdomains (default=1)" << std::endl;
53 std::cout << " -A,P=<Int32> Number of processes to use for subdomains. This value is normally calculated automatically based on MPI parameters. It is only useful if you wish to use fewer processes for domain partitioning than those allocated for computation." << std::endl;
54 std::cout << " -A,AcceleratorRuntime=<String> Accelerator runtime to use. The two possible values are cuda or hip. Arcane must be compiled with accelerator support for this option to be accessible. " << std::endl;
55 std::cout << " -A,MaxIteration=<VALUE> Maximum number of iterations to perform for the execution. If the number of iterations specified by this variable is reached, the calculation stops." << std::endl;