Recommend to use Conda/Mamba to compile TomoATT on NSCC #47
JingChen-Thu
announced in
Announcements
Replies: 2 comments 8 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Sure, this command is more convenient for tomoatt installation. I have added your notation. Thanks for this suggestion. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the routine update of NSCC environment, TomoATT compilation instruction usually become invalid. So, I recommend a easy way to compile TomoATT on NSCC using conda environment.
First, we can clean loaded modules and load conda environment using
After that, we will have "(base)" at the beginning, as follows:
There are two ways to install TomoATT:
Here lists a example using conda.
Create a new environment and apply a quick installation
If users want to compile source code by themselves, we can use the following instruction to install dependence
Also given here:
(PS: this process may take several or tens minutes sometimes)
Now, we can activate "tomoatt" environment using
or quit to base using
After installing the dependence, we can simply download and compile TomoATT under the "tomoatt" environment, as follows
Then, we will generate the executive file in
path/to/TomoATT/build/bin/TOMOATTNOTICE:
Please compile TomoATT under the created "tomoatt" environment. We also need to go to the "tomoatt" environment when we run TOMOATT. For example, when we submit a script to NSCC, we need
before
Beta Was this translation helpful? Give feedback.
All reactions