N-BodyShop / changa

UIUC/PPL version of ChaNGa
http://hpcc.astro.washington.edu/tools/changa.html
GNU General Public License v2.0
42 stars 28 forks source link

Some compilers do not recognize `-MP` #147

Open trquinn opened 1 year ago

trquinn commented 1 year ago

The configure/make process requires the -MP flag to be recognized by the compiler. This is used for generating the make dependencies. However some compilers, namely nvc++ do not recognize this flag. ChaNGa should build in spite of this.