--- - name: install netcdf, mpi, gcc hosts: h5-devux vars: builddir: /u/geer/xbeach_kingsday_temp fcflags: "-mtune=corei7-avx -funroll-loops --param max-unroll-times=4 -ffree-line-length-none -O3 -ffast-math" roles: - { role: ansible, tags: [ 'ansible' ] } # Bootstrap - { role: gcc, tags: [ 'gcc' ] } - { role: hdf5, tags: [ 'hdf5' ] } - { role: netcdf, tags: [ 'netcdf' ] } - { role: openmpi, tags: [ 'openmpi' ] } - { role: xbeach, tags: [ 'xbeach' ] }