Revision d1aa4cb29a5d1f094f0ffd53b6b483eaaf865c14 authored by Vincent Chabannes on 15 December 2020, 08:15:35 UTC, committed by Vincent Chabannes on 15 December 2020, 08:15:35 UTC
1 parent 12e85a7
Raw File
env.sh
#!/bin/sh

module load cmake/2.8.7   
module load gcc/4.6.3  
module load openmpi/gcc/1.4.5  


back to top