This calculator calculates the floating point operations per second using sockets, cores per socket, number of clock cycles per second, number of floating point operations per cycle values.
Formula:
FLOPS = s × c × cc × f
Where,s is sockets
c is cores per socket
cc is number of clock cycles per second
f is number of floating point operations per cycle