From d4e6ec2e39ba8ed57212155184137e483d2e2bf0 Mon Sep 17 00:00:00 2001 From: danielque Date: Wed, 29 Jul 2020 18:00:59 +0200 Subject: [PATCH] add cfdemCompLIGlib shortcut to bashrc [ci skip] to just compile LIGGGHTS sublibraries but not LIGGGHTS itself --- etc/bashrc | 3 +++ etc/cshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/etc/bashrc b/etc/bashrc index 9b9f7bc1..9c425502 100755 --- a/etc/bashrc +++ b/etc/bashrc @@ -199,6 +199,9 @@ alias cfdemCleanCFDEM='bash $CFDEM_PROJECT_DIR/etc/cleanCFDEMcoupling.sh' #- shortcut to compile LIGGGHTS + sublibraries alias cfdemCompLIG='bash $CFDEM_PROJECT_DIR/etc/compileLIGGGHTS.sh' +#- shortcut to compile LIGGGHTS sublibraries +alias cfdemCompLIGlib='bash $CFDEM_PROJECT_DIR/etc/compileLIGGGHTS_lib.sh' + #- shortcut to compile CFDEMcoupling +LIGGGHTS alias cfdemCompCFDEMall='bash $CFDEM_PROJECT_DIR/etc/compileCFDEMcoupling_all.sh' diff --git a/etc/cshrc b/etc/cshrc index 220d3828..e6d73425 100755 --- a/etc/cshrc +++ b/etc/cshrc @@ -232,6 +232,9 @@ alias cfdemCleanCFDEM 'bash $CFDEM_PROJECT_DIR/etc/cleanCFDEMcoupling.sh' #- shortcut to compile LIGGGHTS + sublibraries alias cfdemCompLIG 'bash $CFDEM_PROJECT_DIR/etc/compileLIGGGHTS.sh' +#- shortcut to compile LIGGGHTS sublibraries +alias cfdemCompLIGlib 'bash $CFDEM_PROJECT_DIR/etc/compileLIGGGHTS_lib.sh' + #- shortcut to compile CFDEMcoupling +LIGGGHTS alias cfdemCompCFDEMall 'bash $CFDEM_PROJECT_DIR/etc/compileCFDEMcoupling_all.sh'