git submodule update --recursive --remote
make -j
./salvus
--
You received this message because you are subscribed to the Google Groups "Salvus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salvus+unsubscribe@googlegroups.com.
To post to this group, send email to sal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salvus/b894d0c8-efcd-4f94-b951-796c4b4ae924%40googlegroups.com.
bungbung-2:~ bung$ cd /users/bung/src/salvus
bungbung-2:salvus bung$ source activate salvus
(salvus) bungbung-2:salvus bung$ git submodule update --recursive --remote
(salvus) bungbung-2:salvus bung$ make -j
make: *** No targets specified and no makefile found. Stop.
(salvus) bungbung-2:salvus bung$ cd build
(salvus) bungbung-2:build bung$ ./salvus
====================================================
Salvus version 0.0.1-971-g7e3a0884
Floating point size: 32
Compiled for GLL orders: 4
Running on 1 rank(s).
====================================================
Critical option --mesh-file not set. Exiting.
(salvus) bungbung-2:build bung$ git submodule update --recursive --remote
(salvus) bungbung-2:build bung$ ./salvus
====================================================
Salvus version 0.0.1-971-g7e3a0884
Floating point size: 32
Compiled for GLL orders: 4
Running on 1 rank(s).
====================================================
Critical option --mesh-file not set. Exiting.
(salvus) bungbung-2:build bung$ cd ..
(salvus) bungbung-2:salvus bung$ git submodule update --init --recursive
Submodule path 'pyexodus': checked out '8593eabaa032682e285b9bed14a9ad8d65df1c57'
Submodule path 'salvus_examples': checked out 'eae160cd92395d6d93c9c10c1872d770a2efaf88'
Submodule path 'salvus_flow': checked out 'e06d690b9f5e4963ae6d7cc0bfd938217351c6da'
Submodule path 'salvus_mesher': checked out 'af3d58bde6a3f313c5a9298f7375f3dc4d7c936a'
Submodule path 'salvus_seismo': checked out '77bc7e520d9cc666c4b10fafe55f878dabc45445'
Submodule path 'salvus_wave': checked out '7237b8b5f168bdb3de6e989c22643c607637523d'
(salvus) bungbung-2:salvus bung$ cd build
(salvus) bungbung-2:build bung$ git submodule update --init --recursive
(salvus) bungbung-2:build bung$ ./sulvus
-bash: ./sulvus: No such file or directory
(salvus) bungbung-2:build bung$ ./salvus
====================================================
Salvus version 0.0.1-971-g7e3a0884
Floating point size: 32
Compiled for GLL orders: 4
Running on 1 rank(s).
====================================================
Critical option --mesh-file not set. Exiting.
(salvus) bungbung-2:build bung$ cd ..
(salvus) bungbung-2:salvus bung$ ls
CMakeLists.txt
README.md
assert_all_python_dependencies_are_installed.py
build
pyexodus
salvus_examples
salvus_flow
salvus_mesher
salvus_seismo
salvus_wave
Cheers,
Phuripan Jangthongsiri
Hi Phuripan,
you of course have to recompile after updating. To me your log seems to indicate that you did not yet do that. Make sure to run `make -j` in the build directory.
Cheers!
Lion
--
You received this message because you are subscribed to the Google Groups "Salvus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salvus+un...@googlegroups.com.
To post to this group, send email to sal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salvus/0f73f15a-9ca0-417b-8e93-29dfe6415444%40googlegroups.com.