MicroPP tune-up to run in Summit supercomputer.
- We modified the
/CMakeList.txtto enable the CUDA compilation. - We added CUDA pragmas in
/src/micropp.cppto enable that capability of MicroPP to see the GPU devices. - We modified the extension of
/src/micropp.f95and/src/material.f95from f95 to f90.