Julien Dehos il y a 6 ans
Parent
commit
14e781b19a
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -17,19 +17,19 @@ make -j16 install
 
 # installer le module
 cd ~/tmp
-git clone https://gogs.univ-littoral.fr/jdehos/test_armadillo
-cd test_armadillo
+git clone https://gogs.univ-littoral.fr/jdehos/calculco_armadillo
+cd calculco_armadillo
 cp -R modules ~/opt/armadillo/
 
 # tester un code armadillo (sur la frontale)
 module use ~/opt/armadillo/modules
 module load armadillo 
-cd ~/tmp/test_armadillo
+cd ~/tmp/calculco_armadillo
 make
 ./test.out
 
 # lancer un code armadillo sur un noeud
-cd ~/tmp/test_armadillo
+cd ~/tmp/calculco_armadillo
 make
 oarsub -S ./oar.sh
 ```