#include "cs_defs.h"
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_file.h"
#include "cs_log.h"
#include "cs_notebook.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_resource.h"
#include "cs_restart.h"
#include "cs_time_plot.h"
#include "cs_timer.h"
#include "cs_control.h"
Functions | |
void | cs_control_check_file (void) |
Check the presence of a control file and deal with the interactive control. More... | |
void cs_control_check_file | ( | void | ) |
Check the presence of a control file and deal with the interactive control.