| Platform |
value
of FARGO_ARCH |
| Linux
platform (pentium 3 or higher) with gcc |
LINUX |
| Linux
platform, with icc (Intel compiler), optimized for pentium 4 |
INTEL |
| MAC
OS X, powerpc (with gcc) |
MACOSX |
| MAC OS X, intel processor (with gcc) | MacIntel |
| AMD
Opteron processor (with gcc) |
OPTERON |
| Generic
platform |
Undefined |
| Compaq
HP/SC (Digital EV68) with no OpenMP support |
EV68 |
| Compaq
HP/SC (Digital EV68) with OpenMP support |
EVMP |
| Sparc
SunStation with gcc |
SPARC |
| Action
and platform |
Command
to issue |
| Build
(or rebuild) on all platforms (except MAC OS X) |
gmake |
| Build
(or rebuild) on MAC OS X |
make |
| Switch
to parallel build, on all platforms (except MAC OS X) |
gmake
para |
| Switch
to parallel build on MAC OS X |
make
BUILD=parallel |
| Switch to sequential build, on all platforms (except MAC OS X) | gmake
seq |
| Switch to sequential build on MAC OS X | make
BUILD=sequential |