2739 - Lattice Diamond: What are the Linux environment variables and their values needed to run Multiple PAR jobs in parallel?

2739 - Lattice Diamond: What are the Linux environment variables and their values needed to run Multiple PAR jobs in parallel?

After each node description as been defined in the node list file input, each node must contain an .rc file (.bashrc if the bash shell used) that runs automatically when a remote shell (rsh) call is received by that node.

The environment variables need to be set to the following values:

FOUNDRY = <DIAMOND_INSTALL_PATH>/ispfpga
PATH =
<DIAMOND_INSTALL_PATH>/bin/lin:${FOUNDRY}/bin/lin:${PATH}
LD_LIBRARY_PATH =
<DIAMOND_INSTALL_PATH>/bin/lin:${FOUNDRY}/bin/lin:${LD_LIBRARY_PATH}

For more information on running multiple PAR jobs in parallel, please refer to the following section in "Lattice Diamond Help", which can be accessed from Lattice Diamond Design Software GUI: Implementing the Design > Place and Route > Running Multiple PAR Jobs in Parallel