PPMLibrary / ppml

PPML is a domain-specific programming language for parallel particle-mesh simulations on distributed-memory computers. It implements the PPM abstractions and allows rapid prototyping and automatic code generation.
http://mosaic.mpi-cbg.de
2 stars 0 forks source link

problem with ruby-2.3.0 #2

Open yafshar opened 8 years ago

yafshar commented 8 years ago

The ppml made with ruby-2.3.0 has issue in macro expansion. For example, it can not expand and replace the variables in: macro stdout_f(format,*message)

example in ppm: stdout_f('(A,F8.2)',"Mean number of particles per cell: ",mean)

yafshar commented 8 years ago

This problem does not happen in the older ruby versions.