>>2
python will normally be chosen over fortran for numerical performance. pypy, bitches!
Name:
Anonymous2012-01-15 12:14
Untila GNU/Freedom version that is "Faster than C" no one will care.
Enjoy your close-source,proprietary compilers controlled by a megacorporation which dominates the entire PC industry.
>>13 Enjoy your close-source,proprietary compilers controlled by a megacorporation which dominates the entire PC industry.
Why, thank you, I do! You on the other hand are free to eat shit.
Name:
Anonymous2012-01-15 12:46
Fortran is verbose.
Symta:
{mod W BSize | pos? = error "Sorry, grid size must be a multiple of $BSize"}
Fortran:
if(mod(w,bsize) /= 0) then
write(error_unit,'(a,i2)') 'Sorry, grid size must be a multiple of',bsize
stop
end if