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