BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
MPISimulation Class Reference

Public Member Functions

void runSimulation (ISimulation *simulation)
 

Detailed Description

Definition at line 26 of file MPISimulation.h.

Member Function Documentation

◆ runSimulation()

void MPISimulation::runSimulation ( ISimulation simulation)

Definition at line 75 of file MPISimulation.cpp.

76 {
77  throw std::runtime_error(
78  "MPISimulation::runSimulation() -> Error! Can't run MPI simulation. "
79  "The package was compiled without MPI support (compile with -DBORNAGAIN_MPI=ON)");
80 }

Referenced by ISimulation::runMPISimulation().


The documentation for this class was generated from the following files: