#include "../include/miluphpc.h"
#include "../include/integrator/explicit_euler.h"
#include "../include/integrator/predictor_corrector_euler.h"
#include "../include/integrator/leapfrog.h"
#include "../include/utils/config_parser.h"
#include <boost/filesystem.hpp>
#include <fenv.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <string.h>
#include <random>
Go to the source code of this file.
Macros | |
#define | ENV_LOCAL_RANK "OMPI_COMM_WORLD_LOCAL_RANK" |
Functions | |
bool | checkFile (const std::string file, bool terminate=false, const std::string message="") |
void | SetDeviceBeforeInit () |
int | main (int argc, char **argv) |
Variables | |
structLog | LOGCFG = {} |
bool checkFile | ( | const std::string | file, |
bool | terminate = false , |
||
const std::string | message = "" |
||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
SETTINGS/INITIALIZATIONS
MPI rank setting
Setting CUDA device
Command line argument parsing
Config file parsing
Collect settings/information in struct
Logger settings
H5 profiling/profiler
INTEGRATOR SELECTION
MAIN LOOP
END OF SIMULATION
Definition at line 52 of file main.cpp.