From f1f5669ba50670c1427692c1447a49e4bdbb7c2f Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 9 Apr 2019 11:05:08 +0200 Subject: [PATCH] store custom markers --- profiles/base/.local/share/marker/user_commands.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/base/.local/share/marker/user_commands.txt diff --git a/profiles/base/.local/share/marker/user_commands.txt b/profiles/base/.local/share/marker/user_commands.txt new file mode 100644 index 0000000..aabb977 --- /dev/null +++ b/profiles/base/.local/share/marker/user_commands.txt @@ -0,0 +1 @@ +cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON -DGMX_GPU=ON -DCMAKE_INSTALL_PREFIX=/opt/gromacs-2019.1/ -DCMAKE_C_COMPILER=/usr/bin/gcc-4.9 -DCMAKE_CXX_COMPILER=/usr/bin/g++-4.9##gmx_compile \ No newline at end of file