byuflowlab / FLOWExaFMM.jl

Julia wrapper of ExaFMM with modifications for a vortex solver
4 stars 3 forks source link

Add extra compilation steps for BYU Supercomputer issues #13

Closed cibinjoseph closed 7 months ago

cibinjoseph commented 7 months ago

The additional section that has been commented out resolves some of the issues faced when running the code on the BYU supercomputer. This section resolves 2 issues:

  1. libmpi.so is not found when importing FLOWExaFMM into Julia even though compilation is successful
  2. Recompilation is often necessary on the compute nodes and this addition makes it easier since only build.sh has to be run