I have a cluster made up of 15 nodes with 8 Intel Xeon E3-1230 V2 processors per node. The cluster is running Rocks v6.2. I recently installed Intel Parallel Studio XE Cluster Edition for Linux on the cluster. Now when I try to run a parallel program through the SGE scheduler using Intel MPI I get the error
[2] DAPL startup: RLIMIT_MEMLOCK too small
[3] DAPL startup: RLIMIT_MEMLOCK too small
[5] DAPL startup: RLIMIT_MEMLOCK too small
[6] DAPL startup: RLIMIT_MEMLOCK too small
[7] DAPL startup: RLIMIT_MEMLOCK too small
[1] DAPL startup: RLIMIT_MEMLOCK too small
[4] DAPL startup: RLIMIT_MEMLOCK too small
[0] DAPL startup: RLIMIT_MEMLOCK too small
I already tried increasing the locked memory by editing the /etc/security/limits.conf file on the frontend and adding the lines
* hard memlock unlimited
* soft memlock unlimited
then copying the limits.conf file to all of the compute nodes, but the error persists.The parallel program still runs despite the error.
Let me know if you need any other info. Thanks in advance for any help.
-Brian