User Tools

Site Tools


cluster:213

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:213 [2022/04/06 15:38]
hmeij07 [Amber20]
cluster:213 [2022/05/10 19:18]
hmeij07
Line 44: Line 44:
  
 # Put the warewulf cluster key in authorized_keys # Put the warewulf cluster key in authorized_keys
 +# Put eth0 fingerprints in cottontail/greentail52 known hosts
 +# add to relevant known_hosts_servername file
  
 # configure private subnets and ping file server # configure private subnets and ping file server
Line 81: Line 83:
 dnf install gnuplot dnf install gnuplot
 dnf install alpine # pico dnf install alpine # pico
 +yum groupinstall "Server" # server for compute nodes "Server with GUI"
  
 # other configs # other configs
Line 113: Line 116:
  
 # on head node /etc/chronyc.conf # on head node /etc/chronyc.conf
-allow 192.168.0.0/6+allow 192.168.0.0/16
 # compute nodes /etc/chronyc.conf # compute nodes /etc/chronyc.conf
 #pool 2.pool.ntp.org iburst #pool 2.pool.ntp.org iburst
Line 139: Line 142:
 yum install cmake -y yum install cmake -y
 yum install libjpeg libjpeg-devel libjpeg-turbo-devel -y yum install libjpeg libjpeg-devel libjpeg-turbo-devel -y
 +
 +#easybuild
 +yum install libibverbs libibverbs-devel
  
 # amber20 cmake readline error fix needs # amber20 cmake readline error fix needs
Line 179: Line 185:
 # openjdk version "1.8.0_322" # openjdk version "1.8.0_322"
 rpm -qa | grep ^java  # check rpm -qa | grep ^java  # check
 +yum install java-1.8.0-openjdk java-1.8.0-openjdk-devel \
 +java-1.8.0-openjdk-headless javapackages-filesystem
 # python v 3.9 # python v 3.9
 yum install python39 python39-devel yum install python39 python39-devel
 +ln -s /usr/bin/python3.9 /usr/bin/python
 # fftw 3.3.5-11.el8 # fftw 3.3.5-11.el8
 yum install fftw fftw-devel yum install fftw fftw-devel
Line 191: Line 200:
 # dmtcp # dmtcp
 yum install dmtcp dmtcp-devel yum install dmtcp dmtcp-devel
 +
 +# check status of service munge
  
 yum clean all yum clean all
Line 215: Line 226:
   scp cottontail2:/etc/slurm/slurm.conf /etc/slurm/slurm.conf   scp cottontail2:/etc/slurm/slurm.conf /etc/slurm/slurm.conf
   scp cottontail2:/etc/slurm/gres.conf /etc/slurm/gres.conf   scp cottontail2:/etc/slurm/gres.conf /etc/slurm/gres.conf
 +  scp cottontail2:/etc/profile.d/lmod.sh /etc/profile.d/
 +
 #test #test
   /usr/sbin/slurmd -D    /usr/sbin/slurmd -D 
Line 261: Line 274:
 # serial, do on heasd node, pull down miniconda, compile, install # serial, do on heasd node, pull down miniconda, compile, install
   cmake $AMBER_PREFIX/amber20_src \   cmake $AMBER_PREFIX/amber20_src \
-    -DCMAKE_INSTALL_PREFIX=/share/apps/CENTOS8/ohpc/software/Amber/20 \+    -DCMAKE_INSTALL_PREFIX=/share/apps/CENTOS8/ohpc/software/amber/20 \
     -DCOMPILER=GNU  \     -DCOMPILER=GNU  \
     -DMPI=FALSE -DCUDA=FALSE -DINSTALL_TESTS=TRUE \     -DMPI=FALSE -DCUDA=FALSE -DINSTALL_TESTS=TRUE \
Line 295: Line 308:
  
 # then # then
-source /share/apps/CENTOS8/ohpc/software/Amber/20/amber.sh+source /share/apps/CENTOS8/ohpc/software/amber/20/amber.sh
  
 # on n100 now, parallel, set miniconda flags to FALSE # on n100 now, parallel, set miniconda flags to FALSE
cluster/213.txt ยท Last modified: 2024/01/12 15:09 by hmeij07