Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Using 'conflict' instead of 'unload' in modules now

...

The Fitzpatrick Lab currently has 5 workstations that are managed by Zuckerman Institute Research Computing.  4 of these workstations were built by Single Particle while 1 was built by Exxact.  The following table summarizes the hardware specifications for these workstations:


HostnameVendorCPULogical CoresCPU Clock Speed (GHz)GPU ModelNumber of GPUsOperating System
exxgpu1.fitzpatrickExxactIntel(R) Core(TM) i7-8700 CPU 123.2NVIDIA GeForce 10601CentOS 7
spgpu3.fitzpatrickSingle ParticleXeon(R) Silver 4116482.1GeForce RTX 2080 Ti1CentOS 7
spgpu2.fitzpatrickSingle ParticleXeon(R) Silver 4116482.1GeForce RTX 2080 Ti1CentOS 7
spgpu1.fitzpatrickSingle ParticleXeon(R) Silver 4116482.1GeForce RTX 2080 Ti1CentOS 7
spgpu4.fitzpatrickSingle ParticleXeon(R) Silver 4116482.1GeForce RTX 2080 Ti1CentOS 7

Software Installed

Each of the Linux workstations listed above has the following software installed:

...

If you wanted to use IMOD v. 4.10.46, you can run the following commandset of commands, which will automatically first unload SBGrid (since it has conflicts with IMOD v. 4.10.46) and then load IMOD:

Code Block
module unload sbgrid
module load imod

To go back to using SBGrid programs, we can then type the following, which will unload imod and load sbgrid:

Code Block
module unload imod
module load sbgrid

If you do not unload conflicting module, SBGrid will tell you which modules you need to first unload:

Code Block
[zrcadmin@spgpu3 ~]$ module load imod
Lmod has detected the following error:  Cannot load module "imod" because these module(s) are loaded:
   sbgrid

While processing the following module(s):
    Module fullname  Module Filename
    ---------------  ---------------
    imod             /opt/lmod/modulefiles/Linux/imod.lua


Application-Specific Notes

...