[Feature request]:Error Compiling TOPAS v3.9 and TOPAS-nBio v2.0 on CentOS 7.9.2009 Cluster #58
-
Feature requestHello, I am currently working on installing TOPAS v3.9 and TOPAS-nBio v2.0 on a SLURM-managed cluster running CentOS 7.9.2009. I successfully installed TOPAS v3.9, but I am encountering issues when trying to install TOPAS-nBio v2.0. I chose these versions based on the old installation guides supporting CentOS 7, but I am uncertain about the correct GCC and CMake versions required. Additionally, I would like to know if the latest versions of TOPAS and TOPAS-nBio can be installed on this cluster (CentOS 7.9.2009). In my attempts to install TOPAS-nBio v2.0, I tried various GCC versions through module loading, but failed during the 'make' process, encountering the following error: libextensions.a(TsEmDNAChemistry.cc.o): In function I would appreciate any guidance or recommendations regarding: The appropriate versions of GCC and CMake needed to install TOPAS-nBio v2.0 alongside TOPAS v3.9 on CentOS 7. Thank you in advance for your assistance! TOPAS-nBio categoryGeometry Code of Conduct
Attestation
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I'm not too sure about the old version, but I did successfully install the newest version of TOPAS (OpenTOPAS v4.0.0) and TOPAS-nBio (v3.0) on a RHEL cluster recently. My guess is that you should be able to install it on a CentOS cluster in a similar fashion but you could encounter one or two problems along the way which you'll need to troubleshoot. For the installation on the cluster I use I largely followed the Debian quickStart guide. I started from Step 5 since the cluster already had all the command-line tools that you are prompted to install in the previous steps. And since I didn't care about visualization on the cluster I changed the cmake line in Step 7 to:
This avoids any potential problems arising with qt@5. Then assuming you have already downloaded TOPAS-nBio, the cmake line in Step 8.4 becomes:
Hope that helps. All the best, |
Beta Was this translation helpful? Give feedback.
Hi,
I'm not too sure about the old version, but I did successfully install the newest version of TOPAS (OpenTOPAS v4.0.0) and TOPAS-nBio (v3.0) on a RHEL cluster recently. My guess is that you should be able to install it on a CentOS cluster in a similar fashion but you could encounter one or two problems along the way which you'll need to troubleshoot.
For the installation on the cluster I use I largely followed the Debian quickStart guide. I started from Step 5 since the cluster already had all the command-line tools that you are prompted to install in the previous steps. And since I didn't care about visualization on the cluster I changed the cmake line in Step 7 to:
cmake ../geant4-v1…