Monthly Archives: 6월 2024

Ubuntu24.04 에 aiida-quantumespresso 4.6 설치하기

여기서는 ubuntu 24.04.1 에 aiida-quantumespresso 4.6 설치하는 방법에 대하여 정리하였다. aiida-quantum espresso대한 내용은 여기를 참조한다. 1 quantum espresso 설치 먼저 Quantum espresso를 설치해야 하는데 방법에 대해서는 이전 posting을 참조한다. 2. 관련 패키지 설치 다음과 같은 명령을 실행하여 필요한 pkg를 설치한다. $ sudo apt install git python3-dev python3-pip python3.12-venv $ sudo apt install postgresql postgresql-server-dev-all postgresql-client… Read More »

Compiling Code in GhostBSD 24.04.1

If your want to compile code or install ports in ghostbsd, you should install devtools first. $ sudo pkg install os-generic-userland-devtools Then you move to the appropriate port directory in /usr/ports. $ cd /usr/ports/science/XXX Then change user to root $ su – Finally compile and install port. $ make $ make install