Is there an example of options for this case?
Yes, in the demo in the rosetta_demos folder.
Should I be specifying AnchoredDesign options?
In 3.4, yes; in the most recent release (week 38 weekly release), no
what is the difference between FloppyTail.default.linuxgccrelease and FloppyTail.linuxgccrelease?
“default” is guaranteed to have no extra compiler options like mpi. The one without default is whatever you’ve compiled most recently. If you’ve compiled in both MPI and not MPI, you’ll have:
FloppyTail.default.linuxgccrelease
FloppyTail.mpi.linuxgccrelease
FloppyTail.linuxgccrelease
The last one will point to whatever you compiled most recently.
Can I run this application with mpi?
Sure – just compile in MPI with “extras=mpi” when you compile.