# Configuration file for EOS AC Server

c_server_host = localhost
c_server_port = 4802

path_local    = /root/fggwork/apps/
separator     = /

# directory with the EOS Timers file
eos_timers_d  = _eos_timers
# EOS Timers source file
eos_timers_f  = eos_timers.c
# EOS Timers keyword to replace by maximum number of
# timers in the EOS Timers source file
eos_timers_m   = $EOS1$
# EOS Timers keyword to replace the maximum queue number
eos_timers_m2  = $EOS2$
# EOS Timers keyword to replace either the timer precision
# or PAPI hardware counter event
eos_timers_m3  = $EOS3$
# EOS Timers profile output file
eos_timers_p  = _eos_llprof_out

eos_timers_cl_f77  = call EOS_TIMER
eos_timers_cl_f77x = c
#eos_timers_cl_f77o = 
eos_timers_cl_f90  = call EOS_TIMER
eos_timers_cl_f90x = c
#eos_timers_cl_f90o = 
eos_timers_cl_c    = eos_timer
eos_timers_cl_cx   = c
#eos_timers_cl_co   = 
eos_timers_cl_cpp  = eos_timer
eos_timers_cl_cpp1 = extern void eos_timer1(int), eos_timer2(int);
eos_timers_cl_cppx = cpp
eos_timers_cl_cppo = -TP