/Users/rrhickma/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/rrhickma/projects/moose/framework/include/base/MooseError.h:26:141: note:
expanded from macro 'mooseError'
...== 1) print_trace(); libmesh_here(); MPI_Abort(libMesh::GLOBAL_COMM_WORL...
^
In file included from /Users/rrhickma/projects/moose/framework/src/actions/AddConstraintAction.C:16:
In file included from /Users/rrhickma/projects/moose/framework/include/base/FEProblem.h:24:
In file included from /Users/rrhickma/projects/moose/framework/include/materials/MaterialPropertyStorage.h:19:
/Users/rrhickma/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/rrhickma/projects/moose/framework/include/base/MooseError.h:26:141: note:
expanded from macro 'mooseError'
...== 1) print_trace(); libmesh_here(); MPI_Abort(libMesh::GLOBAL_COMM_WORL...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from /Users/rrhickma/projects/moose/framework/src/actions/AddBCAction.C:16:
In file included from /Users/rrhickma/projects/moose/framework/include/base/FEProblem.h:24:
In file included from /Users/rrhickma/projects/moose/framework/include/materials/MaterialPropertyStorage.h:19:
/Users/rrhickma/projects/moose/framework/include/materials/MaterialProperty.h:202:59: error:
use of undeclared identifier 'MPI_Abort'
MaterialProperty(const MaterialProperty<T> & /*src*/) { mooseError("Ma...
^
/Users/rrhickma/projects/moose/framework/include/base/MooseError.h:26:141: note:
expanded from macro 'mooseError'
...== 1) print_trace(); libmesh_here(); MPI_Abort(libMesh::GLOBAL_COMM_WORL...
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [/Users/rrhickma/projects/moose/framework/src/actions/AddConstraintAction.x86_64-apple-darwin13.1.0.opt.lo] Error 1
20 errors generated.
20 errors generated.
make: *** [/Users/rrhickma/projects/moose/framework/src/actions/AddAuxVariableAction.x86_64-apple-darwin13.1.0.opt.lo] Error 1
make: *** [/Users/rrhickma/projects/moose/framework/src/actions/AddBoundsVectorsAction.x86_64-apple-darwin13.1.0.opt.lo] Error 1
20 errors generated.
make: *** [/Users/rrhickma/projects/moose/framework/src/actions/AdaptivityAction.x86_64-apple-darwin13.1.0.opt.lo] Error 1
20 errors generated.
make: *** [/Users/rrhickma/projects/moose/framework/src/actions/AddBCAction.x86_64-apple-darwin13.1.0.opt.lo] Error 1
MSSLA40018044:test rrhickma$
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/6869e39e-d1e3-40fc-9743-380d407c5150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/228b36f5-eeb8-48a7-b618-b577d6c686f5%40googlegroups.com.
# Compiler Variables export CC=mpicc export CXX=mpicxx export F77=mpif77 export FC=mpif90 # Library location export PACKAGES_DIR=/opt/moose # Helper variables export GCC_HOME=$PACKAGES_DIR/gcc_4.7.2 export MPI_HOME=$PACKAGES_DIR/openmpi/openmpi-1.6.5/gcc-opt export HYPRE_HOME=$PACKAGES_DIR/hypre/openmpi_hypre-2.8.0b/gcc-opt export PETSC_DIR=$PACKAGES_DIR/petsc/openmpi_petsc-3.4.3/gcc-opt # Libraries export DYLD_LIBRARY_PATH=$GCC_HOME/lib:$MPI_HOME/lib:$MPI_HOME/lib/openmpi:$DYLD_LIBRARY_PATH # PATH export PATH=$GCC_HOME/bin:$MPI_HOME/bin:$PATH # JOB Count (the number of cores available on this machine) export MOOSE_JOBS=4
From the more information section, looks like the moose installer added the lines to load the moose profile. The moose profile is in the right place and looks correct.Robert
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/45853fdb-804b-424e-9867-1ba88bc80bd8%40googlegroups.com.
MSSLA40018044:~ rrhickma$ module avail
-sh: module: command not found
MSSLA40018044:~ rrhickma$ module list
-sh: module: command not found
MSSLA40018044:~ rrhickma$
Did you change your shell?
Can you run
. /opt/moose/environments/moose_profile
In your terminal and try the thing Cody asked again?
Can you put an echo command at the end of your bash profile
echo hello world
To see if that file gets sourced when you open a terminal.
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/579a0d31-cbbb-46dd-977e-5a9cf043e50b%40googlegroups.com.
MSSLA40018044:~ rrhickma$ . /opt/moose/environments/moose_profile
-sh: /opt/moose/Modules/3.2.10/init/bash_completion: line 14: syntax error near unexpected token `('
-sh: /opt/moose/Modules/3.2.10/init/bash_completion: line 14: ` comm -23 <(_module_avail|sort) <(tr : '\n' <<<${LOADEDMODULES}|sort)'
MSSLA40018044:~ rrhickma$ module list
Currently Loaded Modulefiles:
1) moose/.gcc_4.7.2 5) moose/.openmpi_petsc-3.4.3-clang
2) moose/.clang 6) moose-dev-clang
3) moose/.cppunit-clang 7) moose-tools
4) moose/.openmpi-1.6.5_clang
MSSLA40018044:~ rrhickma$
Do I need to execute that command each time or can I change the shell? I closed and opened a new terminal and the module command does not work again. Should I load the moose_profile and run the test?
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/b0a7759b-6bbf-46d1-93e3-1eeca07190dd%40googlegroups.com.
What about my other questions?
Do I need to execute that command each time or can I change the shell? I closed and opened a new terminal and the module command does not work again. Should I load the moose_profile and run the test?
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/b0a7759b-6bbf-46d1-93e3-1eeca07190dd%40googlegroups.com.
If you put in
echo "hello world"
You should see
hello world
Above your first shell prompt.
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at http://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/899cb702-e112-4f4f-a0c0-5cde404e2bae%40googlegroups.com.
Ran 751 tests in 59.1 seconds
751 passed, 16 skipped, 0 pending, 0 failed
MSSLA40018044:test rrhickma$
I put in the echo command in .bash_profile and nothing. Its not showing up when I open a new terminal.
MSSLA40018044:~ rrhickma$ ls -l .bash_profile
-rw-r--r--@ 1 rrhickma NDC\Domain Users 304 Jun 7 13:47 .bash_profile
MSSLA40018044:~ rrhickma$ bash
bash-3.2$ module list
bash: module: command not found
bash-3.2$
> I think that narrows down the problem to something with the .bash_profile
> file itself.
I don't think so. His "echo $0" returned "-sh". It should have returned "-bash".
The problem seems to be that he isn't using bash as his login shell,
so tis profile never gets sourced.
Robert. Please type in
bash
in your terminal window and retest the "module list" command.
Daniel
I tried both commands. Here is what I get...MSSLA40018044:~ rrhickma$ ls -l .bash_profile
-rw-r--r--@ 1 rrhickma NDC\Domain Users 304 Jun 7 13:47 .bash_profile
MSSLA40018044:~ rrhickma$ bash
bash-3.2$ module list
bash: module: command not found
bash-3.2$
MSSLA40018044:~ rrhickma$ cat -vet .bash_profile
#!/bin/bash$
$
echo ?M-^@M-^\test?M-^@M-^]$
$
# Uncomment to enable pretty prompt:$
# export MOOSE_PROMPT=true$
$
# Uncomment to enable autojump:$
# export MOOSE_JUMP=true$
$
# Source MOOSE profile$
if [ -f /opt/moose/environments/moose_profile ]; then$
. /opt/moose/environments/moose_profile$
fi$
$
echo ?M-^@M-^\hello world?M-^@M-^]MSSLA40018044:~ rrhickma$
Here it is...MSSLA40018044:~ rrhickma$ cat -vet .bash_profile
#!/bin/bash$
$
echo ?M-^@M-^\test?M-^@M-^]$
$
# Uncomment to enable pretty prompt:$
# export MOOSE_PROMPT=true$
$
# Uncomment to enable autojump:$
# export MOOSE_JUMP=true$
$
# Source MOOSE profile$
if [ -f /opt/moose/environments/moose_profile ]; then$
. /opt/moose/environments/moose_profile$
fi$
$
echo ?M-^@M-^\hello world?M-^@M-^]MSSLA40018044:~ rrhickma$
Last login: Mon Jun 9 11:09:45 on ttys000
Warning! This is a US Government Computer. This system is for the use of authorized users only. By accessing and using this computer system you are consenting to system monitoring, including the monitoring of keystrokes. Unauthorized use of, or access to, this computer system may subject you to disciplinary action and criminal prosecution.
“test”
“hello world”
MSSLA40018044:~ rrhickma$ echo $0
-bash
MSSLA40018044:~ rrhickma$ module list
Currently Loaded Modulefiles:
1) moose/.gcc_4.7.2 5) moose/.openmpi_petsc-3.4.3-clang
2) moose/.clang 6) moose-dev-clang
3) moose/.cppunit-clang 7) moose-tools
4) moose/.openmpi-1.6.5_clang
MSSLA40018044:~ rrhickma$
Yes I'm using OSX Terminal app. I think that worked. Check out below. The echo statement I put in the bash file showed up right away. The module list command worked as well. I opened a new terminal window and it looks like the bash file loaded. The module list command worked in the new one. Thanks for the help!Last login: Mon Jun 9 11:09:45 on ttys000
Warning! This is a US Government Computer. This system is for the use of authorized users only. By accessing and using this computer system you are consenting to system monitoring, including the monitoring of keystrokes. Unauthorized use of, or access to, this computer system may subject you to disciplinary action and criminal prosecution.
“test”
“hello world”
MSSLA40018044:~ rrhickma$ echo $0
-bash