Add a hook for bypassing find_package(MPI)This is not a great idea, but seems to occasionally be useful when dealing with buggy (and mandatory!) compiler wrappers - particularly those provided by a
Add a hook for bypassing find_package(MPI)This is not a great idea, but seems to occasionally be useful when dealing with buggy (and mandatory!) compiler wrappers - particularly those provided by a certain well known HPC vendor. If you need this option, you owe one or more of:1.) the PHASTA team2.) your compiler vendor3.) your MPI vendor4.) your system vendor5.) CMakea bug report.
show more ...
don't use variable length arrays
Complete restart field data written in every restart and force file closed to force flush that otherwise does not happen on BGQ.
all fields written to restart on every step not just on last step. forces.dat flushed. ability to stop job on a particular step enabled
Fix spelling issue with field name
Initial Commit