| 38 |
|
with the PATHSCALE compiler on 64-bit AMD Opteron machines |
| 39 |
|
are ongoing. |
| 40 |
|
|
| 41 |
< |
2) GNU make. Regular make won't work. Really. We've tried. |
| 42 |
< |
Don't bother with regular make. Seriously. You need GNU make. |
| 43 |
< |
Did we mention that you need GNU make? |
| 41 |
> |
2) GNU make (also known as gmake). Regular make won't work. |
| 42 |
> |
Really. We've tried. Don't bother with regular make. |
| 43 |
> |
Seriously. You need GNU make. Did we mention that you |
| 44 |
> |
need GNU make? |
| 45 |
|
|
| 46 |
|
3) Perl. Compilation dependencies in Fortran95 are somewhat |
| 47 |
|
complicated, so the build process uses a perl script called |
| 48 |
< |
filepp to do this job. You need perl. |
| 48 |
> |
filepp to do this job. You need perl for filepp, so you |
| 49 |
> |
need perl to build OOPSE. |
| 50 |
|
|
| 51 |
|
4) MPI is optional for the single processor version of OOPSE, |
| 52 |
|
but is required if you want OOPSE to run in parallel. |