File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 5454 python -c \"import KratosMultiphysics; print('Kratos imported OK')\"
5555
5656 echo '>>> Building FEniCS environment'
57+ conda deactivate
5758 mamba env create -n fenics-sim -f /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole/fenics/environment_simulation.yml
5859 conda activate fenics-sim
5960 export OMP_NUM_THREADS=1
6768 echo '>>> Building Postprocessing environment'
6869 mamba env create -n postprocessing -f /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole/environment_postprocessing.yml
6970
70- echo '>>> Running Snakemake simulation'
71+ echo '>>> Running simulation'
72+
73+ # Check which conda environment is active
74+ echo '>>> Current Conda environments:'
75+ conda info --envs
76+ echo '>>> Active Conda environment:'
77+ echo $CONDA_DEFAULT_ENV
78+
7179 cd /NFDI_Benchmark/benchmarks/linear-elastic-plate-with-hole
7280 snakemake --use-conda --force --cores all
7381
You can’t perform that action at this time.
0 commit comments