fixed order in pythonpath in order to update environment
This commit is contained in:
parent
cfd20387ea
commit
9d71eb1a39
|
@ -43,7 +43,7 @@ ulimit -s unlimited
|
||||||
ulimit -c 0
|
ulimit -c 0
|
||||||
ulimit -v unlimited
|
ulimit -v unlimited
|
||||||
ulimit -m unlimited
|
ulimit -m unlimited
|
||||||
export PYTHONPATH=$PYTHONPATH:$DAMASK_ROOT/lib
|
export PYTHONPATH=$DAMASK_ROOT/lib:$PYTHONPATH
|
||||||
unset DAMASK_ROOT LAPACK_ROOT ACML_ROOT IMKL_ROOT MARC_ROOT FFTW_ROOT HDF5_ROOT
|
unset DAMASK_ROOT LAPACK_ROOT ACML_ROOT IMKL_ROOT MARC_ROOT FFTW_ROOT HDF5_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue