This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cluster:81 [2009/09/08 19:18] hmeij created |
cluster:81 [2010/12/09 15:46] (current) hmeij |
||
---|---|---|---|
Line 1: | Line 1: | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: | ||
+ | |||
+ | Gaussian never fixed the connectivity with Linda so it can **not** be run across multiple nodes. | ||
+ | --- // | ||
==== Gaussian & Linda ==== | ==== Gaussian & Linda ==== | ||
- | ... | + | (I wrote this up for a user so am sharing it here until we get clarification from Gaussian.com) |
+ | |||
+ | Hi Anthony, | ||
+ | |||
+ | I observed your job below on sharptail. This must be running with the standard g09 executable. | ||
+ | |||
+ | The solution to this is that you must use Gaussian compiled with Linda. | ||
+ | |||
+ | # Point to target queue with predefined hosts\\ | ||
+ | #BSUB -q bss12g16 | ||
+ | |||
+ | # This must be 16 always\\ | ||
+ | #BSUB –n 16 | ||
+ | |||
+ | # Use the correct g09\\ | ||
+ | export g09root="/ | ||
+ | |||
+ | # linda stuff\\ | ||
+ | export GAUSS_LFLAGS=" | ||
+ | |||
+ | Then in your Gaussian .com file … | ||
+ | |||
+ | %mem=12gb\\ | ||
+ | %nprocshared=2\\ | ||
+ | %lindaworkers=bss011, | ||
+ | |||
+ | And that should be it. However, big problem. | ||
+ | |||
+ | ‘execfile error; could not locate file’ | ||
+ | |||
+ | |||
+ | |||
+ | But you could try it and see if you receive a different response. | ||
+ | |||
+ | < | ||
+ | 4722 adavis0 RUN | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | |||
+ | [root@sharptail tmp]# pdsh uptime | egrep ' | ||
+ | |||
+ | bss070: | ||
+ | |||
+ | bss072: | ||
+ | |||
+ | bss091: | ||
+ | |||
+ | bss092: | ||
+ | |||
+ | bss080: | ||
+ | |||
+ | bss102: | ||
+ | |||
+ | bss123: | ||
+ | |||
+ | bss110: | ||
+ | |||
+ | </ | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: |