To obtain results for the pre-determined sample problem sizes on a given system, type one of the following, as appropriate:
./runme_xeon32
./runme_xeon64
To run the software for other problem sizes, see the extended help included with the program. Extended help can be viewed by running the program executable with the -e option:
./xlinpack_xeon32 -e
./xlinpack_xeon64 -e
The pre-defined data input fileslininput_xeon32 and lininput_xeon64 are provided merely as examples. Different systems have different number of processors or amount of memory and thus require new input files. The extended help can be used for insight into proper ways to change the sample input files.
Each input file requires at least the following amount of memory:
lininput_xeon32 2 GB
lininput_xeon64 16 GB
If the system has less memory than the above sample data input requires, you may need to edit or create your own data input files, as explained in the extended help.
Each sample script uses the OMP_NUM_THREADS environment variable to set the number of processors it is targeting. To optimize performance on a different number of physical processors, change that line appropriately. If you run the Intel Optimized LINPACK Benchmark without setting the number of threads, it will default to the number of cores according to the OS. You can find the settings for this environment variable in the runme_* sample scripts. If the settings do not yet match the situation for your machine, edit the script.