@@ -48,3 +48,8 @@ If needed, you can change the `EASYBUILD_INSTALLPATH_MODULES` and `EASYBUILD_INS
(or `eb --robot nlpl-nvidia-bert-tf-20.06.08-foss-2019b-Python3.7.4.eb` if your CPU architecture is not Intel)
- After the process is finished, your modules will be visible along with the system-provided ones via `module avail`, and can be loaded with `module load`.
- Approximate building time for all the required modules is several hours (from 3 to 5).
## Testing
It is important to make sure that Numpy is built with accelerated linear algebra libraries (OpenBLAS or MKL).
To test this, we provide the `test/numpy/numpy_test.py` script.
Its execution time with our `nlpl-numpy*` modules should not be more than 10 minutes (usually much less).