How to run on Midway3? #96
-
|
On midway3, I've been trying to run the ABF alanine dipeptide on GPU but I always get: What I load (as recommended by @pabloferz some time ago): which shows: Then run my sbatch script: (or What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
I created a convenience module that loads the correct modules, "module load pysages". The current install is compiled against openmpi/3.1.4 instead of mvapich-gdr (until mvapich-gdr supports cuda-11.5) You should also be able to create your own conda environment with your dev version of PySAGES by cloning the existing module. |
Beta Was this translation helpful? Give feedback.
-
|
This works, thanks a lot! which shows: and then run the same script. Thanks also for the cloning tip. It works. I did something like: |
Beta Was this translation helpful? Give feedback.
-
|
So, I've been struggling this morning to get PySAGES on midway3 going again - it seems that the procedure here doesn't work anymore. I have tried quite a few things but I'm now converging to the following error: which gives the This is basically what I do: maybe you guys @sivadasetty @gustavor101 @ndtrung81 have more recent experience on running PySAGES on midway3. P.S. And the jobscript: Edit: Problem must be in So I've been trying to re-build |
Beta Was this translation helpful? Give feedback.
-
|
@ricalessandri I will take a closer look at this issue. Btw, in the job script you posted I didn't see you have something like: |
Beta Was this translation helpful? Give feedback.
-
|
As agreed, I summarized the discussion on "how to use/install PySAGES on |
Beta Was this translation helpful? Give feedback.
I created a convenience module that loads the correct modules, "module load pysages". The current install is compiled against openmpi/3.1.4 instead of mvapich-gdr (until mvapich-gdr supports cuda-11.5)
You should also be able to create your own conda environment with your dev version of PySAGES by cloning the existing module.