18#define BLKSIZE (1024 * 1024)
20#include "../io/io_streamcount.h"
21#include "../main/simulation.h"
41 bool operator<(
const seq_data &other)
const
43 if(rankinnode < other.rankinnode)
45 if(rankinnode > other.rankinnode)
47 if(thisnode < other.thisnode)
49 if(thisnode > other.thisnode)
51 return thistask < other.thistask;
61 void do_restart(
int modus);
63 void readjust_timebase(
double TimeMax_old,
double TimeMax_new);
64 void work_files(
int modus);
65 void contents_restart_file(
int modus);
66 void backup_restartfiles(
int task);
67 void polling(
int modus);
68 void in(
int *x,
int modus);
69 void byten(
void *x,
size_t n,
int modus);
70 void byten_doit(
void *x,
size_t n,
int modus);
void load(sim *Sim_ptr)
This function loads the last restart file.
void determine_compute_nodes(void)
bool operator<(const location &left, const location &right)