Skip to content
Snippets Groups Projects
Commit e0b80928 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

add variable to store path to gyacomo dir

parent 1a810cfa
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,13 @@ MODULE basic
! This sets if the outputs is done through a large gather or using parallelization from futils
! it is recommended to set it to .true.
LOGICAL, PUBLIC, PROTECTED :: GATHERV_OUTPUT = .true.
! Store as a parameter the path to the main directory of the code
! (the path to gyacomo dir is stored during the compilation)
#ifdef __GYACDIR__
CHARACTER(len=*), PUBLIC, PARAMETER :: maindir = __GYACDIR__
#else
CHARACTER(len=*), PUBLIC, PARAMETER :: maindir = ""
#endif
! Routines interfaces
PUBLIC :: allocate_array, basic_outputinputs,basic_data,&
speak, str, increase_step, increase_cstep, increase_time, display_h_min_s,&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment