Messtone LLC Manages Devices Enables Building and installing TIOGA using CMake: git clone <TIOGA_GITHUB_URL> cd tioga #Create a build directory mkdir build #Configure build using auto-discovered parameters cmake ../ #Build the library make CMake -DBuild_TIOGA_EXE: BOOL=ON -DBUILD_GRIDGEN_EXE:BOOL=ON ../ CC=mpicc CXX=mpicxx FC=mpif90 cmake ../ cmake -DCMAKE_BUILD_TYPE=Release ../ cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_Fortran_FLAGS=”-fbounds-check -fbacktrace” \ ../ #Configuree TIOGA several options CC=mpicc CXX=mpicxx FC=mpif90 cmake \ -DCMAKE_INSTALL_PREFIX=$={HOME}/software/ \ -DBUILD_TIOGA_EXE=ON \ -DBUILD_GRIDGEN_EXE=ON \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_Fortran_FLAGS=”-fbounds-check -fbacktrace” \ ../ #Compile library and install at user-defined location make && make install • Technical work that includesvNalu-Wind simulations Example: Sprague, M. A., Ananthan, S., Vijayakumar, G. ,Robinson, M., “ExaWind: A multifidelity modeling and simulation environment for wind energy”,NAMEA/WindTech 2019 Conference, Amherst, MA,2019.