Changes between Version 95 and Version 96 of Doc/FAQ


Ignore:
Timestamp:
06/21/23 10:59:00 (13 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v95 v96  
    996996 
    997997### ccc_pack ### 
    998 This command will make the "ccc_hsm get" for you and pack your simulation with several tar on your storedir or on your workdir. You need to launch it from the directory where your simulation is stored.  
    999  
     998This command will pack your simulation with several tar on your storedir or on your workdir. You need to launch it from the directory where your simulation is stored.  
     999Before to do it you need to demigrate your files  
     1000{{{ 
     1001ccc_hsm get -r your_directory 
     1002}}} 
     1003and ask top not remigrate them  
     1004{{{ 
     1005 ccc_hsm hint  your_directory 
     1006}}} 
     1007Then you can use the command as describe here 
    10001008{{{ 
    10011009ccc_pack -j 1 --partition=skylake --account=gen*** --src=*** --dst=*** --log-file=pack.txt --filesystem=work,store --auto-submit 
     
    10101018cd .. 
    10111019 
     1020ccc_hsm get -r Simulation_test 
     1021ccc_hsm hint Simulation_test 
     1022 
    10121023mkdir Simulation_test_pack/ 
    10131024ccc_pack -j 1 --partition=skylake --account=gen*** --src=Simulation_test/ --dst=Simulation_test_pack/ --log-file=Simulation_test.txt --filesystem=store --auto-submit