You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to export BOOST_LIBDIR environment variable with location to the lib directory:
export BOOST_LIBDIR=/opt/boost/gnu/openmpi_ib/lib/
Also make sure to export OMP_NUM_THREADS environment variable with maximum threads available in your CPU:
export OMP_NUM_THREADS=16
Local Install instructions
First, git clone the project
git clone https://github.com/softmaterialslab/np-electrostatics-lab.git
Go to np-electrostatics-lab directory:
cd np-electrostatics-lab
You should provide the following make command to make the project. This will create the executable and Install the executable (np_electrostatics_lab) into bin directory (That is np-electrostatics-lab/bin)
make local-install
Next, go to the bin directory:
cd bin
Now you are ready to run the executable with aprun command using the following method: